aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WIPvboxMichael Brown2023-06-271-214/+250
* [efi] Rename "driver" to "target" in preparation for two-phase veto mechanismMichael Brown2023-06-271-58/+55
* [efi] Veto the VirtualBox E1kNetDxe driverMichael Brown2023-06-231-0/+35
* [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
* [efi] Allow currently executing image to be opened via virtual filesystemMichael Brown2023-05-051-0/+10
* [image] Allow for images to be hidden from lists of all imagesMichael Brown2023-05-055-19/+39
* [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] Allow for sections to be excluded from the generated PE fileMichael Brown2023-04-101-6/+17
* [efi] Allow elf2efi to be used for hybrid binariesMichael Brown2023-04-101-6/+27
* [efi] Shrink size of data directory in PE headerMichael Brown2023-04-101-4/+13
* [efi] Remove redundant zero padding in PE headerMichael Brown2023-04-101-1/+0
* [tls] Handle fragmented handshake recordsMichael Brown2023-03-302-18/+26
* [tls] Pass I/O buffer to received record handlersMichael Brown2023-03-301-58/+98
* [tls] Clean up change cipher spec record handlingMichael Brown2023-03-302-4/+18
* [efi] Claim fixed device paths by uninstalling device path protocolinitrdMichael Brown2023-03-151-122/+172
* [intel] Add workaround for I210 reset hardware bugsMatt Parrella2023-03-142-2/+24
* [dhcp] Unregister ProxyDHCP and PXEBS settings on a successful DHCPACKMichael Brown2023-03-141-0/+6
* [efi] Use image name instead of pointer value in debug messagesMichael Brown2023-03-071-21/+21
* [image] Always unregister currently executing imageinterpreterMichael Brown2023-03-075-29/+10
* [image] Consistently use for_each_image() to iterate over imagesMichael Brown2023-03-062-2/+2