summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/efi
Commit message (Expand)AuthorAgeFilesLines
* [rng] Allow entropy source to be selected at runtimeMichael Brown2023-02-171-35/+0Star
* [efi] Allow autoexec script to be located alongside iPXE binaryMichael Brown2023-02-021-1/+2
* [efi] Update to current EDK2 headersMichael Brown2023-02-012-12/+12
* [efi] Accept a command line passed to an iPXE image via LoadOptionsMichael Brown2023-01-291-0/+18
* [la64] Import LoongArch64 ProcessorBind.h from EDK2 headersMichael Brown2023-01-283-2/+128
* [efi] Update to current EDK2 headersMichael Brown2023-01-2895-15321/+14255Star
* [efi] Mark ConsoleControl.h as a non-imported headerMichael Brown2023-01-281-0/+5
* [efi] Remove deleted directories from EDK2 header import scriptMichael Brown2023-01-281-2/+1Star
* [efi] Allow for whitespace before #include in imported EDK2 header filesMichael Brown2023-01-281-1/+1
* [efi] Detect SPDX licence identifiers in imported EDK2 headersMichael Brown2023-01-281-2/+2
* [efi] Build util/efirom as a host-only binaryMichael Brown2023-01-281-0/+3
* [efi] Extend efi_locate_device() to allow searching up the device pathMichael Brown2023-01-231-1/+1
* [efi] Add efi_path_prev() utility functionMichael Brown2023-01-231-0/+3
* [efi] Add efi_path_terminate() utility functionMichael Brown2023-01-231-0/+13
* [efi] Do not rely on ProcessorBind.h when building host binariesMichael Brown2023-01-201-4/+38
* [autoboot] Include VLAN tag in filter for identifying autoboot deviceMichael Brown2023-01-151-1/+2
* [cachedhcp] Include VLAN tag in filter for applying cached DHCPACKMichael Brown2022-12-221-1/+2
* [efi] Add efi_path_vlan() utility functionMichael Brown2022-12-221-0/+1
* [efi] Expose efi_path_next() utility functionMichael Brown2022-12-221-0/+2
* [efi] Provide VLAN configuration protocolMichael Brown2022-12-142-0/+5
* [pci] Generalise pci_num_bus() to pci_discover()Michael Brown2022-09-151-5/+8
* [efi] Run ExitBootServices shutdown hook at TPL_NOTIFYMichael Brown2021-11-231-0/+1
* [efi] Modify global system table when wrapping a loaded imageMichael Brown2021-11-211-1/+1
* [acpi] Allow for platforms that provide ACPI tables individuallyMichael Brown2021-03-011-0/+13
* [efi] Record cached DHCPACK from loaded image's device handle, if presentMichael Brown2021-02-171-0/+16
* [efi] Split out autoexec script portions of efi_autoboot.cMichael Brown2021-02-172-1/+19
* [build] Remove support for building with the Intel C compilerMichael Brown2021-02-121-5/+0Star
* [efi] Allow EFI_USB_IO_PROTOCOL interfaces to be nullified and leakedMichael Brown2020-12-171-0/+2
* [efi] Allow vetoing of drivers that cannot be unloadedMichael Brown2020-11-301-1/+1
* [efi] Split out dbg_efi_opener() as a standalone functionMichael Brown2020-11-301-0/+22
* [efi] Avoid dropping below TPL as at entry to iPXEMichael Brown2020-11-201-0/+11
* [efi] Rename efi_blacklist to efi_vetoMichael Brown2020-11-082-13/+13
* [efi] Retain a long-lived reference to the EFI_PCI_IO_PROTOCOL instanceMichael Brown2020-11-041-2/+10
* [efi] Nullify interfaces and leak memory on uninstallation failureMichael Brown2020-10-262-1/+32
* [infiniband] Allow SRP device to be described using an EFI device pathMichael Brown2020-10-231-0/+3
* [fcp] Allow Fibre Channel device to be described using an EFI device pathMichael Brown2020-10-221-0/+2
* [iscsi] Allow iSCSI device to be described using an EFI device pathMichael Brown2020-10-201-0/+3
* [aoe] Allow AoE device to be described using an EFI device pathMichael Brown2020-10-191-0/+2
* [efi] Provide utility function to concatenate device pathsMichael Brown2020-10-191-0/+2
* [efi] Split efi_netdev_path() out to a separate functionMichael Brown2020-10-191-0/+2
* [efi] Provide efi_uri_path() to construct a URI device pathMichael Brown2020-10-191-0/+2
* [efi] Split efi_usb_path() out to a separate functionMichael Brown2020-10-162-4/+5
* [efi] Define an interface operation to describe using an EFI device pathMichael Brown2020-10-161-0/+5
* [efi] Split device path functions out to efi_path.cMichael Brown2020-10-162-4/+19
* [efi] Provide EFI_INTF_OP for EFI-only interface operationsMichael Brown2020-10-161-0/+7
* [efi] Fix reporting of USB supported languages arrayMichael Brown2020-10-021-1/+3
* [efi] Allow DEBUG=efi_wrap to be used independently of a loaded imageMichael Brown2020-10-011-0/+1
* [efi] Use address offset as reported by EFI_PCI_ROOT_BRIDGE_IO_PROTOCOLMichael Brown2020-09-251-13/+0Star
* [pci] Define pci_ioremap() for mapping PCI bus addressesMichael Brown2020-09-241-0/+13
* [efi] Add debug wrappers for all boot services functions of interestMichael Brown2020-09-191-1/+2