aboutsummaryrefslogtreecommitdiff
path: root/src/interface
AgeCommit message (Expand)AuthorFilesLines
2018-03-12[efi] Drop to TPL_APPLICATION when gathering entropyMichael Brown1-0/+6
2018-02-20[efi] Raise TPL within EFI_USB_IO_PROTOCOL entry pointsMichael Brown1-6/+41
2018-02-20[efi] Raise TPL within EFI_SIMPLE_NETWORK_PROTOCOL entry pointsMichael Brown1-12/+81
2018-02-20[efi] Run at TPL_CALLBACK to protect against UEFI timersMichael Brown3-52/+49
2017-12-28[xen] Skip probing of any unsupported device typesMichael Brown1-18/+21
2017-09-22[efi] Inhibit our driver Start() method during disconnection attemptsMichael Brown1-0/+16
2017-09-13[efi] Continue to connect remaining handles after connection errorsMichael Brown1-3/+5
2017-09-06[efi] Match behaviour of SnpDxe for truncated received packetsMichael Brown1-13/+9
2017-09-06[efi] Check buffer length for packets retrieved via our SNP protocolMichael Brown1-3/+14
2017-05-23[efi] Provide access to ACPI tablesMichael Brown1-0/+56
2017-05-19[efi] Prevent EFI code from being linked in to non-EFI buildsMichael Brown1-2/+8
2017-05-01[efi] Standardise PCI debug messagesMichael Brown1-29/+31
2017-04-28[hyperv] Cope with Windows Server 2016 enlightenmentsMichael Brown1-4/+129
2017-04-26[block] Provide sandev_read() and sandev_write() as global symbolsMichael Brown1-9/+8
2017-04-12[block] Allow use of a non-default EFI SAN boot filenameMichael Brown1-6/+16
2017-04-10[efi] Fix typo in efi_acpi_table_protocol_guidMichael Brown1-1/+1
2017-03-28[block] Describe all SAN devices via ACPI tablesMichael Brown1-64/+84
2017-03-26[block] Add basic multipath supportMichael Brown1-6/+19
2017-03-22[xen] Use standard calling pattern for asprintf()Michael Brown1-2/+1
2017-03-21[hyperv] Fix resource leaks on error pathMichael Brown1-5/+11
2017-03-13[efi] Provide ACPI table description for SAN devicesMichael Brown1-0/+69
2017-03-10[efi] Add EFI_ACPI_TABLE_PROTOCOL header and GUID definitionMichael Brown2-0/+7
2017-03-07[efi] Refactor to use centralised SAN device abstractionMichael Brown1-650/+161
2017-03-07[block] Centralise "san-drive" settingMichael Brown1-1/+0
2017-01-26[time] Allow timer to be selected at runtimeMichael Brown2-22/+26
2017-01-24[hyperv] Ignore unsolicited VMBus messagesMichael Brown1-39/+43
2016-12-07[efi] Work around temporal anomaly encountered during ExitBootServices()Michael Brown2-0/+35
2016-11-16[efi] Add basic EFI SAN booting capabilityMichael Brown1-0/+1062
2016-10-16[efi] Add EFI_BLOCK_IO2_PROTOCOL header and GUID definitionMichael Brown2-0/+7
2016-07-26[hyperv] Use instance UUID in device nameMichael Brown1-1/+5
2016-07-08[efi] Install the HII config access protocol on a child of the SNP handleLaszlo Ersek1-4/+71
2016-06-29[efi] Fix uninitialised data in HII IFR structuresMichael Brown1-0/+1
2016-06-22[efi] Do not copy garbage bytes into SNP device path MAC addressMichael Brown1-1/+1
2016-06-20[efi] Report failures to stop the EFI timer tick eventMichael Brown1-2/+16
2016-06-18[efi] Include VLAN in SNP device path if applicableMichael Brown1-2/+15
2016-06-09[pci] Support systems with multiple PCI root bridgesMichael Brown2-20/+121
2016-05-29[efi] Expose DHCP packets via the Apple NetBoot protocolMichael Brown3-3/+98
2016-05-04[efi] Generalise EFI entropy generation to non-x86 CPUsMichael Brown1-0/+223
2016-05-04[efi] Use a timer event to generate the currticks() timerMichael Brown1-50/+68
2016-04-12[efi] Work around broken EFI HII specificationMichael Brown1-0/+7
2016-03-17[efi] Move architecture-independent EFI prefixes to interface/efiMichael Brown2-0/+182
2016-03-16[hyperv] Use generic set_bit() functionMichael Brown1-2/+3
2016-03-14[efi] Provide access to files stored on EFI filesystemsMichael Brown1-0/+573
2016-03-10[efi] Work around broken GetFontInfo() implementationsMichael Brown1-16/+38
2016-02-12[efi] Add missing definitions for function key scancodesMichael Brown1-0/+8
2016-01-19[usb] Allow USB endpoints to specify a reserved header length for refillsMichael Brown1-1/+1
2015-12-23[settings] Expose SMBIOS settings as global variablesMichael Brown1-1/+1
2015-12-09[efi] Centralise EFI file system info GUIDsMichael Brown2-6/+8
2015-10-16[efi] Add support for EFI_GRAPHICS_OUTPUT_PROTOCOL frame buffer consolesMichael Brown2-0/+555
2015-10-07[efi] Import EFI_HII_FONT_PROTOCOL definitionsMichael Brown2-0/+7