aboutsummaryrefslogtreecommitdiffstats
path: root/src/interface/efi
Commit message (Expand)AuthorAgeFilesLines
* [efi] Use segment and bus number to identify PCI root bridge I/O protocolv1.21.1Michael Brown2020-12-311-4/+68
* [smbios] Add support for the 64-bit SMBIOS3 entry pointMichael Brown2020-12-291-16/+28
* [efi] Allow for longer device paths in debug messagesb1f6c1c42020-12-291-1/+1
* [efi] Allow EFI_USB_IO_PROTOCOL interfaces to be nullified and leakedMichael Brown2020-12-172-9/+179
* [efi] Skip interface uninstallation during shutdownMichael Brown2020-12-174-18/+23
* [efi] Nullify interfaces unconditionally on error and shutdown pathsMichael Brown2020-12-174-16/+16
* [efi] Avoid using potentially uninitialised driver name in veto checksMichael Brown2020-12-081-2/+4
* [efi] Veto the HP XhciDxe DriverMichael Brown2020-11-301-0/+46
* [efi] Allow vetoing of drivers that cannot be unloadedMichael Brown2020-11-302-8/+311
* [efi] Provide manufacturer and driver names to all veto checking methodsMichael Brown2020-11-301-19/+40
* [efi] Split out dbg_efi_opener() as a standalone functionMichael Brown2020-11-301-15/+24
* [dma] Provide dma_umalloc() for allocating large DMA-coherent buffersMichael Brown2020-11-291-0/+34
* [efi] Avoid requesting zero-length DMA mappingsMichael Brown2020-11-291-12/+16
* [dma] Move I/O buffer DMA operations to iobuf.hMichael Brown2020-11-281-0/+2
* [dma] Record DMA device as part of DMA mapping if neededMichael Brown2020-11-281-12/+13
* [dma] Modify DMA API to simplify calculation of medial addressesMichael Brown2020-11-251-3/+3
* [efi] Report correct error when failing to unload a vetoed driverMichael Brown2020-11-241-0/+1
* [efi] Allow initialisation via SNP interface even while claimedMichael Brown2020-11-231-7/+14
* [efi] Avoid dropping below TPL as at entry to iPXEMichael Brown2020-11-207-71/+99
* [efi] Rename efi_blacklist to efi_vetoMichael Brown2020-11-072-48/+47
* [efi] Provide DMA operations for EFI PCI devicesMichael Brown2020-11-051-0/+237
* [efi] Retain a long-lived reference to the EFI_PCI_IO_PROTOCOL instanceMichael Brown2020-11-043-47/+50
* [efi] Fall back to assuming identity mapping of MMIO address spaceMichael Brown2020-10-301-4/+2
* [efi] Fix memory copy length used in efi_nullify_name2()Michael Brown2020-10-271-1/+1
* [efi] Nullify interfaces and leak memory on uninstallation failureMichael Brown2020-10-265-49/+705
* [efi] Allow block devices to provide their own EFI device pathsMichael Brown2020-10-231-63/+25
* [infiniband] Allow SRP device to be described using an EFI device pathMichael Brown2020-10-231-0/+55
* [fcp] Allow Fibre Channel device to be described using an EFI device pathMichael Brown2020-10-221-0/+31
* [iscsi] Allow iSCSI device to be described using an EFI device pathMichael Brown2020-10-201-0/+70
* [efi] Show block device ACPI table contents only at DBGLVL_EXTRAMichael Brown2020-10-201-3/+3
* [aoe] Allow AoE device to be described using an EFI device pathMichael Brown2020-10-191-0/+47
* [efi] Provide utility function to concatenate device pathsMichael Brown2020-10-191-0/+52
* [efi] Split efi_netdev_path() out to a separate functionMichael Brown2020-10-192-37/+69
* [efi] Provide efi_uri_path() to construct a URI device pathMichael Brown2020-10-191-0/+43
* [efi] Split efi_usb_path() out to a separate functionMichael Brown2020-10-162-50/+84
* [efi] Define an interface operation to describe using an EFI device pathMichael Brown2020-10-161-0/+26
* [efi] Split device path functions out to efi_path.cMichael Brown2020-10-1610-46/+75
* [efi] Defer local download process until file has been openedMichael Brown2020-10-131-2/+5
* [usb] Move usbio driver to end of USB driver listMichael Brown2020-10-131-1/+1
* [efi] Always enable recursion when calling ConnectController()Michael Brown2020-10-022-3/+3
* [efi] Fix reporting of USB supported languages arrayMichael Brown2020-10-011-10/+15
* [efi] Avoid integer underflow on malformed USB string descriptorsMichael Brown2020-10-011-0/+7
* [efi] Allow DEBUG=efi_wrap to be used independently of a loaded imageMichael Brown2020-10-011-25/+34
* [efi] Disconnect controllers before uninstalling EFI_USB_IO_PROTOCOLMichael Brown2020-09-291-0/+6
* [efi] Report any USB errors as EFI_USB_ERR_SYSTEMMichael Brown2020-09-291-3/+2
* [efi] Leave USB endpoint descriptors in existence until device is removedMichael Brown2020-09-291-28/+80
* [efi] Use address offset as reported by EFI_PCI_ROOT_BRIDGE_IO_PROTOCOLMichael Brown2020-09-251-1/+74
* [pci] Define pci_ioremap() for mapping PCI bus addressesMichael Brown2020-09-241-0/+1
* [efi] Provide a single implementation of efipci_root_close()Michael Brown2020-09-241-13/+22
* [efi] Show memory map returned by wrapped calls to GetMemoryMapMichael Brown2020-09-221-2/+20