summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prepare for iBFT merge when possible. iscsiboot.c contains a really,Michael Brown2007-07-264-18/+132
* Inhibit a spurious warning on GCC 4.0.1Michael Brown2007-07-261-1/+2
* Added two lines of code that were completely missing!Michael Brown2007-07-251-2/+4
* Don't overwrite %dl with a (potentially) modified drive number if weMichael Brown2007-07-251-1/+1
* We probably shouldn't leave interrupts disabled when starting an OS.Michael Brown2007-07-251-0/+1
* Add per-file error identifiersMichael Brown2007-07-2416-178/+393
* Define -DOBJECT when generating Makefile rules, for consistency.Michael Brown2007-07-241-2/+2
* Include errno.h in the few drivers which use it, rather than in nic.hMichael Brown2007-07-247-1/+6
* Allow -Werror to be temporarily disabled using "make NO_WERROR=1"Michael Brown2007-07-241-1/+5
* Remove some obsolete sections of librm.h and libkir.h.Michael Brown2007-07-242-39/+25Star
* We can finally enable -Werror :)Michael Brown2007-07-241-1/+1
* Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2007-07-244-8/+9
|\
| * Change #warning to FIXME for ns8390.cMarty Connor2007-07-231-1/+2
| * Change #warning to FIXME for depcaMarty Connor2007-07-231-1/+1
| * Changed #warning to FIXME for nvo hack warning.Marty Connor2007-07-231-1/+1
| * Add NIC to targets that are always made.Marty Connor2007-07-231-5/+5
* | Minor debug improvementMichael Brown2007-07-191-1/+2
|/
* Don't trash the %ecx value returned by relocate(). This was causingMichael Brown2007-07-191-6/+8
* Remove INT 13,4b handler; it represents an incomplete feature (CD-ROMMichael Brown2007-07-191-35/+0Star
* Completed definition of struct int13_cdrom_specification, and moved toMichael Brown2007-07-192-9/+37
* Real-mode code might set the direction flag, which would cause carnage.Michael Brown2007-07-171-0/+3
* Move .zinfo to libprefix.S; it doesn't belong with the decompression code.Michael Brown2007-07-173-39/+29Star
* Produce no output unless -v is specified or an error occurs.Michael Brown2007-07-171-2/+2
* Removed dead code identified by symcheckMichael Brown2007-07-171-17/+0Star
* Added missing "static" declarationsMichael Brown2007-07-171-2/+2
* Restore the "shared symbol found only in a single object should beMichael Brown2007-07-171-2/+9
* Added symbols that the DBG() macros will use.Michael Brown2007-07-171-0/+12
* nameserver should be staticMichael Brown2007-07-172-3/+1Star
* Obsolete code removalMichael Brown2007-07-174-576/+0Star
* Added missing externMichael Brown2007-07-171-1/+1
* Use objdump -t for symcheck; it allows us to take the symbol sectionMichael Brown2007-07-172-37/+61
* Kill off redundant references to the .zprefixes.Michael Brown2007-07-162-53/+6Star
* Update all prefixes currently referring to _load_size to include aMichael Brown2007-07-166-21/+61
* Rename _rom_size to _load_size_sect, since hdprefix.S also uses it.Michael Brown2007-07-164-5/+5
* Compressed ROM images now work.Michael Brown2007-07-169-11/+439
* Split the objcopy stage out of final image preparation to a separateMichael Brown2007-07-162-3/+11
* Move uninitialised .data16 variables to .bss16; saves around 2000Michael Brown2007-07-166-10/+10
* Kill off some long-redundant CFLAGSMichael Brown2007-07-162-5/+5
* Add __bss16() macro, and allow use of .bss16 section by removingMichael Brown2007-07-162-1/+9
* Revert "no need for depending on build library ("blib")"Michael Brown2007-07-161-1/+1
* Added nrv2b binary to ignore listMichael Brown2007-07-151-0/+1
* Use a single _payload_offset linker-defined variable to locate theMichael Brown2007-07-152-16/+23
* Reverting unintended change caused by merge of indolent/natsemi branch.Michael Brown2007-07-151-1/+1
* Merge commit 'indolent/natsemi'Michael Brown2007-07-153-664/+718
|\
| * removed type casting from DBG statements.Udayan Kumar2007-07-151-19/+16Star
| * replaces printf with dbgUdayan Kumar2007-07-151-1/+1
| * added natsemi.hUdayan Kumar2007-07-151-0/+232
| * mdc's+nvsUdayan Kumar2007-07-151-683/+336Star
| * more debuggingUdayan Kumar2007-07-151-4/+8
| * more debuggingUdayan Kumar2007-07-151-0/+6