summaryrefslogtreecommitdiffstats
path: root/src/drivers/bitbash/spi_bit.c
Commit message (Expand)AuthorAgeFilesLines
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [bitbash] Add optional open() and close() methods for bit-bashing interfacesMichael Brown2012-08-241-0/+6
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [spi] Reset device on each accessMichael Brown2011-03-041-0/+3
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-2/+2
* [spi] Add address-length autodetection to the SPI bit-bashing codeMichael Brown2009-05-281-12/+39
* [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
* Ensure clock line is in the idle state before asserting chip select.Michael Brown2007-07-281-0/+4
* Support cards such as natsemi which treat the data as little-endianMichael Brown2007-07-011-17/+24
* Abstracted out part of the concept of an SPI device to a generalised NVSMichael Brown2006-12-041-5/+4Star
* Changed length parameter in SPI methods to be a byte length, rather thanMichael Brown2006-12-041-5/+3Star
* Generalised the SPI abstraction layer to also be able to handle interfacesMichael Brown2006-12-041-51/+74
* We don't actually have a stdio.h header file. Our printf() functions areMichael Brown2006-09-271-1/+0Star
* added stdio.h to includes for DBG compilationMarty Connor2006-09-271-0/+1
* Generalise three-wire interface to generic SPI interface.Michael Brown2006-06-141-0/+165