aboutsummaryrefslogtreecommitdiff
path: root/src/interface/efi
AgeCommit message (Expand)AuthorFilesLines
2023-05-22[efi] Add efi_asprintf() and efi_vasprintf()Michael Brown1-0/+44
2023-05-17[image] Generalise concept of selected imageMichael Brown1-1/+1
2023-05-05[efi] Allow currently selected image to be opened as "grub*.efi"Michael Brown1-0/+11
2023-05-05[image] Allow for images to be hidden from lists of all imagesMichael Brown1-10/+26
2023-05-05[efi] Show original filenames in debug messagesMichael Brown1-8/+16
2023-05-05[efi] Allow downloaded images to take precedence over constructed filesMichael Brown1-22/+33
2023-03-15[efi] Claim fixed device paths by uninstalling device path protocolinitrdMichael Brown1-122/+172
2023-03-07[image] Always unregister currently executing imageMichael Brown1-5/+1
2023-03-06[image] Consistently use for_each_image() to iterate over imagesMichael Brown1-1/+1
2023-02-28[efi] Omit EFI_LOAD_FILE2_PROTOCOL for a zero-length initrdnoinitrdMichael Brown1-2/+11
2023-02-20[efi] Split out EFI_RNG_PROTOCOL as a separate entropy sourceMichael Brown2-90/+123
2023-02-17[rng] Allow entropy source to be selected at runtimeMichael Brown1-4/+15
2023-02-15[efi] Support the initrd autodetection mechanism in newer Linux kernelsefiinitrdMichael Brown1-0/+190
2023-02-15[efi] Fix debug message when reading from EFI virtual filesMichael Brown1-1/+1
2023-02-03[efi] Do not attempt to drive PCI bridge devicesefibridgeMichael Brown1-0/+10
2023-02-01[efi] Allow autoexec script to be located alongside iPXE binaryautoexecpathMichael Brown2-21/+73
2023-01-29[efi] Accept a command line passed to an iPXE image via LoadOptionseficmdlineMichael Brown2-0/+156
2023-01-28[legal] Add missing FILE_LICENCE declaration to efi_path.cMichael Brown1-0/+2
2023-01-23[efi] Extend efi_locate_device() to allow searching up the device pathMichael Brown1-14/+42
2023-01-23[efi] Add efi_path_prev() utility functionMichael Brown1-7/+20
2023-01-23[efi] Add efi_path_terminate() utility functionMichael Brown3-30/+10
2023-01-15[efi] Create VLAN autoboot device automaticallyautovlanMichael Brown1-0/+9
2023-01-15[autoboot] Include VLAN tag in filter for identifying autoboot deviceMichael Brown2-3/+13
2023-01-14[netdevice] Separate concept of scope ID from network device name indexMichael Brown2-3/+3
2022-12-22[cachedhcp] Include VLAN tag in filter for applying cached DHCPACKMichael Brown2-6/+14
2022-12-22[efi] Add efi_path_vlan() utility functionMichael Brown1-0/+23
2022-12-22[efi] Expose efi_path_next() utility functionMichael Brown2-15/+39
2022-12-22[efi] Allow passing a NULL device path to path utility functionsMichael Brown2-5/+5
2022-12-14[efi] Provide VLAN configuration protocolMichael Brown2-2/+219
2022-11-04[efi] Clear DMA-coherent buffers before mappingioactiveMichael Brown1-0/+3
2022-09-15[pci] Generalise pci_num_bus() to pci_discover()Michael Brown1-1/+1
2022-03-15[efi] Support Unicode character output via framebuffer consoleMichael Brown1-3/+48
2022-03-15[fbcon] Support Unicode character outputMichael Brown1-70/+128
2022-03-15[efi] Support Unicode character output via text consoleMichael Brown1-1/+17
2022-02-15[console] Support AltGr to access ASCII characters via remappingMichael Brown1-0/+3
2022-02-15[console] Centralise handling of key modifiersMichael Brown1-16/+28
2022-02-10[efi] Support keyboard remapping via the EFI consoleMichael Brown1-0/+8
2022-01-18[efi] Attempt to fetch autoexec script via TFTPMichael Brown1-0/+176
2022-01-18[efi] Allow for autoexec scripts that are not located in a filesystemMichael Brown1-21/+41
2021-11-25[efi] Disable EFI watchdog timer when shutting down to boot an OSMichael Brown1-0/+34
2021-11-23[efi] Run ExitBootServices shutdown hook at TPL_NOTIFYshutdown_tpl_notifyMichael Brown3-6/+20
2021-11-22[efi] Raise TPL during driver unload entry pointMichael Brown1-0/+7
2021-11-21[efi] Modify global system table when wrapping a loaded imageMichael Brown1-43/+56
2021-11-21[efi] Do not attempt to use console output after ExitBootServices()Michael Brown1-3/+6
2021-07-27[efi] Record cached ProxyDHCPOFFER and PXEBSACK, if presentMichael Brown1-3/+26
2021-06-11[efi] Veto the Itautec Ip4ConfigDxe driveritautecMichael Brown1-8/+10
2021-05-21[efi] Provide an "initrd.magic" file for use by UEFI kernelsMichael Brown1-0/+88
2021-05-21[efi] Allow for non-image-backed virtual filesMichael Brown1-69/+221
2021-04-21[efi] Show ACPI address space descriptor ranges in debug messagesMichael Brown1-0/+3
2021-04-20[efi] Always map full length of coherent DMA buffer allocationMichael Brown1-1/+2