summaryrefslogtreecommitdiffstats
path: root/src/interface
Commit message (Expand)AuthorAgeFilesLines
* [efi] Make EFI_HII_DATABASE_PROTOCOL optionalMichael Brown2014-05-201-1/+10
* [efi] Make EFI_DEVICE_PATH_TO_TEXT_PROTOCOL optionalMichael Brown2014-05-201-9/+15
* [efi] Allow for optional protocolsMichael Brown2014-05-191-2/+3
* [efi] Disable SNP devices when running iPXE as the applicationMichael Brown2014-03-141-7/+126
* [efi] Connect driver to devices as part of installationMichael Brown2014-03-121-20/+69
* [efi] Allow driver to be unloadedMichael Brown2014-03-104-4/+158
* [linux] Avoid starting currticks() from zero every timeMichael Brown2014-03-071-1/+7
* [settings] Allow for multiple definitions of each predefined settingMichael Brown2013-12-051-0/+4
* [settings] Force settings into alphabetical order within sectionsMichael Brown2013-12-051-39/+44
* [linux] Provide access to SMBIOS via /dev/memMichael Brown2013-12-052-9/+135
* [settings] Explicitly separate the concept of a completed fetched settingMichael Brown2013-12-052-6/+10
* [console] Pass escape sequence context to ANSI escape sequence handlersMichael Brown2013-11-271-4/+10
* [settings] Clarify usage of the term "named setting"Michael Brown2013-07-181-2/+2
* [cmdline] Add "poweroff" commandMarin Hannache2013-07-151-0/+17
* [linux] Add missing #include <stddef.h>Marin Hannache2013-07-142-0/+2
* [linux] Add support for accessing PCI configuration space via /proc/bus/pciMichael Brown2013-07-131-0/+185
* [smbios] Allow access to multiple instances of SMBIOS structuresMichael Brown2013-05-012-4/+9
* [smbios] Allow access to unreferenced SMBIOS stringsMichael Brown2013-05-011-4/+10
* [settings] Eliminate settings "tag magic"Michael Brown2013-05-011-21/+11Star
* [efi] Perform meaningful error code conversionsMichael Brown2013-04-1913-137/+131Star
* [efi] Remove obsolete EFI I/O implementation using EFI_CPU_IO_PROTOCOLMichael Brown2013-04-191-218/+0Star
* [efi] Fetch device path for loaded image during initialisationMichael Brown2013-03-271-13/+37
* [cmdline] Add ability to perform a warm rebootMichael Brown2013-03-221-2/+3
* [efi] Add "reboot" command for EFIMichael Brown2013-03-221-0/+43
* [efi] Provide efi_guid_ntoa() for printing EFI GUIDsMichael Brown2013-03-203-12/+31
* [uuid] Abstract UUID mangling code out to a separate uuid_mangle() functionMichael Brown2013-03-201-4/+1Star
* [smbios] Mangle UUIDs for SMBIOS version 2.6 and newerMichael Brown2013-03-201-9/+33
* [smbios] Provide SMBIOS version number via smbios_version()Michael Brown2013-03-202-0/+19
* [efi] Add EFI-specific debugging macrosMichael Brown2013-03-201-0/+95
* [efi] Add our own EFI_LOAD_FILE_PROTOCOL implementationMichael Brown2013-03-141-1/+56
* [efi] Expose downloaded images via EFI_SIMPLE_FILE_SYSTEM_PROTOCOLMichael Brown2013-03-132-21/+607
* [efi] Add last_opened_snpdev()Michael Brown2013-03-131-0/+15
* [efi] Include product short name in EFI SNP device namesMichael Brown2012-11-211-3/+5
* [efi] Delegate to child device's EFI_COMPONENT_NAME2_PROTOCOL, if presentMichael Brown2012-11-211-5/+22
* [build] Include version number within only a single object fileMichael Brown2012-11-021-1/+2
* [efi] Add EFI_COMPONENT_NAME2_PROTOCOL instance for each SNP deviceMichael Brown2012-10-231-0/+68
* [efi] Add missing RC_TO_EFIRC() conversionMichael Brown2012-10-221-1/+1
* [efi] Expose net device non-volatile settings via HIIMichael Brown2012-10-162-216/+1069
* [efi] Split SNP HII functionality into a separate fileMichael Brown2012-10-162-418/+439
* [efi] Mark SNP formset compliant with IBM's Unified Configuration ManagerMichael Brown2012-10-051-2/+3
* [efi] Provide guaranteed space in transmitted packetsMichael Brown2012-09-141-6/+7
* [smbios] Default to "hex" type for non-string SMBIOS settingsMichael Brown2012-09-101-3/+10
* [ipoib] Expose Ethernet-compatible eIPoIB link-layer addresses and headersMichael Brown2012-08-311-1/+2
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-2019-19/+38
* [efi] Work around platforms which choke on EFI_PCI_DEVICE_ENABLEMichael Brown2012-05-161-10/+12
* [time] Add Linux time source using gettimeofday()Michael Brown2012-05-041-0/+45
* [efi] Update link state in SNP device mode dataMichael Brown2012-04-191-2/+15
* [console] Remove "log message" usage from interactive console defaultsMichael Brown2012-03-272-2/+2
* [console] Allow usage to be defined independently for each consoleMichael Brown2012-03-262-0/+17
* [rng] Add Linux entropy source using /dev/randomMichael Brown2012-03-181-0/+96