aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/i386/prefix
Commit message (Expand)AuthorAgeFilesLines
* [mromprefix] Report a dummy size at offset 0x02 of .mrom payloadMichael Brown2015-06-251-0/+1
* [int13con] Add basic ability to log to a local disk via INT 13Michael Brown2015-05-191-6/+15
* [build] Work around binutils quirk on OpenBSD 5.7Michael Brown2015-04-181-0/+3
* [build] Allow building PCI ROMs with device ID listsMichael Brown2015-04-151-1/+12
* [romprefix] Allow autoboot device filter to be disabledMichael Brown2015-04-131-0/+2
* [libprefix] Fix building on 64-bit FreeBSD 8.4Michael Brown2015-03-231-1/+1
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-117-3/+11
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-051-1/+1
* [build] Fix the REQUIRE_SYMBOL mechanismMichael Brown2015-03-052-0/+4
* [build] Use REQUIRE_OBJECT() to drag in per-object configurationMichael Brown2015-03-051-0/+3
* [pxe] Remove obsolete references to pxeparent_dhcpMichael Brown2015-03-032-6/+0
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-023-3/+7
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-029-9/+29
* [zbin] Remove now-unused unnrv2b.S decompressorMichael Brown2015-02-262-193/+0
* [zbin] Fix check for existence of most recent output byteMichael Brown2015-02-261-3/+1
* [zbin] Allow decompressor to generate debug output via BIOS consoleMichael Brown2015-02-261-19/+50
* [prefix] Call decompressor in flat real mode when DEBUG=libprefix is enabledMichael Brown2015-02-261-0/+16
* [zbin] Perform extra normalisation after completing decompressionMichael Brown2015-02-261-0/+1
* [zbin] Use LZMA compressionMichael Brown2015-02-252-0/+914
* [prefix] Use .bss16 as temporary stack space for calls to install_blockMichael Brown2015-02-241-11/+38
* [build] Allow product URI to be customised via config/branding.hMichael Brown2015-02-111-1/+3
* [build] Use PRODUCT_SHORT_NAME for end-user visible stringsMichael Brown2015-02-111-1/+2
* [build] Move branding information to config/branding.hMichael Brown2015-02-111-1/+2
* [mromprefix] Allow for .mrom images larger than 128kBMichael Brown2014-08-261-9/+1
* [mromprefix] Use PCI length field to obtain length of individual imagesMichael Brown2014-08-261-7/+17
* [prefix] Report both %esi and %ecx when opening payload failsMichael Brown2014-08-262-1/+6
* [prefix] Halt system without burning CPU if we cannot access the payloadMichael Brown2014-08-261-1/+4
* [build] Allow ISA ROMs to be builtMichael Brown2014-08-225-27/+131
* [romprefix] Do not preserve unused register %diMichael Brown2014-08-221-8/+1
* [lkrnprefix] Make real-mode setup code relocatableMichael Brown2014-05-151-3/+4
* [lkrnprefix] Function as a bzImage kernelMichael Brown2014-05-121-132/+83
* [librm] Speed up real-to-protected mode transition under KVMMichael Brown2014-05-021-1/+4
* [librm] Use genuine real mode to accelerate operation in virtual machinesMichael Brown2014-04-281-0/+3
* [romprefix] Do not clobber stack segment when returning to BIOSMichael Brown2014-03-051-2/+2
* [romprefix] Store boot bus:dev.fn address as autoboot device locationAlex Williamson2014-03-031-1/+11
* [romprefix] Allow ROM banner timeout to be configured independentlyAlex Williamson2014-03-031-7/+3
* [lkrnprefix] Include iPXE version string in image headerMichael Brown2013-12-061-1/+4
* [pxe] Always retrieve cached DHCPACK and apply to relevant network deviceMichael Brown2013-10-251-3/+48
* [romprefix] Fix incorrect pointer offset in undiloader.SFrediano Ziglio2013-05-141-2/+2
* [romprefix] Report failure cause when unable to open payloadMichael Brown2013-04-301-4/+7
* [lkrnprefix] Allow relocation when no initrd is presentMichael Brown2013-03-151-3/+10
* [romprefix] Display only one "Ctrl-B" prompt per PCI device during POSTMichael Brown2013-03-111-3/+11
* [pcbios] Inhibit all calls to INT 15,e820 and INT 15,e801 during POSTMichael Brown2013-03-114-7/+16
* [prefix] Use %cs as implicit parameter to uninstall()Michael Brown2013-03-081-6/+6
* [nbiprefix] Set up real-mode stack before jumping to .text16Michael Brown2013-03-081-0/+4
* [romprefix] Round up PMM allocation sizes to nearest 4kBMichael Brown2012-07-251-1/+5
* [romprefix] Report a pessimistic runtime size estimateMichael Brown2012-07-231-5/+23
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-203-3/+6
* [pxeprefix] Ignore errors from PXENV_FILE_CMDLINEMichael Brown2012-07-181-4/+2
* [pxeprefix] Fetch command line (if any) via PXENV_FILE_CMDLINEMichael Brown2012-07-111-0/+38