aboutsummaryrefslogtreecommitdiff
path: root/src/interface
AgeCommit message (Expand)AuthorFilesLines
2021-01-03[efi] Leave asynchronous USB endpoints open until device is removedMichael Brown1-11/+13
2020-12-31[efi] Use segment and bus number to identify PCI root bridge I/O protocolv1.21.1Michael Brown1-4/+68
2020-12-29[smbios] Add support for the 64-bit SMBIOS3 entry pointMichael Brown2-18/+35
2020-12-29[efi] Allow for longer device paths in debug messagesb1f6c1c41-1/+1
2020-12-17[efi] Allow EFI_USB_IO_PROTOCOL interfaces to be nullified and leakedMichael Brown2-9/+179
2020-12-17[efi] Skip interface uninstallation during shutdownMichael Brown4-18/+23
2020-12-17[efi] Nullify interfaces unconditionally on error and shutdown pathsMichael Brown4-16/+16
2020-12-08[efi] Avoid using potentially uninitialised driver name in veto checksMichael Brown1-2/+4
2020-11-30[efi] Veto the HP XhciDxe DriverMichael Brown1-0/+46
2020-11-30[efi] Allow vetoing of drivers that cannot be unloadedMichael Brown2-8/+311
2020-11-30[efi] Provide manufacturer and driver names to all veto checking methodsMichael Brown1-19/+40
2020-11-30[efi] Split out dbg_efi_opener() as a standalone functionMichael Brown1-15/+24
2020-11-29[dma] Provide dma_umalloc() for allocating large DMA-coherent buffersMichael Brown1-0/+34
2020-11-29[efi] Avoid requesting zero-length DMA mappingsMichael Brown1-12/+16
2020-11-28[dma] Move I/O buffer DMA operations to iobuf.hMichael Brown1-0/+2
2020-11-28[dma] Record DMA device as part of DMA mapping if neededMichael Brown1-12/+13
2020-11-25[dma] Modify DMA API to simplify calculation of medial addressesMichael Brown1-3/+3
2020-11-24[efi] Report correct error when failing to unload a vetoed driverMichael Brown1-0/+1
2020-11-23[efi] Allow initialisation via SNP interface even while claimedMichael Brown1-7/+14
2020-11-20[efi] Avoid dropping below TPL as at entry to iPXEMichael Brown7-71/+99
2020-11-07[efi] Rename efi_blacklist to efi_vetoMichael Brown2-48/+47
2020-11-05[efi] Provide DMA operations for EFI PCI devicesMichael Brown1-0/+237
2020-11-05[malloc] Rename malloc_dma() to malloc_phys()Michael Brown1-3/+3
2020-11-04[efi] Retain a long-lived reference to the EFI_PCI_IO_PROTOCOL instanceMichael Brown3-47/+50
2020-10-30[efi] Fall back to assuming identity mapping of MMIO address spaceMichael Brown1-4/+2
2020-10-27[efi] Fix memory copy length used in efi_nullify_name2()Michael Brown1-1/+1
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