summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [build] Accept EMBED=... as a synonym for EMBEDDED_IMAGE=...Michael Brown2011-04-281-5/+6
* [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-2410-77/+215
* [parseopt] Allow for pre-initialised option setsMichael Brown2011-04-242-7/+24
* [undi] Assume that interrupts are not supported if IRQ=0Michael Brown2011-04-231-1/+3
* [build] Run parserom.pl only on potential driver filesMichael Brown2011-04-101-1/+2
* [cmdline] Add "iseq" commandGreg Jednaszewski2011-04-081-0/+37
* [cmdline] Simplify "isset" commandMichael Brown2011-04-081-10/+3Star
* [hermon] Work around missing mport support in current BOFM implementationsMichael Brown2011-04-081-15/+39
* [arbel] Stop firmware only once on shutdownMichael Brown2011-04-081-1/+0Star
* [hermon] Stop firmware only once on shutdownMichael Brown2011-04-081-1/+0Star
* [efi] Add support for HIIMichael Brown2011-04-087-0/+1690
* [efi] Include MdeModulePkg directory in header import listMichael Brown2011-04-081-1/+2
* [efi] Add EFI string formatting functionsMichael Brown2011-04-084-15/+179
* [device] Make driver name a generic device propertyMichael Brown2011-04-0812-16/+14Star
* [build] Refuse to attempt building with the GNU gold linkerMichael Brown2011-04-051-0/+7
* [build] Perform tool checks on each make invocationMichael Brown2011-04-051-15/+17
* [tcp] Update ts_recent whenever window is advancedMichael Brown2011-04-031-9/+22
* [cmdline] Fix "isset" commandMichael Brown2011-04-011-2/+8
* [tftp] Avoid setting current working URI to "tftp://0.0.0.0/"Michael Brown2011-03-311-5/+9
* [efi] Synchronise EFI header filesMichael Brown2011-03-3112-33/+100
* [cmdline] Add support for shell historyMichael Brown2011-03-301-1/+10
* [readline] Add history supportMichael Brown2011-03-302-9/+258
* [readline] Add replace_string()Michael Brown2011-03-302-0/+13
* [readline] Add init_editstring() wrapper functionMichael Brown2011-03-303-4/+15
* [build] Add "allmroms" targetBastian Blank2011-03-301-2/+2
* [build] Avoid generating ROMs with "match-any" vendor or device IDsMichael Brown2011-03-301-0/+1
* [build] Include $(BIN)/errors in "make clean"Michael Brown2011-03-301-0/+1
* [build] Include only one copy of each ROM in "make allroms"Michael Brown2011-03-301-4/+4
* [build] Remove obsolete "allzroms" targetMichael Brown2011-03-301-2/+2
* [netdevice] Simplify link-down status messageMichael Brown2011-03-301-3/+9
* [bofm] Use BOFM protocol version 2 if availableMichael Brown2011-03-301-17/+62
* [forcedeth] Never change the NVREG_TRANSMITPOLL_MAC_ADDR_REV flagMichael Brown2011-03-301-5/+0Star
* [efi] Ensure that all drivers are shut down before the OS bootsMichael Brown2011-03-293-32/+51
* [forcedeth] Remove software unicast MAC address filterMichael Brown2011-03-291-9/+2Star
* [build] Fix compilation when gcc is patched to default to -fPIE -Wl,-pieGilles Espinasse2011-03-291-0/+11
* [settings] Display "delete" option only for locally-originated settingsMichael Brown2011-03-281-1/+1
* [main] Add the "scriptlet" settingMichael Brown2011-03-282-5/+27
* [cmdline] Expand settings within each command-line token individuallyMichael Brown2011-03-281-35/+79
* [cmdline] Allow ";" as an unconditional command separatorMichael Brown2011-03-281-0/+14
* [linux] Avoid unused-but-set variable warning in gcc 4.6Thomas Miletich2011-03-281-2/+2
* [forcedeth] Avoid unused-but-set variable warning in gcc 4.6Thomas Miletich2011-03-281-3/+2Star
* [exeprefix] Add .exe prefixMichael Brown2011-03-282-0/+158
* [prefix] Avoid using base memory for temporary decompression areaMichael Brown2011-03-281-3/+7
* [build] Generate hybrid ISO images if isohybrid is availableMichael Brown2011-03-271-0/+7
* [build] Delete incomplete targets if building fails for any reasonMichael Brown2011-03-271-0/+7
* [linux] Make malloc and linux_umalloc valgrindablePiotr JaroszyƄski2011-03-279-12/+4953
* [image] Remove redundant call to basename()Michael Brown2011-03-271-3/+0Star