aboutsummaryrefslogtreecommitdiff
path: root/src/interface
AgeCommit message (Expand)AuthorFilesLines
2013-07-18[settings] Clarify usage of the term "named setting"Michael Brown1-2/+2
2013-07-15[cmdline] Add "poweroff" commandMarin Hannache1-0/+17
2013-07-14[linux] Add missing #include <stddef.h>Marin Hannache2-0/+2
2013-07-13[linux] Add support for accessing PCI configuration space via /proc/bus/pciMichael Brown1-0/+185
2013-05-01[smbios] Allow access to multiple instances of SMBIOS structuresMichael Brown2-4/+9
2013-05-01[smbios] Allow access to unreferenced SMBIOS stringsMichael Brown1-4/+10
2013-05-01[settings] Eliminate settings "tag magic"Michael Brown1-21/+11
2013-04-19[efi] Perform meaningful error code conversionsMichael Brown13-137/+131
2013-04-19[efi] Remove obsolete EFI I/O implementation using EFI_CPU_IO_PROTOCOLMichael Brown1-218/+0
2013-03-27[efi] Fetch device path for loaded image during initialisationMichael Brown1-13/+37
2013-03-22[cmdline] Add ability to perform a warm rebootMichael Brown1-2/+3
2013-03-22[efi] Add "reboot" command for EFIMichael Brown1-0/+43
2013-03-20[efi] Provide efi_guid_ntoa() for printing EFI GUIDsMichael Brown3-12/+31
2013-03-20[uuid] Abstract UUID mangling code out to a separate uuid_mangle() functionMichael Brown1-4/+1
2013-03-20[smbios] Mangle UUIDs for SMBIOS version 2.6 and newerMichael Brown1-9/+33
2013-03-20[smbios] Provide SMBIOS version number via smbios_version()Michael Brown2-0/+19
2013-03-19[efi] Add EFI-specific debugging macrosMichael Brown1-0/+95
2013-03-13[efi] Add our own EFI_LOAD_FILE_PROTOCOL implementationMichael Brown1-1/+56
2013-03-13[efi] Expose downloaded images via EFI_SIMPLE_FILE_SYSTEM_PROTOCOLMichael Brown2-21/+607
2013-03-13[efi] Add last_opened_snpdev()Michael Brown1-0/+15
2012-11-21[efi] Include product short name in EFI SNP device namesMichael Brown1-3/+5
2012-11-21[efi] Delegate to child device's EFI_COMPONENT_NAME2_PROTOCOL, if presentMichael Brown1-5/+22
2012-11-02[build] Include version number within only a single object fileMichael Brown1-1/+2
2012-10-23[efi] Add EFI_COMPONENT_NAME2_PROTOCOL instance for each SNP deviceMichael Brown1-0/+68
2012-10-22[efi] Add missing RC_TO_EFIRC() conversionMichael Brown1-1/+1
2012-10-16[efi] Expose net device non-volatile settings via HIIMichael Brown2-216/+1069
2012-10-16[efi] Split SNP HII functionality into a separate fileMichael Brown2-418/+439
2012-10-05[efi] Mark SNP formset compliant with IBM's Unified Configuration ManagerMichael Brown1-2/+3
2012-09-14[efi] Provide guaranteed space in transmitted packetsMichael Brown1-6/+7
2012-09-10[smbios] Default to "hex" type for non-string SMBIOS settingsMichael Brown1-3/+10
2012-08-31[ipoib] Expose Ethernet-compatible eIPoIB link-layer addresses and headersMichael Brown1-1/+2
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown19-19/+38
2012-05-16[efi] Work around platforms which choke on EFI_PCI_DEVICE_ENABLEMichael Brown1-10/+12
2012-05-04[time] Add Linux time source using gettimeofday()Michael Brown1-0/+45
2012-04-19[efi] Update link state in SNP device mode dataMichael Brown1-2/+15
2012-03-27[console] Remove "log message" usage from interactive console defaultsMichael Brown2-2/+2
2012-03-26[console] Allow usage to be defined independently for each consoleMichael Brown2-0/+17
2012-03-18[rng] Add Linux entropy source using /dev/randomMichael Brown1-0/+96
2012-02-15[efi] Add iPXE download protocolJarrod Johnson1-0/+233
2011-07-15[netdevice] Allow link layer to report broadcast/multicast packets via pull()Michael Brown1-1/+3
2011-05-05[bofm] Pass BOFM version 2 table to SetStatus() if applicableMichael Brown1-10/+29
2011-05-05[bofm] Increase amount of debugging availableMichael Brown1-32/+48
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-03[efi] Ensure that each HII package list and formset has a unique GUIDMichael Brown1-3/+6
2011-04-07[efi] Add support for HIIMichael Brown1-0/+374
2011-04-07[efi] Add EFI string formatting functionsMichael Brown3-15/+156
2011-03-30[bofm] Use BOFM protocol version 2 if availableMichael Brown1-17/+62
2011-03-29[efi] Ensure that all drivers are shut down before the OS bootsMichael Brown2-2/+51