aboutsummaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-10[infiniband] Add support for the SRP Boot Firmware TableMichael Brown3-0/+236
2009-08-10[infiniband] Add support for SRP over InfinibandMichael Brown1-0/+63
2009-08-08[romprefix] Cope with PnP BIOSes that fail to set %es:%di on entryMichael Brown1-7/+20
2009-08-02[pxe] Dual-license pxe_api.h under the MIT licenseH. Peter Anvin1-0/+25
2009-08-02[pxe] Avoid printf format warning on some compilersMichael Brown1-1/+1
2009-08-02[build] Add syslinux floppy image type .sdskMarty Connor1-0/+6
2009-07-17[netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocolMichael Brown1-1/+1
2009-06-28[pxe] Add startpxe and stoppxe commandsMichael Brown2-0/+34
2009-06-28[pxe] Check for unhookable interrupts in PXENV_STOP_UNDIMichael Brown1-0/+9
2009-06-28[pxe] Create pxe_[de]activate() wrapper functionsMichael Brown4-40/+61
2009-06-28[pxe] Make pxe_init_structures() an initialisation functionMichael Brown4-6/+7
2009-06-27[pxe] Update UNDI transmit count before transmitting packetMichael Brown1-4/+8
2009-06-27[pxe] Implement PXENV_UNDI_{GET,SET}_MCAST_ADDRESSMichael Brown1-15/+42
2009-06-27[pxe] Improve pxe_undi debug messagesMichael Brown1-32/+92
2009-06-23[comboot] Implement INT 22h AX=000Bh (Get Serial Console Configuration)Daniel Verkamp1-1/+9
2009-06-23[pxe] Fix interoperability with the Symantec (undipd) DOS UNDI driverMichael Brown1-1/+1
2009-06-23[pxe] Fix interoperability with the Intel DOS UNDI driverMichael Brown2-1/+23