summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/threewire.h
Commit message (Collapse)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
| | | | | | | device. Separated the mechanisms of non-volatile storage access and non-volatile stored options.
* Changed length parameter in SPI methods to be a byte length, rather thanMichael Brown2006-12-041-1/+1
| | | | a word length.
* Generalised the SPI abstraction layer to also be able to handle interfacesMichael Brown2006-12-041-44/+40Star
| | | | | | that don't provide the full flexibility of a bit-bashing interface. Temporarily hacked rtl8139.c to use the new interface.
* Generalise three-wire interface to generic SPI interface.Michael Brown2006-06-141-0/+65
Update rtl8139 driver to instantiate an SPI interface with a three-wire device attached.