summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/efi
Commit message (Expand)AuthorAgeFilesLines
* [efi] Restructure handling of autoexec.ipxe scriptMichael Brown2024-04-031-4/+1Star
* [efi] Add the ability to create a temporary MNP network deviceMichael Brown2024-03-291-0/+20
* [efi] Allow for allocating EFI devices from arbitrary handlesMichael Brown2024-03-291-0/+2
* [efi] Add efi_path_mac() to parse a MAC address from an EFI device pathMichael Brown2024-03-261-0/+1
* [efi] Allow for drivers to be located via child handlesMichael Brown2024-03-251-0/+2
* [efi] Add helper functions for service binding protocolsMichael Brown2024-03-252-0/+109
* [efi] Add efi_path_uri() to parse a URI from an EFI device pathMichael Brown2024-03-191-0/+1
* [efi] Provide a multiprocessor API for EFIMichael Brown2024-03-152-0/+706
* [efi] Update to current EDK2 headersMichael Brown2024-03-1312-11/+421
* [efi] Add efi_path_guid() utility functionMichael Brown2024-03-061-0/+2
* [efi] Fix dependency list construction in EDK2 header import scriptMichael Brown2023-11-241-1/+1
* [efi] Update to current EDK2 headersMichael Brown2023-11-236-26/+65
* [efi] Include protocol interface address in debug outputMichael Brown2023-06-081-0/+13
* [efi] Add HTTP header and GUID definitionsMichael Brown2023-06-072-0/+518
* [efi] Add DNS headers and GUID definitionsMichael Brown2023-06-073-0/+1077
* [efi] Add Ip4Config2 header and GUID definitionMichael Brown2023-06-072-0/+319
* [efi] Add IPv6 versions of existing IPv4 headers and GUID definitionsMichael Brown2023-06-077-0/+4364
* [efi] Update to current EDK2 headersMichael Brown2023-06-078-40/+266
* [efi] Disable static assertions in EFI headers on non-EFI platformsMichael Brown2023-06-071-0/+9
* [efi] Support versions of shim that perform SBAT verificationMichael Brown2023-05-231-0/+1
* [efi] Add support for executing images via a shimMichael Brown2023-05-222-0/+50
* [efi] Add definitions for the UEFI shim lock protocolMichael Brown2023-05-222-0/+32
* [efi] Add efi_asprintf() and efi_vasprintf()Michael Brown2023-05-221-0/+2
* [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