aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WIP - attempt creation of ESP manually via sfdiskhackespMichael Brown2023-07-101-18/+77
* [console] Restore compatibility with "--key" values in existing scriptsMichael Brown2023-07-073-3/+31
* [linux] Set a default MAC address for tap devicesMichael Brown2023-07-051-0/+5
* [linux] Fix error control flow in af_packet_nic_probe()Michael Brown2023-07-051-1/+1
* [linux] Fix error control flow in tap_probe()Michael Brown2023-07-051-1/+1
* [netdevice] Stop link block timer when device is closedMichael Brown2023-07-051-1/+4
* [interface] Fix debug message values for temporary interfacestmpintfMichael Brown2023-07-043-17/+59
* [build] Inhibit more linker warnings about an implied executable stackMichael Brown2023-07-041-0/+1
* [build] Silence the "creating blib.a" messageMichael Brown2023-07-041-1/+1
* [console] Avoid overlap between special keys and Unicode charactersMichael Brown2023-07-043-31/+77
* [console] Avoid overlap between remapping flags and character valuesMichael Brown2023-07-041-4/+4
* [build] Use separate code segment if supported by linkersepcodeMichael Brown2023-07-032-0/+14
* [build] Inhibit linker warnings about an implied executable stackGeert Stappers2023-06-3032-0/+33
* [build] Avoid using multiple target patterns in pattern rulesMichael Brown2023-06-302-3/+13
* [loong64] Add support for building EFI binariesloong64Xiaotian Wu2023-06-292-0/+19
* [loong64] Add CPU sleeping API for EFI LoongArch64Xiaotian Wu2023-06-294-1/+75
* [loong64] Add I/O API for LoongArch64Xiaotian Wu2023-06-293-0/+130
* [ioapi] Centralise definitions for dummy PIOMichael Brown2023-06-293-50/+70
* [arm] Add missing arch/arm/core source directoryMichael Brown2023-06-292-2/+4
* [arm] Remove redundant inclusion of io.hMichael Brown2023-06-291-2/+0
* [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-221-0/+1
* [efi] Always poll for TX completionsdell3440bMichael Brown2023-06-211-5/+5
* [efi] Provide read-only access to EFI variables via settings mechanismMichael Brown2023-06-095-0/+244
* [efi] Veto the VMware UefiPxeBcDxe driveresxMichael Brown2023-06-081-0/+35
* [efi] Include protocol interface address in debug outputMichael Brown2023-06-082-5/+42
* [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-074-0/+531
* [efi] Add DNS headers and GUID definitionsMichael Brown2023-06-075-0/+1103
* [efi] Add Ip4Config2 header and GUID definitionMichael Brown2023-06-074-0/+326
* [efi] Add IPv6 versions of existing IPv4 headers and GUID definitionsMichael Brown2023-06-079-0/+4436
* [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
* [crypto] Add support for PKCS#8 private key formatMichael Brown2023-06-024-2/+105
* [efi] Implement "shim" as a dummy command on non-EFI platformsMichael Brown2023-05-243-2/+15
* [efi] Support versions of shim that perform SBAT verificationMichael Brown2023-05-235-6/+160
* [efi] Separate GetMemoryMap() wrapper from shim unlockerMichael Brown2023-05-231-27/+34
* [efi] Add "shim" commandMichael Brown2023-05-224-0/+117
* [efi] Add support for executing images via a shimMichael Brown2023-05-228-3/+413
* [efi] Add definitions for the UEFI shim lock protocolMichael Brown2023-05-224-0/+39
* [efi] Add efi_asprintf() and efi_vasprintf()Michael Brown2023-05-224-10/+53
* [image] Generalise concept of selected imageMichael Brown2023-05-176-50/+85
* [efi] Attempt to detect EFI images that fail Secure Boot verificationMichael Brown2023-05-171-5/+71
* [ci] Work around Ubuntu packaging metadata issuesMichael Brown2023-05-151-1/+2
* [efi] Allow currently selected image to be opened as "grub*.efi"Michael Brown2023-05-051-0/+11