aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-05-05[ipv4] Include network device metadata in packet tracesMichael Brown1-3/+10
2011-05-05[bofm] Pass BOFM version 2 table to SetStatus() if applicableMichael Brown1-10/+29
2011-05-05[http] Support chunked transfer encodingMichael Brown1-44/+119
2011-05-05[bofm] Increase amount of debugging availableMichael Brown1-32/+48
2011-05-04[forcedeth] Ensure that IRQ line is deasserted when disabling interruptsMichael Brown1-3/+2
2011-05-04[hermon] Remove temporary workaround for missing BOFM mport supportMichael Brown1-39/+15
2011-05-04[bofm] Report {slot,port} to {bus:dev.fn,mport} mapping on newer BOFM buildsMichael Brown1-2/+7
2011-05-04[bofm] Use "mport" rather than "port" to describe mport valueMichael Brown1-5/+5
2011-05-04[bofm] Match port numbering as used in CSV fileMichael Brown1-1/+1
2011-05-04[romprefix] Attempt to gracefully handle semi-PnP IBM BIOSesMichael Brown1-6/+20
2011-05-03[netdevice] Improve detection of bugs in drivers' TX completion handlingMichael Brown1-2/+1
2011-05-03[list] Add list_check_contains()Michael Brown1-0/+19
2011-05-03[netdevice] Move high-frequency debug messages to DBGLVL_EXTRAMichael Brown1-9/+9
2011-05-03[efi] Ensure that each HII package list and formset has a unique GUIDMichael Brown1-3/+6
2011-04-29[build] Fix building on mildly deranged versions of binutilsMichael Brown1-13/+13
2011-04-28[int13] Catch INT 13,4b when no explicit drive number is presentMichael Brown1-2/+7
2011-04-28[build] Accept EMBED=... as a synonym for EMBEDDED_IMAGE=...Michael Brown1-5/+6
2011-04-28[int13] Add support for INT 13,4bMichael Brown1-4/+46
2011-04-27[int13] Add support for El Torito bootable CD-ROM imagesMichael Brown2-48/+486
2011-04-27[linux] Avoid building Linux-specific prefix on non-Linux buildsMichael Brown2-0/+0
2011-04-24[sanboot] Add "sanhook" and "sanunhook" commandsMichael Brown10-77/+215
2011-04-24[parseopt] Allow for pre-initialised option setsMichael Brown2-7/+24
2011-04-22[undi] Assume that interrupts are not supported if IRQ=0Michael Brown1-1/+3
2011-04-09[build] Run parserom.pl only on potential driver filesMichael Brown1-1/+2
2011-04-08[cmdline] Add "iseq" commandGreg Jednaszewski1-0/+37
2011-04-08[cmdline] Simplify "isset" commandMichael Brown1-10/+3
2011-04-08[hermon] Work around missing mport support in current BOFM implementationsMichael Brown1-15/+39
2011-04-08[arbel] Stop firmware only once on shutdownMichael Brown1-1/+0
2011-04-08[hermon] Stop firmware only once on shutdownMichael Brown1-1/+0
2011-04-07[efi] Add support for HIIMichael Brown7-0/+1690
2011-04-07[efi] Include MdeModulePkg directory in header import listMichael Brown1-1/+2
2011-04-07[efi] Add EFI string formatting functionsMichael Brown4-15/+179
2011-04-07[device] Make driver name a generic device propertyMichael Brown12-16/+14
2011-04-05[build] Refuse to attempt building with the GNU gold linkerMichael Brown1-0/+7
2011-04-05[build] Perform tool checks on each make invocationMichael Brown1-15/+17
2011-04-03[tcp] Update ts_recent whenever window is advancedMichael Brown1-9/+22
2011-04-01[cmdline] Fix "isset" commandMichael Brown1-2/+8
2011-03-31[tftp] Avoid setting current working URI to "tftp://0.0.0.0/"Michael Brown1-5/+9
2011-03-31[efi] Synchronise EFI header filesMichael Brown12-33/+100
2011-03-30[cmdline] Add support for shell historyMichael Brown1-1/+10
2011-03-30[readline] Add history supportMichael Brown2-9/+258
2011-03-30[readline] Add replace_string()Michael Brown2-0/+13
2011-03-30[readline] Add init_editstring() wrapper functionMichael Brown3-4/+15
2011-03-30[build] Add "allmroms" targetBastian Blank1-2/+2
2011-03-30[build] Avoid generating ROMs with "match-any" vendor or device IDsMichael Brown1-0/+1
2011-03-30[build] Include $(BIN)/errors in "make clean"Michael Brown1-0/+1
2011-03-30[build] Include only one copy of each ROM in "make allroms"Michael Brown1-4/+4
2011-03-30[build] Remove obsolete "allzroms" targetMichael Brown1-2/+2
2011-03-30[netdevice] Simplify link-down status messageMichael Brown1-3/+9
2011-03-30[bofm] Use BOFM protocol version 2 if availableMichael Brown1-17/+62