summaryrefslogtreecommitdiffstats
path: root/src/interface
Commit message (Expand)AuthorAgeFilesLines
...
* | [efi] Consider RDRAND == -1 invalid, use TSCSimon Rettberg2020-02-241-0/+4
* | Merge branch 'openslx' of git.openslx.org:openslx-ng/ipxe into openslxSimon Rettberg2019-08-021-22/+35
|\ \
| * | [efi] Put rdrand workaround in sep. functionSimon Rettberg2019-04-121-22/+35
| * | Merge branch 'master' into openslxSimon Rettberg2019-03-282-0/+243
| |\ \
* | \ \ Merge branch 'master' into openslxSimon Rettberg2019-08-025-5/+320
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | [build] Fix "'%s' directive argument is null" errorValentine Barshak2019-07-221-2/+1Star
| * | [efi] Register a device tree if provided by the platform firmwareMichael Brown2019-07-191-0/+70
| * | [efi] Return only registered EFI devices from efidev_parent()Michael Brown2019-07-151-3/+6
| |/
| * [efi] Blacklist the Dell Ip4ConfigDxe driverMichael Brown2019-02-192-0/+243
* | [efi] Add very ugly hack to use HW RNG on EFISimon Rettberg2019-02-151-0/+27
* | Merge branch 'master' into openslxSimon Rettberg2019-02-153-3/+5
|\|
| * [init] Show startup and shutdown function names in debug messagesMichael Brown2019-01-252-0/+2
| * [efi] Fix error handling path in efi_snp_probeIgnat Korchagin2019-01-151-3/+3
* | [efi] Add support for console --update in efifb modeSimon Rettberg2018-09-251-67/+90
|/
* [vmbus] Do not expect version in version_responseRoman Kagan2018-07-081-8/+2Star
* [efi] Exclude link-layer header length from MaxPacketSizeRob Taglang2018-07-071-1/+1
* [efi] Do not raise TPL within EFI_DRIVER_BINDING_PROTOCOL.Supported()Michael Brown2018-03-261-7/+0Star
* [efi] Release SNP devices before starting SAN boot imageMichael Brown2018-03-261-0/+4
* [efi] Raise TPL within EFI_DRIVER_BINDING_PROTOCOL entry pointsMichael Brown2018-03-151-0/+19
* [efi] Drop to TPL_APPLICATION when gathering entropyMichael Brown2018-03-121-0/+6
* [efi] Raise TPL within EFI_USB_IO_PROTOCOL entry pointsMichael Brown2018-02-201-6/+41
* [efi] Raise TPL within EFI_SIMPLE_NETWORK_PROTOCOL entry pointsMichael Brown2018-02-201-12/+81
* [efi] Run at TPL_CALLBACK to protect against UEFI timersMichael Brown2018-02-203-52/+49Star
* [xen] Skip probing of any unsupported device typesMichael Brown2017-12-281-18/+21
* [efi] Inhibit our driver Start() method during disconnection attemptsMichael Brown2017-09-221-0/+16
* [efi] Continue to connect remaining handles after connection errorsMichael Brown2017-09-131-3/+5
* [efi] Match behaviour of SnpDxe for truncated received packetsMichael Brown2017-09-071-13/+9Star
* [efi] Check buffer length for packets retrieved via our SNP protocolMichael Brown2017-09-071-3/+14
* [efi] Provide access to ACPI tablesMichael Brown2017-05-231-0/+56
* [efi] Prevent EFI code from being linked in to non-EFI buildsMichael Brown2017-05-191-2/+8
* [efi] Standardise PCI debug messagesMichael Brown2017-05-011-29/+31
* [hyperv] Cope with Windows Server 2016 enlightenmentsMichael Brown2017-04-281-4/+129
* [block] Provide sandev_read() and sandev_write() as global symbolsMichael Brown2017-04-261-9/+8Star
* [block] Allow use of a non-default EFI SAN boot filenameMichael Brown2017-04-121-6/+16
* [efi] Fix typo in efi_acpi_table_protocol_guidMichael Brown2017-04-101-1/+1
* [block] Describe all SAN devices via ACPI tablesMichael Brown2017-03-281-64/+84
* [block] Add basic multipath supportMichael Brown2017-03-261-6/+19
* [xen] Use standard calling pattern for asprintf()Michael Brown2017-03-221-2/+1Star
* [hyperv] Fix resource leaks on error pathMichael Brown2017-03-211-5/+11
* [efi] Provide ACPI table description for SAN devicesMichael Brown2017-03-131-0/+69
* [efi] Add EFI_ACPI_TABLE_PROTOCOL header and GUID definitionMichael Brown2017-03-102-0/+7
* [efi] Refactor to use centralised SAN device abstractionMichael Brown2017-03-071-650/+161Star
* [block] Centralise "san-drive" settingMichael Brown2017-03-071-1/+0Star
* [time] Allow timer to be selected at runtimeMichael Brown2017-01-262-22/+26
* [hyperv] Ignore unsolicited VMBus messagesMichael Brown2017-01-241-39/+43
* [efi] Work around temporal anomaly encountered during ExitBootServices()Michael Brown2016-12-072-0/+35
* [efi] Add basic EFI SAN booting capabilityMichael Brown2016-11-171-0/+1062
* [efi] Add EFI_BLOCK_IO2_PROTOCOL header and GUID definitionMichael Brown2016-10-172-0/+7
* [hyperv] Use instance UUID in device nameMichael Brown2016-07-261-1/+5
* [efi] Install the HII config access protocol on a child of the SNP handleLaszlo Ersek2016-07-081-4/+71