aboutsummaryrefslogtreecommitdiff
path: root/src/interface
AgeCommit message (Expand)AuthorFilesLines
2015-09-13[efi] Include a copy of the device path within struct efi_deviceMichael Brown2-23/+36
2015-09-13[efi] Provide efi_devpath_len()Michael Brown3-12/+15
2015-09-07[efi] Allow efidev_parent() to traverse multiple device generationsMichael Brown1-10/+8
2015-09-06[efi] Add USB headers and GUID definitionsMichael Brown2-0/+21
2015-09-02[efi] Implement the EFI_PXE_BASE_CODE_PROTOCOLMichael Brown1-0/+1599
2015-09-01[efi] Do not return EFI_NOT_READY from our ReceiveFilters() methodMichael Brown1-5/+7
2015-09-01[efi] Fix order of events on SNP removal pathMichael Brown1-1/+2
2015-09-01[efi] Allow calls to efi_snp_claim() and efi_snp_release() to be nestedMichael Brown1-4/+5
2015-09-01[efi] Add definitions of GUIDs observed when booting wdsmgfw.efiMichael Brown2-0/+88
2015-08-27[efi] Improve efi_wrap debuggingMichael Brown2-13/+340
2015-08-27[efi] Include installed protocol list in unknown handle namesMichael Brown1-3/+19
2015-08-27[efi] Remove raw EFI_HANDLE values from debug messagesMichael Brown7-171/+159
2015-08-27[efi] Mark EFI debug transcription functions as __attribute__ (( pure ))Michael Brown1-3/+4
2015-08-27[efi] Add definitions of GUIDs observed when booting shim.efi and grub.efiMichael Brown2-0/+28
2015-08-21[test] Allow self-tests to report exit status when running under LinuxMichael Brown1-7/+5
2015-08-03[efi] Add missing "ULL" suffix on 64-bit constantMichael Brown1-1/+1
2015-08-03[efi] Hold off watchdog timer while runningMichael Brown2-0/+89
2015-07-22[efi] Allow user experience to be downgradedMichael Brown1-0/+34
2015-07-22[efi] Fix receive and transmit completion reportingMichael Brown1-66/+66
2015-06-30[xen] Wait for and clear XenStore event before receiving dataMichael Brown1-0/+4
2015-04-24[base16] Add buffer size parameter to base16_encode() and base16_decode()Michael Brown1-1/+1
2015-04-14[efi] Add EFI time sourceMichael Brown1-0/+75
2015-03-05[linux] Rewrite headers included in all buildsMichael Brown1-1/+0
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown22-22/+110
2015-02-11[build] Allow setting help text URI to be customised via config/branding.hMichael Brown1-1/+2
2014-12-21[hyperv] Require support for VMBus version 3.0 or newerMichael Brown1-15/+71
2014-12-20[hyperv] Tidy up debug outputMichael Brown1-2/+2
2014-12-20[hyperv] Assume that VMBus xfer page ranges correspond to RNDIS messagesMichael Brown1-31/+43
2014-12-18[hyperv] Add support for VMBus devicesMichael Brown1-0/+1261
2014-10-16[efi] Generalise snpnet_dev_info() to efi_device_info()Michael Brown1-0/+64
2014-09-25[efi] Add definitions of GUIDs observed when chainloading from Intel driverMichael Brown2-2/+123
2014-09-25[efi] Centralise definitions of more protocol GUIDsMichael Brown4-18/+20
2014-09-04[efi] Make EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL optionalMichael Brown1-1/+7
2014-08-29[efi] Wrap any images loaded by our wrapped imageMichael Brown1-21/+67
2014-08-27[efi] Make our virtual file system case insensitiveMichael Brown1-4/+24
2014-08-27[efi] Show details of intercepted LoadImage() callsMichael Brown1-0/+30
2014-08-22[efi] Dump details of any calls to our dummy block and disk I/O protocolsMichael Brown1-15/+33
2014-08-21[efi] Add definitions of GUIDs observed during Windows bootMichael Brown2-1/+22
2014-08-14[xen] Cope with unexpected initial backend statesMichael Brown1-1/+1
2014-08-13[xen] Use version 1 grant tables by defaultMichael Brown1-17/+120
2014-08-06[efi] Support displaying and hiding cursorMichael Brown1-0/+32
2014-08-06[efi] Generalise snpnet_pci_info() to efi_locate_device()Michael Brown1-0/+52
2014-08-06[efi] Move abstract device path and handle functions to efi_utils.cMichael Brown4-80/+110
2014-08-05[efi] Open device path protocol only at point of useMichael Brown2-39/+43
2014-08-05[efi] Provide centralised definitions of commonly-used GUIDsMichael Brown8-124/+103
2014-08-05[efi] Report errors from attempting to disconnect existing driversCurtis Larsen1-1/+8
2014-08-01[efi] Print raw device path when we have no DevicePathToTextProtocolMichael Brown1-4/+18
2014-08-01[efi] Also try original ComponentName protocol for retrieving driver namesMichael Brown1-1/+34