summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [fc] Maintain a list of Fibre Channel upper-layer protocol usersMichael Brown2011-06-284-39/+73
* [ftp] Remove redundant ftp_data_deliver() methodMichael Brown2011-06-281-25/+4Star
* [prefix] Cope with BOOT_IMAGE= anywhere within command lineMichael Brown2011-06-281-4/+14
* [ipv4] Record ARP resolution errorsMichael Brown2011-06-281-0/+2
* [netdevice] Allow non-completion TX errors to be recordedMichael Brown2011-06-282-7/+27
* [build] Allow APPEND lines in ipxe.iso to function as expectedDominic Cleal2011-05-191-1/+1
* [parseopt] Disambiguate the various EINVAL errorsMichael Brown2011-05-181-2/+16
* [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-172-0/+8
* [romprefix] Remove special treatment for IBM BIOSesMichael Brown2011-05-171-20/+6Star
* [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