index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
drivers
/
bitbash
/
spi_bit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[bitbash] Add optional open() and close() methods for bit-bashing interfaces
Michael Brown
2012-08-24
1
-0
/
+6
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[spi] Reset device on each access
Michael Brown
2011-03-04
1
-0
/
+3
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-2
/
+2
*
[spi] Add address-length autodetection to the SPI bit-bashing code
Michael Brown
2009-05-28
1
-12
/
+39
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
Modify gPXE core and drivers to work with the new timer subsystem
Alexey Zaytsev
2008-03-02
1
-1
/
+1
*
Ensure clock line is in the idle state before asserting chip select.
Michael Brown
2007-07-28
1
-0
/
+4
*
Support cards such as natsemi which treat the data as little-endian
Michael Brown
2007-07-01
1
-17
/
+24
*
Abstracted out part of the concept of an SPI device to a generalised NVS
Michael Brown
2006-12-04
1
-5
/
+4
*
Changed length parameter in SPI methods to be a byte length, rather than
Michael Brown
2006-12-04
1
-5
/
+3
*
Generalised the SPI abstraction layer to also be able to handle interfaces
Michael Brown
2006-12-04
1
-51
/
+74
*
We don't actually have a stdio.h header file. Our printf() functions are
Michael Brown
2006-09-27
1
-1
/
+0
*
added stdio.h to includes for DBG compilation
Marty Connor
2006-09-27
1
-0
/
+1
*
Generalise three-wire interface to generic SPI interface.
Michael Brown
2006-06-14
1
-0
/
+165