summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/threewire.h
Commit message (Expand)AuthorAgeFilesLines
* Added write support for three-wire devices (e.g. the RTL8139 EEPROM)Michael Brown2006-12-061-0/+20
* Added the generic block-splitting code to nvs.cMichael Brown2006-12-041-1/+1
* Abstracted out part of the concept of an SPI device to a generalised NVSMichael Brown2006-12-041-25/+33
* Changed length parameter in SPI methods to be a byte length, rather thanMichael Brown2006-12-041-1/+1
* Generalised the SPI abstraction layer to also be able to handle interfacesMichael Brown2006-12-041-44/+40Star
* Generalise three-wire interface to generic SPI interface.Michael Brown2006-06-141-0/+65