david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/drivers/bitbash
Michael Brown 92a9978b44 [spi] Add address-length autodetection to the SPI bit-bashing code
Several SPI chips will respond to an SPI read command with a dummy
zero bit immediately prior to the first real data bit.  This can be
used to autodetect the address length, provided that the command
length and data length are already known, and that the MISO data line
is tied high.

Tested-by: Thomas Miletich <thomas.miletich@gmail.com>
Debugged-by: Thomas Miletich <thomas.miletich@gmail.com>
2009-05-28 19:32:03 +01:00
..
bitbash.c [legal] Add a selection of FILE_LICENCE declarations 2009-05-18 08:33:25 +01:00
i2c_bit.c [legal] Add a selection of FILE_LICENCE declarations 2009-05-18 08:33:25 +01:00
spi_bit.c [spi] Add address-length autodetection to the SPI bit-bashing code 2009-05-28 19:32:03 +01:00