aboutsummaryrefslogtreecommitdiffstats
path: root/src/interface
Commit message (Expand)AuthorAgeFilesLines
* efi_snp: improve compliance with the EFI_SIMPLE_NETWORK_PROTOCOL specLaszlo Ersek2015-07-071-23/+31
* [xen] Wait for and clear XenStore event before receiving dataMichael Brown2015-06-301-0/+4
* [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
* [linux] Rewrite headers included in all buildsMichael Brown2015-03-051-1/+0
* [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-021-1/+5
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-0222-22/+110
* [build] Allow setting help text URI to be customised via config/branding.hMichael Brown2015-02-111-1/+2
* [hyperv] Require support for VMBus version 3.0 or newerMichael Brown2014-12-211-15/+71
* [hyperv] Tidy up debug outputMichael Brown2014-12-201-2/+2
* [hyperv] Assume that VMBus xfer page ranges correspond to RNDIS messagesMichael Brown2014-12-201-31/+43
* [hyperv] Add support for VMBus devicesMichael Brown2014-12-181-0/+1261
* [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
* [xen] Cope with unexpected initial backend statesMichael Brown2014-08-141-1/+1
* [xen] Use version 1 grant tables by defaultMichael Brown2014-08-131-17/+120
* [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-052-39/+43
* [efi] Provide centralised definitions of commonly-used GUIDsMichael Brown2014-08-058-124/+103
* [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-07-311-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/+20
* [efi] Use efi_handle_name() instead of efi_handle_devpath_text()Michael Brown2014-07-315-83/+45
* [efi] Add ability to dump all openers of a given protocol on a handleMichael Brown2014-07-311-3/+80
* [efi] Provide efi_handle_name() for debuggingMichael Brown2014-07-311-0/+235
* [efi] Expand the range of well-known EFI GUIDs in debug messagesMichael Brown2014-07-311-10/+98
* [efi] Ignore failures when attempting to install SNP HII protocolMichael Brown2014-07-302-6/+13
* [efi] Report exact failure when unable to open the device pathMichael Brown2014-07-301-2/+4
* [efi] Fix incorrect debug message level when device has no device pathMichael Brown2014-07-301-2/+2
* [efi] Default to releasing network devices for use via SNPMichael Brown2014-07-302-30/+31
* [xen] Add basic support for PV-HVM domainsMichael Brown2014-07-293-0/+1065
* [efi] Show more diagnostic information when building with DEBUG=efi_wrapMichael Brown2014-07-262-3/+6
* [efi] Use EFI_CONSOLE_CONTROL_PROTOCOL to set text mode if availableCurtis Larsen2014-07-161-0/+34
* [efi] Print well-known GUIDs by name in debug messagesMichael Brown2014-07-161-0/+32