summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
...
* [i386] Fix building on older versions of gccMichael Brown2012-03-041-3/+7
* [x86_64] Provide __bswap_{16,32,64}s()Michael Brown2012-03-041-0/+25
* [i386] Optimise byte-swapping functions and provide __bswap_{16,32,64}s()Michael Brown2012-03-041-32/+56
* [undi] Allow underlying PXE stack to construct link-layer headerMichael Brown2012-03-021-2/+47
* [vmware] Fix length returned by guestrpc_command()Michael Brown2012-03-011-0/+1
* [vmware] Add VMware logfile console (CONSOLE_VMWARE)Michael Brown2012-02-291-0/+117
* [vmware] Add GuestRPC mechanismMichael Brown2012-02-296-0/+535
* [rng] Add RTC-based entropy sourceMichael Brown2012-02-283-0/+297
* [rng] Add ANS X9.82 Approved Source of Entropy InputMichael Brown2012-02-212-0/+24
* [i386] Add missing #include <ipxe/io.h> in pic8259.hMichael Brown2012-02-191-0/+2
* [prefix] Fix missing underscore in libprefixTill Straumann2012-02-101-1/+1
* [prefix] Delay initrd image copy until memory map is readyMichael Brown2012-02-091-2/+8
* [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