summaryrefslogtreecommitdiffstats
path: root/src/interface/efi
Commit message (Expand)AuthorAgeFilesLines
...
* [efi] Expose an UNDI interface alongside the existing SNP interfaceMichael Brown2015-09-281-23/+676
* [efi] Avoid infinite loops when asked to stop non-existent devicesMichael Brown2015-09-281-1/+1
* [efi] Expose unused USB devices via EFI_USB_IO_PROTOCOLMichael Brown2015-09-141-0/+1305
* [efi] Include a copy of the device path within struct efi_deviceMichael Brown2015-09-132-23/+36
* [efi] Provide efi_devpath_len()Michael Brown2015-09-133-12/+15
* [efi] Allow efidev_parent() to traverse multiple device generationsMichael Brown2015-09-071-10/+8Star
* [efi] Add USB headers and GUID definitionsMichael Brown2015-09-062-0/+21
* [efi] Implement the EFI_PXE_BASE_CODE_PROTOCOLMichael Brown2015-09-021-0/+1599
* [efi] Do not return EFI_NOT_READY from our ReceiveFilters() methodMichael Brown2015-09-011-5/+7
* [efi] Fix order of events on SNP removal pathMichael Brown2015-09-011-1/+2
* [efi] Allow calls to efi_snp_claim() and efi_snp_release() to be nestedMichael Brown2015-09-011-4/+5
* [efi] Add definitions of GUIDs observed when booting wdsmgfw.efiMichael Brown2015-09-012-0/+88
* [efi] Improve efi_wrap debuggingMichael Brown2015-08-272-13/+340
* [efi] Include installed protocol list in unknown handle namesMichael Brown2015-08-271-3/+19
* [efi] Remove raw EFI_HANDLE values from debug messagesMichael Brown2015-08-277-171/+159Star
* [efi] Mark EFI debug transcription functions as __attribute__ (( pure ))Michael Brown2015-08-271-3/+4
* [efi] Add definitions of GUIDs observed when booting shim.efi and grub.efiMichael Brown2015-08-272-0/+28
* [test] Allow self-tests to report exit status when running under LinuxMichael Brown2015-08-211-7/+5Star
* [efi] Add missing "ULL" suffix on 64-bit constantMichael Brown2015-08-031-1/+1
* [efi] Hold off watchdog timer while runningMichael Brown2015-08-032-0/+89
* [efi] Allow user experience to be downgradedMichael Brown2015-07-221-0/+34
* [efi] Fix receive and transmit completion reportingMichael Brown2015-07-221-66/+66
* [base16] Add buffer size parameter to base16_encode() and base16_decode()Michael Brown2015-04-241-1/+1
* [efi] Add EFI time sourceMichael Brown2015-04-141-0/+75
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-0213-13/+65
* [build] Allow setting help text URI to be customised via config/branding.hMichael Brown2015-02-111-1/+2
* [efi] Generalise snpnet_dev_info() to efi_device_info()Michael Brown2014-10-161-0/+64
* [efi] Add definitions of GUIDs observed when chainloading from Intel driverMichael Brown2014-09-252-2/+123
* [efi] Centralise definitions of more protocol GUIDsMichael Brown2014-09-254-18/+20
* [efi] Make EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL optionalMichael Brown2014-09-041-1/+7
* [efi] Wrap any images loaded by our wrapped imageMichael Brown2014-08-291-21/+67
* [efi] Make our virtual file system case insensitiveMichael Brown2014-08-271-4/+24
* [efi] Show details of intercepted LoadImage() callsMichael Brown2014-08-271-0/+30
* [efi] Dump details of any calls to our dummy block and disk I/O protocolsMichael Brown2014-08-221-15/+33
* [efi] Add definitions of GUIDs observed during Windows bootMichael Brown2014-08-212-1/+22
* [efi] Support displaying and hiding cursorMichael Brown2014-08-061-0/+32
* [efi] Generalise snpnet_pci_info() to efi_locate_device()Michael Brown2014-08-061-0/+52
* [efi] Move abstract device path and handle functions to efi_utils.cMichael Brown2014-08-064-80/+110
* [efi] Open device path protocol only at point of useMichael Brown2014-08-062-39/+43
* [efi] Provide centralised definitions of commonly-used GUIDsMichael Brown2014-08-068-124/+103Star
* [efi] Report errors from attempting to disconnect existing driversCurtis Larsen2014-08-051-1/+8
* [efi] Print raw device path when we have no DevicePathToTextProtocolMichael Brown2014-08-011-4/+18
* [efi] Also try original ComponentName protocol for retrieving driver namesMichael Brown2014-08-011-1/+34
* [efi] Add excessive sanity checks into efi_debug functionsMichael Brown2014-08-011-3/+53
* [efi] Improve debugging of the debugging facilitiesMichael Brown2014-08-011-17/+41
* [efi] Dump handle information around connect/disconnect attemptsMichael Brown2014-07-311-0/+9
* [efi] Dump existing openers when we are unable to open a protocolMichael Brown2014-07-313-0/+6
* [efi] Avoid unnecessarily passing pointers to EFI_HANDLEsMichael Brown2014-07-312-9/+9
* [efi] Use efi_handle_name() instead of efi_devpath_text() where applicableMichael Brown2014-07-313-23/+20Star