summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* [lkrnprefix] Copy command line before installing iPXEMichael Brown2012-01-182-5/+41
* [pxe] Provide PXENV_FILE_EXIT_HOOK only for ipxelinux.0 buildsMichael Brown2011-12-116-53/+118
* [pxe] Modularise PXE API provisionMichael Brown2011-12-118-468/+272Star
* [pxe] Tidy up debugging outputMichael Brown2011-12-081-13/+16
* [pxe] Check for a valid PXE network device when applicableMichael Brown2011-12-082-11/+213
* [undi] Retry PXENV_UNDI_INITIALIZE multiple timesMichael Brown2011-12-081-8/+30
* [pxe] Improve pxe_preboot debugging messagesMichael Brown2011-11-141-23/+48
* [pxe] Improve pxe_undi debugging messagesMichael Brown2011-11-141-76/+84
* [prefix] Allow an initrd to be passed to iPXEMichael Brown2011-11-124-124/+262
* [prefix] Allow prefix to specify an arbitrary maximum address for relocationMichael Brown2011-11-125-38/+33Star
* [prefix] Use stack rather than %ebp as temporary storage areaMichael Brown2011-11-111-11/+14
* [undi] Ensure that native drivers are tried before the UNDI PCI driverMichael Brown2011-11-111-1/+1
* [undi] Use meaningful driver and device namesMichael Brown2011-10-281-2/+10
* [undi] Use current (rather than permanent) link-layer addressMichael Brown2011-10-281-0/+1
* [liba20] Preserve all non-segment registers when calling INT 15,2401Michael Brown2011-10-251-3/+6
* [librm] Avoid (harmless) collisions with linker symbolsMichael Brown2011-10-251-14/+14
* [image] Eliminate the register_and_xxx_image() functionsMichael Brown2011-10-251-2/+2
* [lkrnprefix] Fix lost command line passed by grubValentine Barshak2011-08-071-1/+1
* [romprefix] Fix romprefix build with certain versions of binutilsValentine Barshak2011-08-071-2/+2
* [netdevice] Allow link layer to report broadcast/multicast packets via pull()Michael Brown2011-07-151-7/+7
* [dhcp] Add symbolic definitions for DHCP client architecture valuesMichael Brown2011-07-063-4/+7
* [int13] Provide a permanently closed window via the control interfaceMichael Brown2011-06-281-0/+15
* [prefix] Cope with BOOT_IMAGE= anywhere within command lineMichael Brown2011-06-281-4/+14
* [romprefix] Force PnP header to a 16-byte boundary for IBM BIOSesMichael Brown2011-05-171-0/+5
* [romprefix] Do not fall back to hooking INT19 by defaultMichael Brown2011-05-171-0/+2
* [romprefix] Remove special treatment for IBM BIOSesMichael Brown2011-05-171-20/+6Star
* [romprefix] Attempt to gracefully handle semi-PnP IBM BIOSesMichael Brown2011-05-041-6/+20
* [build] Fix building on mildly deranged versions of binutilsMichael Brown2011-04-291-13/+13
* [int13] Catch INT 13,4b when no explicit drive number is presentMichael Brown2011-04-281-2/+7
* [int13] Add support for INT 13,4bMichael Brown2011-04-281-4/+46
* [int13] Add support for El Torito bootable CD-ROM imagesMichael Brown2011-04-272-48/+486
* [linux] Avoid building Linux-specific prefix on non-Linux buildsMichael Brown2011-04-272-0/+0
* [sanboot] Add "sanhook" and "sanunhook" commandsMichael Brown2011-04-243-10/+16
* [undi] Assume that interrupts are not supported if IRQ=0Michael Brown2011-04-231-1/+3
* [linux] Avoid unused-but-set variable warning in gcc 4.6Thomas Miletich2011-03-281-2/+2
* [exeprefix] Add .exe prefixMichael Brown2011-03-282-0/+158
* [prefix] Avoid using base memory for temporary decompression areaMichael Brown2011-03-281-3/+7
* [linux] Make malloc and linux_umalloc valgrindablePiotr JaroszyƄski2011-03-276-6/+4859
* [undi] Cope with devices that erroneously claim not to use interruptsMichael Brown2011-03-231-21/+28
* [build] Fix building with latest binutilsBastian Blank2011-03-162-2/+2
* [console] Add facility for rudimentary keyboard mappingMichael Brown2011-03-161-2/+19
* [romprefix] Use correct size for PMM allocation of image source blockMichael Brown2011-03-151-6/+7
* [bios] Use INT 16,11 instead of INT 16,01 to check for keystrokesMichael Brown2011-03-101-1/+1
* [pxe] Report an IRQ number only if device supports interruptsMichael Brown2011-03-101-1/+2
* [console] Move include/console.h to include/ipxe/console.hMichael Brown2011-03-093-3/+3
* [image] Simplify use of imgdownload()Michael Brown2011-03-094-52/+14Star
* [prefix] Allow iPXE's own command line to be executed as a scriptMichael Brown2011-03-072-0/+123
* [bios] Recognise scancodes for F5-F12 inclusiveMichael Brown2011-03-071-25/+24Star
* [comboot] Do not assume that image has a non-NULL command lineMichael Brown2011-03-071-3/+3
* [image] Simplify image managementMichael Brown2011-03-078-236/+216Star