index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
drivers
/
bitbash
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mii] Add bit-bashing interface
Sylvie Barlow
2018-04-20
1
-0
/
+162
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
3
-3
/
+15
*
[bitbash] Add optional open() and close() methods for bit-bashing interfaces
Michael Brown
2012-08-24
2
-1
/
+16
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
3
-3
/
+6
*
[spi] Reset device on each access
Michael Brown
2011-03-04
1
-0
/
+3
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-20
3
-5
/
+5
*
[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
3
-0
/
+6
*
[i2c] Generalise i2c bit-bashing support to addressless devices
Michael Brown
2008-10-01
1
-39
/
+108
*
Modify gPXE core and drivers to work with the new timer subsystem
Alexey Zaytsev
2008-03-02
3
-3
/
+2
*
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
3
-55
/
+78
*
We don't actually have a stdio.h header file. Our printf() functions are
Michael Brown
2006-09-27
2
-2
/
+0
*
added stdio.h to includes for DBG compilation
Marty Connor
2006-09-27
2
-0
/
+3
*
Generalise three-wire interface to generic SPI interface.
Michael Brown
2006-06-14
1
-0
/
+165
*
Move per-transition delays from generic bit-bashing layer to i2c layer
Michael Brown
2006-06-14
2
-8
/
+15
*
Change read_bit() to return 0 or -1UL, rather than 0 or 1.
Michael Brown
2006-06-12
2
-3
/
+5
*
Added bit-bashing i2c interface code
Michael Brown
2006-06-11
1
-0
/
+313
*
Added sketch of bit-bashing interface common code
Michael Brown
2006-06-08
1
-0
/
+55