summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/spi.h
Commit message (Expand)AuthorAgeFilesLines
* [spi] Add address-length autodetection to the SPI bit-bashing codeMichael Brown2009-05-281-0/+8
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [nvs] Add support for ST M25P32 SPI flash devicesMichael Brown2008-06-271-0/+9
* Migrated etherfabric driver to using generic SPI layer.Michael Brown2006-12-041-0/+43
* Added generic SPI protocol handler with read and write support.Michael Brown2006-12-041-0/+5
* Abstracted out part of the concept of an SPI device to a generalised NVSMichael Brown2006-12-041-76/+17Star
* Changed length parameter in SPI methods to be a byte length, rather thanMichael Brown2006-12-041-10/+7Star
* Generalised the SPI abstraction layer to also be able to handle interfacesMichael Brown2006-12-041-59/+180
* Generalise three-wire interface to generic SPI interface.Michael Brown2006-06-141-0/+132