| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [device] Make driver name a generic device property | Michael Brown | 2011-04-08 | 1 | -2/+2 |
| | | | | | Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
| * | [build] Rename gPXE to iPXE | Michael Brown | 2010-04-20 | 1 | -2/+2 |
| | | | | | | | | | | | | 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> | ||||
| * | [legal] Add a selection of FILE_LICENCE declarations | Michael Brown | 2009-05-18 | 1 | -0/+2 |
| | | | | | | Add FILE_LICENCE declarations to almost all files that make up the various standard builds of gPXE. | ||||
| * | [tables] Redefine methods for accessing linker tables | Michael Brown | 2009-03-13 | 1 | -6/+1![]() |
| | | | | | | | | | | | | | | | | Intel's C compiler (icc) chokes on the zero-length arrays that we currently use as part of the mechanism for accessing linker table entries. Abstract away the zero-length arrays, to make a port to icc easier. Introduce macros such as for_each_table_entry() to simplify the common case of iterating over all entries in a linker table. Represent table names as #defined string constants rather than unquoted literals; this avoids visual confusion between table names and C variable or type names, and also allows us to force a compilation error in the event of incorrect table names. | ||||
| * | [ioapi] Remove old io.h file and switch all users over to <gpxe/io.h> | Michael Brown | 2008-10-12 | 1 | -1/+1 |
| | | |||||
| * | Modify gPXE core and drivers to work with the new timer subsystem | Alexey Zaytsev | 2008-03-02 | 1 | -1/+0![]() |
| | | | | | Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com> | ||||
| * | Revert "convert to zalloc" | Holger Lubitz | 2007-07-07 | 1 | -1/+2 |
| | | | | | This reverts commit 7297f04481f6737b0a40161da6d8413ca0f478d2. | ||||
| * | convert to zalloc | Holger Lubitz | 2007-07-06 | 1 | -2/+1![]() |
| | | |||||
| * | Updated ISAPnP, EISA, MCA and ISA buses to current device model. | Michael Brown | 2007-03-10 | 1 | -128/+148 |
| | | | | | | | | ISA 3c509 is currently non-functional, although the EISA (3c509-eisa) and MCA (3c529) variants should build OK. None of this code is yet tested. | ||||
| * | Added soon-to-be-requisite missing include. | Michael Brown | 2006-06-05 | 1 | -0/+1 |
| | | |||||
| * | Added "name" field to bus structure. | Michael Brown | 2005-04-25 | 1 | -7/+8 |
| | | |||||
| * | Debug message fixes. | Michael Brown | 2005-04-22 | 1 | -1/+1 |
| | | |||||
| * | Need to leave structure zeroed | Michael Brown | 2005-04-22 | 1 | -1/+1 |
| | | |||||
| * | Consistency | Michael Brown | 2005-04-22 | 1 | -1/+1 |
| | | |||||
| * | Fix up fill_mca_nic. | Michael Brown | 2005-04-22 | 1 | -2/+1![]() |
| | | |||||
| * | Updated all common buses to new API. | Michael Brown | 2005-04-22 | 1 | -54/+87 |
| | | |||||
| * | Use only the header files that we need | Michael Brown | 2005-04-17 | 1 | -1/+1 |
| | | |||||
| * | Improved debugging output | Michael Brown | 2005-04-16 | 1 | -3/+15 |
| | | |||||
| * | Standardised debug messages to make it easy to get a bus scan printout | Michael Brown | 2005-04-15 | 1 | -1/+2 |
| | | | | | (just build debugging versions of the relevant bus objects). | ||||
| * | bus header files must include dev.h to get struct dev. | Michael Brown | 2005-04-14 | 1 | -1/+0![]() |
| | | |||||
| * | Tweak API to allow separation of bus-scanning and device-probing logic. | Michael Brown | 2005-04-14 | 1 | -24/+25 |
| | | |||||
| * | Standardised debug mechanism in place now. | Michael Brown | 2005-04-14 | 1 | -9/+0![]() |
| | | |||||
| * | Use the magic of common symbols to allow struct dev to effectively grow at | Michael Brown | 2005-04-14 | 1 | -6/+16 |
| | | | | | link time to accommodate whatever bus objects are included. | ||||
| * | Don't use htons, for compatibility with PCI :( | Michael Brown | 2005-04-13 | 1 | -3/+2![]() |
| | | |||||
| * | Extracted from 3c509.c | Michael Brown | 2005-04-13 | 1 | -0/+114 |

