summaryrefslogtreecommitdiffstats
path: root/src/drivers/nvs/threewire.c
Commit message (Expand)AuthorAgeFilesLines
* Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev2008-03-021-1/+1
* Fix compiler warnings that appear only on OpenBSD.Michael Brown2007-12-061-2/+2
* Added write support for three-wire devices (e.g. the RTL8139 EEPROM)Michael Brown2006-12-061-1/+41
* Abstracted out part of the concept of an SPI device to a generalised NVSMichael Brown2006-12-041-2/+3
* Changed length parameter in SPI methods to be a byte length, rather thanMichael Brown2006-12-041-4/+3Star
* Generalised the SPI abstraction layer to also be able to handle interfacesMichael Brown2006-12-041-24/+15Star
* Generalise three-wire interface to generic SPI interface.Michael Brown2006-06-141-30/+19Star
* Added abstraction layer for a three-wire serial device (e.g. the EEPROMMichael Brown2006-05-261-0/+68