summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [commands] Fix config command to accept zero argumentsMichael Brown2008-10-121-1/+1
* [pci] Formalise the PCI I/O APIMichael Brown2008-10-1210-81/+220
* [legacy] Add missing #include <gpxe/io.h>Michael Brown2008-10-121-0/+1
* [phantom] Add missing #include <gpxe/io.h>Michael Brown2008-10-121-0/+1
* [config] Split console configuration out to config/console.hMichael Brown2008-10-124-26/+26
* [ioapi] Absorb virt_to_phys() and phys_to_virt() into the I/O APIMichael Brown2008-10-124-39/+60
* [i386] Remove obsolete functions from virtaddr.hMichael Brown2008-10-121-21/+2Star
* [rtl8139] Add missing #include <string.h>Michael Brown2008-10-121-0/+1
* [natsemi] Add missing #include <string.h>Michael Brown2008-10-121-0/+1
* [e1000] Add missing #include <string.h>Michael Brown2008-10-121-0/+1
* [ioapi] Remove old io.h file and switch all users over to <gpxe/io.h>Michael Brown2008-10-1222-291/+26Star
* [ioapi] Formalise the I/O API as used in i386-pcbiosMichael Brown2008-10-128-0/+850
* [cs89x0] Simplify obscure loop syntaxMichael Brown2008-10-121-2/+2
* [e1000] Fix dubious syntax in e1000 I/O wrapper macrosMichael Brown2008-10-121-24/+24
* [makefile] Add -Wformat-nonliteral as an extra warning categoryMichael Brown2008-10-106-26/+47
* [efi] Add EFI headers from the EFI Development Kit (edk2)Michael Brown2008-10-1025-0/+9013
* [i386] Simplify linker script and standardise linker-defined symbol namesMichael Brown2008-10-1011-236/+153Star
* [makefile] Reduce verbosity of various NON_AUTO_MEDIA rulesMichael Brown2008-10-103-10/+17
* [makefile] Split platform-dependent portions out of arch/i386/MakefileMichael Brown2008-10-102-50/+56
* [makefile] Inhibit warnings if AUTO_DEPS or MEDIA_DEPS are empty listsMichael Brown2008-10-101-0/+4
* [makefile] Add missing dependency on arch/$(ARCH)/Makefile to MAKEDEPSMichael Brown2008-10-101-0/+1
* [util] Don't die on undefined symbols in sortobjdump.plMichael Brown2008-10-101-1/+1
* [util] Add optional debug messages to zbin.cMichael Brown2008-10-101-0/+27
* [makefile] Split config.h out into config/*.h and kill off mkconfig.plMichael Brown2008-10-087-293/+57Star
* [makefile] Add support for multiple build platformsMichael Brown2008-10-083-219/+378
* [makefile] Kill off arch/$(ARCH)/ConfigMichael Brown2008-10-073-166/+56Star
* [libc] Define wchar_t in a gcc-compatible wayMichael Brown2008-10-071-0/+6
* [libc] Add function declaration for main() in stdlib.hMichael Brown2008-10-071-0/+1
* [crypto] Rename <gpxe/bitops.h> to <gpxe/rotate.h>Michael Brown2008-10-012-4/+4
* [i2c] Generalise i2c bit-bashing support to addressless devicesMichael Brown2008-10-013-47/+174
* [makefile] Fix -fno-stack-protector test on older versions of gccMichael Brown2008-10-011-1/+2
* [compiler] Allow for selective disabling of debug levels at runtimeMichael Brown2008-10-011-2/+17
* [compiler] Add __always_inline macroMichael Brown2008-10-011-0/+3
* [release] Update version to 0.9.5+ post releaseMarty Connor2008-10-011-1/+1
* [release] Update version to 0.9.5 for releasev0.9.5Marty Connor2008-10-011-2/+2
* [arbel] Fix off-by-one error in the failure path in arbel_probe()Michael Brown2008-10-011-4/+4
* [hermon] Fix off-by-one error in the failure path in hermon_probe()Michael Brown2008-10-011-4/+4
* [makefile] Quote argument to sed containing []H. Peter Anvin2008-09-301-1/+1
* [makefile] Avoid using ?=H. Peter Anvin2008-09-302-6/+6
* [tg3] Add PCI IDMichael Brown2008-09-291-0/+1
* [pcbios] Allow for larger-than-20-byte buffers in e820mangler.SMichael Brown2008-09-291-14/+45
* [pcbios] Print INT 15,E820 extended attributes, if presentMichael Brown2008-09-291-3/+43
* [gdb] Fix a compiler warning that shows up only when assertions are enabledMichael Brown2008-09-291-2/+2
* [pcbios] Save/restore %es in INT 15,e820Michael Brown2008-09-291-0/+2
* [i386] Add dump_regs() debug callMichael Brown2008-09-291-0/+23
* [hermon] Allocate only as much memory as is needed for ICM and ICM AUXMichael Brown2008-09-281-47/+62
* [iscsi] Fix LUN parsing in the iSCSI root-pathMichael Brown2008-09-281-11/+14
* [release] Update version post release to 0.9.4+Marty Connor2008-09-261-1/+1
* [release] Update version information for 0.9.4 releasev0.9.4Marty Connor2008-09-261-2/+2
* [settings] Allow for setting fetchers to fail in fetchf_hex()Michael Brown2008-09-261-0/+2