summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [ipv4] Include network device metadata in packet tracesMichael Brown2011-05-051-3/+10
* [bofm] Pass BOFM version 2 table to SetStatus() if applicableMichael Brown2011-05-051-10/+29
* [http] Support chunked transfer encodingMichael Brown2011-05-051-44/+119
* [bofm] Increase amount of debugging availableMichael Brown2011-05-051-32/+48
* [forcedeth] Ensure that IRQ line is deasserted when disabling interruptsMichael Brown2011-05-041-3/+2Star
* [hermon] Remove temporary workaround for missing BOFM mport supportMichael Brown2011-05-041-39/+15Star
* [bofm] Report {slot,port} to {bus:dev.fn,mport} mapping on newer BOFM buildsMichael Brown2011-05-041-2/+7
* [bofm] Use "mport" rather than "port" to describe mport valueMichael Brown2011-05-041-5/+5
* [bofm] Match port numbering as used in CSV fileMichael Brown2011-05-041-1/+1
* [romprefix] Attempt to gracefully handle semi-PnP IBM BIOSesMichael Brown2011-05-041-6/+20
* [netdevice] Improve detection of bugs in drivers' TX completion handlingMichael Brown2011-05-031-2/+1Star
* [list] Add list_check_contains()Michael Brown2011-05-031-0/+19
* [netdevice] Move high-frequency debug messages to DBGLVL_EXTRAMichael Brown2011-05-031-9/+9
* [efi] Ensure that each HII package list and formset has a unique GUIDMichael Brown2011-05-031-3/+6
* [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
* [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