Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [legal] Relicense files under GPL2_OR_LATER_OR_UBDL | Michael Brown | 2015-03-02 | 4 | -4/+20 |
| | | | | | | | Relicense files for which I am the sole author (as identified by util/relicense.pl). Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
* | [legal] Update FSF mailing address in GPL licence texts | Michael Brown | 2012-07-20 | 4 | -4/+8 |
| | | | | | Suggested-by: Daniel P. Berrange <berrange@redhat.com> Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
* | [pci] Auto-resize VPD fields used for non-volatile storage | Michael Brown | 2011-01-19 | 1 | -32/+142 |
| | | | | Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
* | [nvs] Allow for non-volatile storage devices without block boundaries | Michael Brown | 2011-01-11 | 2 | -17/+32 |
| | | | | Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
* | [pci] Add a mechanism for using a PCI VPD field as an NVS device | Michael Brown | 2010-11-25 | 1 | -0/+124 |
| | | | | Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
* | [build] Rename gPXE to iPXE | Michael Brown | 2010-04-20 | 3 | -3/+3 |
| | | | | | | | | | | | Access to the gpxe.org and etherboot.org domains and associated resources has been revoked by the registrant of the domain. Work around this problem by renaming project from gPXE to iPXE, and updating URLs to match. Also update README, LOG and COPYRIGHTS to remove obsolete information. Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
* | [spi] Add address-length autodetection to the SPI bit-bashing code | Michael Brown | 2009-05-28 | 1 | -6/+47 |
| | | | | | | | | | | | 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> | ||||
* | [legal] Add a selection of FILE_LICENCE declarations | Michael Brown | 2009-05-18 | 3 | -0/+6 |
| | | | | | Add FILE_LICENCE declarations to almost all files that make up the various standard builds of gPXE. | ||||
* | Modify gPXE core and drivers to work with the new timer subsystem | Alexey Zaytsev | 2008-03-02 | 2 | -2/+2 |
| | | | | Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com> | ||||
* | Fix compiler warnings that appear only on OpenBSD. | Michael Brown | 2007-12-06 | 2 | -4/+4 |
| | |||||
* | Various warnings fixups for OpenBSD with gcc-3.3.5. | Michael Brown | 2007-12-07 | 1 | -1/+1 |
| | |||||
* | Fix prototype mismatch. | Michael Brown | 2007-12-07 | 1 | -2/+2 |
| | |||||
* | Return -EIO when verification fails, instead of -EINVAL. | Michael Brown | 2006-12-20 | 1 | -1/+1 |
| | |||||
* | Added write support for three-wire devices (e.g. the RTL8139 EEPROM) | Michael Brown | 2006-12-06 | 1 | -1/+41 |
| | |||||
* | Verify data after writing | Michael Brown | 2006-12-06 | 1 | -1/+35 |
| | |||||
* | Added debug statements | Michael Brown | 2006-12-05 | 1 | -4/+20 |
| | |||||
* | Added nvs_write(). This shares a lot of code in common with nvs_read(); | Michael Brown | 2006-12-04 | 1 | -0/+43 |
| | | | | this can probably be optimised down quite a lot. | ||||
* | Added the generic block-splitting code to nvs.c | Michael Brown | 2006-12-04 | 1 | -1/+40 |
| | |||||
* | Added generic SPI protocol handler with read and write support. | Michael Brown | 2006-12-04 | 1 | -0/+122 |
| | |||||
* | Abstracted out part of the concept of an SPI device to a generalised NVS | Michael Brown | 2006-12-04 | 2 | -2/+34 |
| | | | | | | | device. Separated the mechanisms of non-volatile storage access and non-volatile stored options. | ||||
* | Changed length parameter in SPI methods to be a byte length, rather than | Michael Brown | 2006-12-04 | 1 | -4/+3 |
| | | | | a word length. | ||||
* | Generalised the SPI abstraction layer to also be able to handle interfaces | Michael Brown | 2006-12-04 | 1 | -24/+15 |
| | | | | | | that don't provide the full flexibility of a bit-bashing interface. Temporarily hacked rtl8139.c to use the new interface. | ||||
* | Generalise three-wire interface to generic SPI interface. | Michael Brown | 2006-06-14 | 1 | -30/+19 |
| | | | | | Update rtl8139 driver to instantiate an SPI interface with a three-wire device attached. | ||||
* | Added abstraction layer for a three-wire serial device (e.g. the EEPROM | Michael Brown | 2006-05-26 | 1 | -0/+68 |
used on RTL8139 cards). |