summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/bitbash.h
Commit message (Collapse)AuthorAgeFilesLines
* Generalised the SPI abstraction layer to also be able to handle interfacesMichael Brown2006-12-041-2/+10
| | | | | | that don't provide the full flexibility of a bit-bashing interface. Temporarily hacked rtl8139.c to use the new interface.
* Move per-transition delays from generic bit-bashing layer to i2c layerMichael Brown2006-06-141-2/+0Star
| | | | (since SPI bit-bashing will require different delay semantics).
* Added sketch of bit-bashing interface common codeMichael Brown2006-06-081-0/+44