summaryrefslogtreecommitdiff
path: root/src/interface
Commit message (Expand)AuthorAgeFilesLines
* [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] Claim fixed device paths by uninstalling device path protocolinitrdMichael Brown2023-03-151-122/+172
* [image] Always unregister currently executing imageMichael Brown2023-03-071-5/+1
* [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 initrdnoinitrdMichael 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-172-8/+31
* [efi] Support the initrd autodetection mechanism in newer Linux kernelsefiinitrdMichael 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 devicesefibridgeMichael Brown2023-02-031-0/+10
* [efi] Allow autoexec script to be located alongside iPXE binaryautoexecpathMichael Brown2023-02-012-21/+73
* [efi] Accept a command line passed to an iPXE image via LoadOptionseficmdlineMichael 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/+10
* [efi] Create VLAN autoboot device automaticallyautovlanMichael 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
* [efi] Allow passing a NULL device path to path utility functionsMichael Brown2022-12-222-5/+5
* [efi] Provide VLAN configuration protocolMichael Brown2022-12-142-2/+219
* [efi] Clear DMA-coherent buffers before mappingioactiveMichael Brown2022-11-041-0/+3
* [pci] Generalise pci_num_bus() to pci_discover()Michael Brown2022-09-152-2/+2
* [linux] Add missing PROVIDE_PCIAPI_INLINE() macrosMichael Brown2022-09-151-0/+9
* [efi] Support Unicode character output via framebuffer consoleMichael Brown2022-03-151-3/+48
* [fbcon] Support Unicode character outputMichael Brown2022-03-151-70/+128
* [efi] Support Unicode character output via text consoleMichael Brown2022-03-151-1/+17
* [console] Support AltGr to access ASCII characters via remappingMichael Brown2022-02-151-0/+3
* [console] Centralise handling of key modifiersMichael Brown2022-02-151-16/+28
* [efi] Support keyboard remapping via the EFI consoleMichael Brown2022-02-101-0/+8
* [efi] Attempt to fetch autoexec script via TFTPMichael Brown2022-01-181-0/+176
* [efi] Allow for autoexec scripts that are not located in a filesystemMichael Brown2022-01-181-21/+41
* [settings] Support formatting UUIDs as little-endian GUIDsguidMichael Brown2022-01-041-1/+2
* [efi] Disable EFI watchdog timer when shutting down to boot an OSMichael Brown2021-11-251-0/+34
* [efi] Run ExitBootServices shutdown hook at TPL_NOTIFYshutdown_tpl_notifyMichael Brown2021-11-233-6/+20
* [efi] Raise TPL during driver unload entry pointMichael Brown2021-11-221-0/+7
* [efi] Modify global system table when wrapping a loaded imageMichael Brown2021-11-211-43/+56
* [efi] Do not attempt to use console output after ExitBootServices()Michael Brown2021-11-211-3/+6
* [efi] Record cached ProxyDHCPOFFER and PXEBSACK, if presentMichael Brown2021-07-271-3/+26
* [efi] Veto the Itautec Ip4ConfigDxe driveritautecMichael Brown2021-06-111-8/+10
* [efi] Provide an "initrd.magic" file for use by UEFI kernelsMichael Brown2021-05-211-0/+88
* [efi] Allow for non-image-backed virtual filesMichael Brown2021-05-211-69/+221
* [efi] Show ACPI address space descriptor ranges in debug messagesMichael Brown2021-04-211-0/+3
* [efi] Always map full length of coherent DMA buffer allocationMichael Brown2021-04-201-1/+2