aboutsummaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)AuthorFilesLines
2010-04-25[romprefix] Inhibit the use of relocation during POSTMichael Brown3-6/+25
2010-04-25[romprefix] Split PMM allocations for image source and decompression areaMichael Brown1-51/+119
2010-04-25[prefix] Use area at top of INT 15,88 memory map for temporary decompressionMichael Brown3-17/+27
2010-04-25[pcbios] Always show INT 15,88 result under DEBUG=memmapMichael Brown1-5/+5
2010-04-25[build] Generate random build identifierMichael Brown1-0/+3
2010-04-21[romprefix] Provide indication of successful call to install_preallocMichael Brown1-4/+12
2010-04-20[prefix] Default to 1MB mark as fallback high memory load pointMichael Brown1-8/+1
2010-04-20[relocate] Remove the even megabyte constraintMichael Brown1-48/+8
2010-04-20[librm] Use libflat to enable A20 line on each real-to-protected transitionMichael Brown8-227/+12
2010-04-20[prefix] Add A20-enabling code in libflatMichael Brown2-8/+296
2010-04-20[prefix] Move flatten_real_mode to libflat.SMichael Brown2-122/+141
2010-04-20[prefix] Move flatten_real_mode to .text16.earlyMichael Brown1-41/+31
2010-04-20[prefix] Add .text16.early sectionMichael Brown3-34/+94
2010-04-20[prefix] Use flat real mode for access to high memoryMichael Brown1-127/+79
2010-04-19[prefix] Use flat real mode instead of real modeMichael Brown2-17/+8
2010-04-19[romprefix] Remove .hrom prefixMichael Brown3-27/+0
2010-04-19[romprefix] Remove .xrom prefixMichael Brown4-387/+8
2010-04-19[build] Rename gPXE to iPXEMichael Brown88-291/+291
2010-04-16[build] Look for isolinux.bin in more placesPiotr JaroszyƄski1-1/+5
2010-03-26[pxe] Remove pxe_set_cached_filename()Michael Brown3-37/+0
2010-03-23[pxe] Avoid potential interrupt storms when using shared interruptsMichael Brown1-4/+21
2010-03-23[netdevice] Add netdev_is_open() wrapper functionMichael Brown2-2/+2
2010-03-01[comboot] Match version strings to SYSLINUX styleDaniel Verkamp1-2/+2
2010-02-24[undi] Ensure only one UNDI instance is loadedStefan Hajnoczi1-0/+12
2010-01-31[prefix] Remove unsupported ELF preficesStefan Hajnoczi5-514/+0
2010-01-31[prefix] Remove unsupported .exe prefixStefan Hajnoczi2-42/+0
2010-01-31[prefix] Remove unsupported .com prefixStefan Hajnoczi2-47/+0
2010-01-31[prefix] Remove .bImage in favor of .lkrnStefan Hajnoczi2-612/+0
2010-01-24[pxe] Introduce PXE exit hook for NBP chainingShao Miller5-1/+79
2010-01-20[prefix] Add .xrom prefix for a ROM that loads itself by PCI accessesJoshua Oreman4-10/+389
2010-01-20[config] Make PXE stack a compile-time optionJoshua Oreman5-46/+87
2010-01-20[pxe] Support cached DHCP packets in .kkpxe imagesJoshua Oreman2-0/+72
2010-01-20[pxe] Separate parent PXE API caller from UNDINET driverJoshua Oreman6-216/+263
2010-01-17[tftp] Make TFTP size requests abort transfer with an errorThomas Horsten1-5/+8
2010-01-15[sanboot] Prevent leaking a stack reference for "keep-san" AoEStefan Hajnoczi1-21/+33
2010-01-14[prefix] Add .hrom prefix for a ROM that loads high under PCI3 without PMMJoshua Oreman3-0/+27
2009-12-15[build] Pad .hd image type to 32 KBStefan Hajnoczi1-1/+1
2009-12-14[multiboot] Build memory map after shutting down and unhiding gPXEStefan Hajnoczi1-2/+6
2009-11-20[e820mangler] Add missing CLC ins. for success pathShao Miller1-0/+1
2009-11-20[linker] Expand and correct symbol requirement macrosJoshua Oreman3-0/+3
2009-11-18[int13] Guard against BIOSes that "fix" the drive countMichael Brown1-6/+48
2009-11-18[int13] Fix number of sectors returned by INT 13,15Michael Brown1-2/+6
2009-11-18[autoboot] Ensure that an error message is always printed for a boot failureMichael Brown2-4/+0
2009-11-04[sanboot] Extend the "keep-san" option to non-iSCSI SAN protocolsMichael Brown4-17/+35
2009-10-23[iscsi] Use the "Ethernet-compatible" MAC address in the iBFTMichael Brown1-4/+8
2009-10-23[iscsi] Fix printing of non-existent strings in iBFT debug messagesMichael Brown1-1/+2
2009-08-12[netdevice] Allow the hardware and link-layer addresses to differ in sizeMichael Brown1-4/+6
2009-08-12[netdevice] Separate out the concept of hardware and link-layer addressesMichael Brown2-7/+3
2009-08-11[doc] Expand scope of doxygen-generated documentationMichael Brown1-1/+1
2009-08-11[zbin] Change fixup semantics to support ROMs over 128k uncompressedJoshua Oreman6-25/+16