summaryrefslogtreecommitdiffstats
path: root/src/drivers/nvs/threewire.c
Commit message (Expand)AuthorAgeFilesLines
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-1/+1
* [spi] Add address-length autodetection to the SPI bit-bashing codeMichael Brown2009-05-281-6/+47
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* 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