aboutsummaryrefslogtreecommitdiff
path: root/src/interface
AgeCommit message (Expand)AuthorFilesLines
2020-10-26[efi] Nullify interfaces and leak memory on uninstallation failureMichael Brown5-49/+705
2020-10-23[efi] Allow block devices to provide their own EFI device pathsMichael Brown1-63/+25
2020-10-23[infiniband] Allow SRP device to be described using an EFI device pathMichael Brown1-0/+55
2020-10-22[fcp] Allow Fibre Channel device to be described using an EFI device pathMichael Brown1-0/+31
2020-10-20[iscsi] Allow iSCSI device to be described using an EFI device pathMichael Brown1-0/+70
2020-10-20[efi] Show block device ACPI table contents only at DBGLVL_EXTRAMichael Brown1-3/+3
2020-10-19[aoe] Allow AoE device to be described using an EFI device pathMichael Brown1-0/+47
2020-10-19[efi] Provide utility function to concatenate device pathsMichael Brown1-0/+52
2020-10-19[efi] Split efi_netdev_path() out to a separate functionMichael Brown2-37/+69
2020-10-19[efi] Provide efi_uri_path() to construct a URI device pathMichael Brown1-0/+43
2020-10-16[efi] Split efi_usb_path() out to a separate functionMichael Brown2-50/+84
2020-10-16[efi] Define an interface operation to describe using an EFI device pathMichael Brown1-0/+26
2020-10-16[efi] Split device path functions out to efi_path.cMichael Brown10-46/+75
2020-10-13[efi] Defer local download process until file has been openedMichael Brown1-2/+5
2020-10-13[usb] Move usbio driver to end of USB driver listMichael Brown1-1/+1
2020-10-02[efi] Always enable recursion when calling ConnectController()Michael Brown2-3/+3
2020-10-01[efi] Fix reporting of USB supported languages arrayMichael Brown1-10/+15
2020-10-01[efi] Avoid integer underflow on malformed USB string descriptorsMichael Brown1-0/+7
2020-10-01[efi] Allow DEBUG=efi_wrap to be used independently of a loaded imageMichael Brown1-25/+34
2020-09-29[efi] Disconnect controllers before uninstalling EFI_USB_IO_PROTOCOLMichael Brown1-0/+6
2020-09-29[efi] Report any USB errors as EFI_USB_ERR_SYSTEMMichael Brown1-3/+2
2020-09-29[efi] Leave USB endpoint descriptors in existence until device is removedMichael Brown1-28/+80
2020-09-25[efi] Use address offset as reported by EFI_PCI_ROOT_BRIDGE_IO_PROTOCOLMichael Brown1-1/+74
2020-09-24[pci] Define pci_ioremap() for mapping PCI bus addressesMichael Brown1-0/+1
2020-09-24[efi] Provide a single implementation of efipci_root_close()Michael Brown1-13/+22
2020-09-22[efi] Show memory map returned by wrapped calls to GetMemoryMapMichael Brown1-2/+20
2020-09-18[efi] Add debug wrappers for all boot services functions of interestMichael Brown2-1/+603
2020-08-03[efi] Use device path to locate filesystem from which we were loadedissue123Michael Brown2-2/+53
2020-08-03[efi] Match EDK2 numbering for USB portsMichael Brown1-1/+1
2020-07-22[efi] Check the status code from AllocatePool()Ignat Korchagin1-4/+5
2020-07-15[efi] Claim SNP devices early in efi_download_start()tplMichael Brown1-1/+4
2020-07-09[efi] Ensure NUL byte is at lowest address within stack cookiecookieMichael Brown1-0/+8
2020-07-09[efi] Distribute available entropy within stack cookieMichael Brown1-6/+17
2020-06-30[efi] Raise TPL during driver entry pointMichael Brown1-0/+9
2020-06-28[efi] Detect and disable seriously broken EFI_RNG_PROTOCOL implementationsMichael Brown1-0/+12
2020-06-24[efi] Enable stack protection where possibleMichael Brown3-0/+68
2020-06-10[efi] Attempt to connect our driver directly if ConnectController failsMichael Brown1-1/+10
2020-06-05[efi] Work around UEFI specification bug in LoadImage for SAN bootMichael Brown1-0/+3
2020-03-14[efi] Disambiguate errors returned by ConnectControllerMichael Brown1-1/+15
2019-07-22[build] Fix "'%s' directive argument is null" errorValentine Barshak1-2/+1
2019-07-19[efi] Register a device tree if provided by the platform firmwareMichael Brown1-0/+70
2019-07-15[efi] Return only registered EFI devices from efidev_parent()Michael Brown1-3/+6
2019-02-19[efi] Blacklist the Dell Ip4ConfigDxe driverMichael Brown2-0/+243
2019-01-25[init] Show startup and shutdown function names in debug messagesMichael Brown2-0/+2
2019-01-15[efi] Fix error handling path in efi_snp_probeIgnat Korchagin1-3/+3
2018-07-08[vmbus] Do not expect version in version_responseRoman Kagan1-8/+2
2018-07-07[efi] Exclude link-layer header length from MaxPacketSizeRob Taglang1-1/+1
2018-03-26[efi] Do not raise TPL within EFI_DRIVER_BINDING_PROTOCOL.Supported()Michael Brown1-7/+0
2018-03-26[efi] Release SNP devices before starting SAN boot imageMichael Brown1-0/+4
2018-03-14[efi] Raise TPL within EFI_DRIVER_BINDING_PROTOCOL entry pointsMichael Brown1-0/+19