summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* [doc] Fix comment on Linux/x86 boot protocol pathWu Fengguang2010-06-031-1/+1
* [libc] Enable automated extraction of error usage reportsMichael Brown2010-05-312-0/+4
* [pxe] Remove obsolete pxe_errortab.cMichael Brown2010-05-311-103/+0Star
* [build] Remove PACKED macroMichael Brown2010-05-304-70/+70
* [dhcp] Use correct DHCP options on EFI systemsGeoff Lywood2010-05-293-0/+120
* [efi] Fix .efi and .efidrv linkingPiotr Jaroszyński2010-05-274-6/+8
* [build] Use weak definitions instead of weak declarationsJoshua Oreman2010-05-274-21/+17Star
* [comboot] Propagate carry flag from COMBOOT APIStefan Hajnoczi2010-05-253-12/+41
* [pxe] Treat PXENV_RESTART_TFTP as unreturnableMichael Brown2010-05-213-7/+17
* [build] Fix building with binutils 2.16Michael Brown2010-04-271-1/+2
* [romprefix] Add .mrom format, allowing loading of large ROMsMichael Brown2010-04-254-8/+516
* [build] Replace obsolete makerom.pl with quick script using Option::ROMMichael Brown2010-04-251-0/+4
* [romprefix] Inhibit the use of relocation during POSTMichael Brown2010-04-253-6/+25
* [romprefix] Split PMM allocations for image source and decompression areaMichael Brown2010-04-251-51/+119
* [prefix] Use area at top of INT 15,88 memory map for temporary decompressionMichael Brown2010-04-253-17/+27
* [pcbios] Always show INT 15,88 result under DEBUG=memmapMichael Brown2010-04-251-5/+5
* [build] Generate random build identifierMichael Brown2010-04-251-0/+3
* [romprefix] Provide indication of successful call to install_preallocMichael Brown2010-04-211-4/+12
* [prefix] Default to 1MB mark as fallback high memory load pointMichael Brown2010-04-201-8/+1Star
* [relocate] Remove the even megabyte constraintMichael Brown2010-04-201-48/+8Star
* [librm] Use libflat to enable A20 line on each real-to-protected transitionMichael Brown2010-04-208-227/+12Star
* [prefix] Add A20-enabling code in libflatMichael Brown2010-04-202-8/+296
* [prefix] Move flatten_real_mode to libflat.SMichael Brown2010-04-202-122/+141
* [prefix] Move flatten_real_mode to .text16.earlyMichael Brown2010-04-201-41/+31Star
* [prefix] Add .text16.early sectionMichael Brown2010-04-203-34/+94
* [prefix] Use flat real mode for access to high memoryMichael Brown2010-04-201-127/+79Star
* [prefix] Use flat real mode instead of real modeMichael Brown2010-04-202-17/+8Star
* [romprefix] Remove .hrom prefixMichael Brown2010-04-203-27/+0Star
* [romprefix] Remove .xrom prefixMichael Brown2010-04-204-387/+8Star
* [build] Rename gPXE to iPXEMichael Brown2010-04-2088-291/+291
* [build] Look for isolinux.bin in more placesPiotr Jaroszyński2010-04-161-1/+5
* [pxe] Remove pxe_set_cached_filename()Michael Brown2010-03-263-37/+0Star
* [pxe] Avoid potential interrupt storms when using shared interruptsMichael Brown2010-03-231-4/+21
* [netdevice] Add netdev_is_open() wrapper functionMichael Brown2010-03-232-2/+2
* [comboot] Match version strings to SYSLINUX styleDaniel Verkamp2010-03-011-2/+2
* [undi] Ensure only one UNDI instance is loadedStefan Hajnoczi2010-02-241-0/+12
* [prefix] Remove unsupported ELF preficesStefan Hajnoczi2010-02-015-514/+0Star
* [prefix] Remove unsupported .exe prefixStefan Hajnoczi2010-02-012-42/+0Star
* [prefix] Remove unsupported .com prefixStefan Hajnoczi2010-02-012-47/+0Star
* [prefix] Remove .bImage in favor of .lkrnStefan Hajnoczi2010-02-012-612/+0Star
* [pxe] Introduce PXE exit hook for NBP chainingShao Miller2010-01-245-1/+79
* [prefix] Add .xrom prefix for a ROM that loads itself by PCI accessesJoshua Oreman2010-01-204-10/+389
* [config] Make PXE stack a compile-time optionJoshua Oreman2010-01-205-46/+87
* [pxe] Support cached DHCP packets in .kkpxe imagesJoshua Oreman2010-01-202-0/+72
* [pxe] Separate parent PXE API caller from UNDINET driverJoshua Oreman2010-01-206-216/+263
* [tftp] Make TFTP size requests abort transfer with an errorThomas Horsten2010-01-181-5/+8
* [sanboot] Prevent leaking a stack reference for "keep-san" AoEStefan Hajnoczi2010-01-151-21/+33
* [prefix] Add .hrom prefix for a ROM that loads high under PCI3 without PMMJoshua Oreman2010-01-143-0/+27
* [build] Pad .hd image type to 32 KBStefan Hajnoczi2009-12-151-1/+1
* [multiboot] Build memory map after shutting down and unhiding gPXEStefan Hajnoczi2009-12-141-2/+6