aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/threewire.h
Commit message (Expand)AuthorAgeFilesLines
* [build] Rename gPXE to iPXEMichael Brown2010-04-191-105/+0
* [nvs] Add init function for Atmel 93C66 EEPROMJoshua Oreman2009-06-231-0/+13
* [spi] Add address-length autodetection to the SPI bit-bashing codeMichael Brown2009-05-281-0/+1
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* 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/+40
* Generalise three-wire interface to generic SPI interface.Michael Brown2006-06-141-0/+65