summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/image/nbi.c
Commit message (Expand)AuthorAgeFilesLines
* [bios] Add bin-x86_64-pcbios build platformMichael Brown2016-02-161-427/+0Star
* [build] Work around bug in gcc >= 4.8Michael Brown2013-09-251-6/+10
* [build] Include version number within only a single object fileMichael Brown2012-11-021-6/+5Star
* [image] Simplify image managementMichael Brown2011-03-071-56/+45Star
* [init] Remove concept of "shutdown exit flags"Michael Brown2011-01-271-1/+1
* [librm] Use libflat to enable A20 line on each real-to-protected transitionMichael Brown2010-04-201-7/+0Star
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-7/+7
* [netdevice] Kill off the various guess_boot_netdev() functionsMichael Brown2008-11-211-18/+1Star
* [hacks] Improve the guess_boot_netdev() logicMichael Brown2008-10-311-3/+4
* [iSCSI] Support Windows Server 2008 direct iSCSI installationMichael Brown2008-07-171-1/+1
* [Settings] Remove assumption that all settings have DHCP tag valuesMichael Brown2008-03-251-4/+3Star
* [DHCP] Fix up fake-packet creation as used by PXENV_GET_CACHED_INFOMichael Brown2008-03-231-4/+2Star
* [Settings] Migrate DHCP and NVO code to the new settings API (untested)Michael Brown2008-03-211-4/+4
* Fix compiler warnings that appear only on OpenBSD.Michael Brown2007-12-061-1/+1
* Allowed zero-cost enforced ordering of features in startup bannerMichael Brown2007-08-021-0/+3
* Centralise construction of the DHCP request and response packets.Michael Brown2007-07-311-7/+4Star
* make nbi_load staticHolger Lubitz2007-07-271-1/+1
* Separated out initialisation functions from startup/shutdown functions.Michael Brown2007-07-041-1/+1
* Use a common base-memory packet buffer for DHCP construction (as usedMichael Brown2007-07-021-5/+5
* Add 32-bit support.Michael Brown2007-03-221-13/+70
* Support 32-bit (linear) NBI images. We don't yet provide a bootp dataMichael Brown2007-03-141-33/+44
* Make the getmemsize() prototype available in memsizes.h, for code thatMichael Brown2007-01-141-0/+1
* Replace image->entry with image->priv.Michael Brown2007-01-141-1/+5
* Mostly updated. Won't work yet.Michael Brown2007-01-141-199/+172Star
* Move include/image.h to include/gpxe/image.hMichael Brown2007-01-111-4/+3Star
* Remove osloader.c and replace with a prep_segment() that uses userptr_tMichael Brown2007-01-111-1/+0Star
* NBI is due for removalMichael Brown2006-05-241-0/+5
* Gave up on adding POSIX errno's as required, and just added (almost) allMichael Brown2006-04-281-15/+15
* gcc is rather over-aggressive about optimising out static data structuresMichael Brown2006-04-241-1/+1
* Added doxygen comments and errno values.Michael Brown2005-05-181-29/+135
* Moved NBI support to nbi.c, modified to work with new load mechanismMichael Brown2005-05-171-0/+306