summaryrefslogtreecommitdiffstats
path: root/src/interface
Commit message (Expand)AuthorAgeFilesLines
...
| * [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-082-48/+47Star
| * [efi] Provide DMA operations for EFI PCI devicesMichael Brown2020-11-051-0/+237
| * [malloc] Rename malloc_dma() to malloc_phys()Michael Brown2020-11-051-3/+3
| * [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/+2Star
| * [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/+25Star
| * [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-021-10/+15
| * [efi] Avoid integer underflow on malformed USB string descriptorsMichael Brown2020-10-021-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/+2Star
| * [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
| * [efi] Add debug wrappers for all boot services functions of interestMichael Brown2020-09-192-1/+603
* | Merge branch 'master' into openslxSimon Rettberg2020-08-1210-10/+199
|\|
| * [efi] Use device path to locate filesystem from which we were loadedMichael Brown2020-08-032-2/+53
| * [efi] Match EDK2 numbering for USB portsMichael Brown2020-08-031-1/+1
| * [efi] Check the status code from AllocatePool()Ignat Korchagin2020-07-221-4/+5
| * [efi] Claim SNP devices early in efi_download_start()Michael Brown2020-07-151-1/+4
| * [efi] Ensure NUL byte is at lowest address within stack cookieMichael Brown2020-07-091-0/+8
| * [efi] Distribute available entropy within stack cookieMichael Brown2020-07-091-6/+17
| * [efi] Raise TPL during driver entry pointMichael Brown2020-06-301-0/+9
| * [efi] Detect and disable seriously broken EFI_RNG_PROTOCOL implementationsMichael Brown2020-06-281-0/+12
| * [efi] Enable stack protection where possibleMichael Brown2020-06-243-0/+68
| * [efi] Attempt to connect our driver directly if ConnectController failsMichael Brown2020-06-111-1/+10
| * [efi] Work around UEFI specification bug in LoadImage for SAN bootMichael Brown2020-06-051-0/+3
| * [efi] Disambiguate errors returned by ConnectControllerMichael Brown2020-03-141-1/+15