summaryrefslogtreecommitdiffstats
path: root/src/interface/efi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into openslxSimon Rettberg2023-10-068-90/+1062
|\
| * [netdevice] Allocate private data for each network upper-layer driverMichael Brown2023-09-131-3/+6
| * [efi] Process veto objects in reverse order of enumerationMichael Brown2023-06-231-7/+11
| * [efi] Check for protocols opened by vetoed driver and image handlesMichael Brown2023-06-231-1/+4
| * [efi] Unload vetoed drivers by image handle rather than driver handleMichael Brown2023-06-231-3/+6
| * [efi] Pass more detailed driver information to veto methodsMichael Brown2023-06-231-36/+58
| * [efi] Show manufacturer in veto debug outputMichael Brown2023-06-231-0/+1
| * [efi] Provide read-only access to EFI variables via settings mechanismMichael Brown2023-06-091-0/+236
| * [efi] Veto the VMware UefiPxeBcDxe driverMichael Brown2023-06-081-0/+35
| * [efi] Include protocol interface address in debug outputMichael Brown2023-06-081-5/+29
| * [efi] Add UefiPxeBcDxe module GUIDMichael Brown2023-06-071-0/+8
| * [efi] Add HttpBootDxe module GUIDMichael Brown2023-06-071-0/+8
| * [efi] Add new IScsiDxe module GUIDMichael Brown2023-06-071-1/+9
| * [efi] Add HTTP header and GUID definitionsMichael Brown2023-06-072-0/+13
| * [efi] Add DNS headers and GUID definitionsMichael Brown2023-06-072-0/+26
| * [efi] Add Ip4Config2 header and GUID definitionMichael Brown2023-06-072-0/+7
| * [efi] Add IPv6 versions of existing IPv4 headers and GUID definitionsMichael Brown2023-06-072-0/+72
| * [efi] Support versions of shim that perform SBAT verificationMichael Brown2023-05-231-3/+147
| * [efi] Separate GetMemoryMap() wrapper from shim unlockerMichael Brown2023-05-231-27/+34
| * [efi] Add support for executing images via a shimMichael Brown2023-05-221-0/+251
| * [efi] Add definitions for the UEFI shim lock protocolMichael Brown2023-05-222-0/+7
| * [efi] Add efi_asprintf() and efi_vasprintf()Michael Brown2023-05-221-0/+44
| * [image] Generalise concept of selected imageMichael Brown2023-05-171-1/+1
| * [efi] Allow currently selected image to be opened as "grub*.efi"Michael Brown2023-05-051-0/+11
| * [image] Allow for images to be hidden from lists of all imagesMichael Brown2023-05-051-10/+26
| * [efi] Show original filenames in debug messagesMichael Brown2023-05-051-8/+16
| * [efi] Allow downloaded images to take precedence over constructed filesMichael Brown2023-05-051-22/+33
* | [efi] Remove old RDRAND hack; now officially supportedSimon Rettberg2023-04-041-47/+0Star
* | Merge branch 'master' into openslxSimon Rettberg2023-04-0418-211/+1038
|\|
| * [efi] Claim fixed device paths by uninstalling device path protocolMichael Brown2023-03-151-122/+172
| * [image] Always unregister currently executing imageMichael Brown2023-03-071-5/+1Star
| * [image] Consistently use for_each_image() to iterate over imagesMichael Brown2023-03-061-1/+1
| * [efi] Omit EFI_LOAD_FILE2_PROTOCOL for a zero-length initrdMichael Brown2023-02-281-2/+11
| * [efi] Split out EFI_RNG_PROTOCOL as a separate entropy sourceMichael Brown2023-02-202-90/+123
| * [rng] Allow entropy source to be selected at runtimeMichael Brown2023-02-171-4/+15
| * [efi] Support the initrd autodetection mechanism in newer Linux kernelsMichael Brown2023-02-151-0/+190
| * [efi] Fix debug message when reading from EFI virtual filesMichael Brown2023-02-151-1/+1
| * [efi] Do not attempt to drive PCI bridge devicesMichael Brown2023-02-031-0/+10
| * [efi] Allow autoexec script to be located alongside iPXE binaryMichael Brown2023-02-022-21/+73
| * [efi] Accept a command line passed to an iPXE image via LoadOptionsMichael Brown2023-01-292-0/+156
| * [legal] Add missing FILE_LICENCE declaration to efi_path.cMichael Brown2023-01-281-0/+2
| * [efi] Extend efi_locate_device() to allow searching up the device pathMichael Brown2023-01-231-14/+42
| * [efi] Add efi_path_prev() utility functionMichael Brown2023-01-231-7/+20
| * [efi] Add efi_path_terminate() utility functionMichael Brown2023-01-233-30/+10Star
| * [efi] Create VLAN autoboot device automaticallyMichael Brown2023-01-151-0/+9
| * [autoboot] Include VLAN tag in filter for identifying autoboot deviceMichael Brown2023-01-152-3/+13
| * [netdevice] Separate concept of scope ID from network device name indexMichael Brown2023-01-142-3/+3
| * [cachedhcp] Include VLAN tag in filter for applying cached DHCPACKMichael Brown2022-12-222-6/+14
| * [efi] Add efi_path_vlan() utility functionMichael Brown2022-12-221-0/+23
| * [efi] Expose efi_path_next() utility functionMichael Brown2022-12-222-15/+39