summaryrefslogtreecommitdiffstats
path: root/src/interface/efi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into openslxopenslxSimon Rettberg2024-04-127-551/+920
|\
| * [efi] Restructure handling of autoexec.ipxe scriptMichael Brown2024-04-032-378/+122Star
| * [efi] Allow for allocating EFI devices from arbitrary handlesMichael Brown2024-03-291-42/+65
| * [efi] Add error table entry for local filesystem EFI_NOT_FOUND errorMichael Brown2024-03-291-1/+18
| * [efi] Report local file errors during download, rather than on openingMichael Brown2024-03-291-124/+130
| * [efi] Extract basic network settings from loaded image device pathMichael Brown2024-03-261-0/+241
| * [efi] Add efi_path_mac() to parse a MAC address from an EFI device pathMichael Brown2024-03-261-0/+24
| * [efi] Allow for drivers to be located via child handlesMichael Brown2024-03-251-2/+8
| * [efi] Add helper functions for service binding protocolsMichael Brown2024-03-251-0/+138
| * [efi] Set current working URI from our own device path URI, if presentMichael Brown2024-03-191-0/+11
| * [efi] Add efi_path_uri() to parse a URI from an EFI device pathMichael Brown2024-03-191-0/+40
| * [efi] Provide a multiprocessor API for EFIMichael Brown2024-03-151-0/+112
* | Merge branch 'aqc1xx' into openslxSimon Rettberg2024-04-124-184/+630
|\|
| * [efi] Do not report return status from efi_block_local()Michael Brown2024-03-071-1/+5
| * [block] Allow SAN boot device to be identified by filesystem labelMichael Brown2024-03-071-0/+73
| * [block] Allow SAN boot device to be identified by an extra filenameMichael Brown2024-03-071-26/+59
| * [block] Allow SAN boot device to be identified by UUIDMichael Brown2024-03-061-0/+18
| * [efi] Add efi_path_guid() utility functionMichael Brown2024-03-061-0/+43
| * [block] Allow for additional SAN boot parameters alongside filenameMichael Brown2024-03-061-10/+13
| * [efi] Allow booting from local disks via the "sanboot" commandMichael Brown2024-03-051-21/+156
| * [efi] Generalise block device boot to support arbitrary EFI handlesMichael Brown2024-03-041-47/+66
| * [efi] Use file system protocol to check for SAN boot filename existenceMichael Brown2024-03-041-86/+218
| * [block] Use drive number as debug message stream IDMichael Brown2024-03-041-43/+39Star
| * [efi] Use long forms of device paths in debug messagesMichael Brown2024-03-041-1/+1
| * [efi] Work around broken boot services table manipulation by UEFI shimMichael Brown2024-02-271-49/+43Star
| * [efi] Avoid modifying PE/COFF debug filenameMichael Brown2023-11-291-2/+2
* | 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