summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * [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
| * [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/+0Star
* | [efi] Remove old RDRAND hack; now officially supportedSimon Rettberg2023-04-041-47/+0Star
* | Merge branch 'master' into openslxSimon Rettberg2023-04-04333-18179/+24589
|\|
| * [tls] Handle fragmented handshake recordsMichael Brown2023-03-312-18/+26
| * [tls] Pass I/O buffer to received record handlersMichael Brown2023-03-311-58/+98
| * [tls] Clean up change cipher spec record handlingMichael Brown2023-03-302-4/+18
| * [efi] Claim fixed device paths by uninstalling device path protocolMichael 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 imageMichael Brown2023-03-075-29/+10Star
| * [image] Consistently use for_each_image() to iterate over imagesMichael Brown2023-03-062-2/+2
| * [intelx] Add PCI IDs for Intel 82599 10GBASE-T NICForest Crossman2023-03-061-0/+1
| * [params] Allow for arbitrary HTTP request headers to be specifiedMichael Brown2023-03-015-15/+73
| * [params] Rename "form parameter" to "request parameter"Michael Brown2023-03-017-29/+29
| * [http] Use POST method only if the form parameter list is non-emptyMichael Brown2023-03-011-44/+32Star
| * [efi] Omit EFI_LOAD_FILE2_PROTOCOL for a zero-length initrdMichael Brown2023-02-281-2/+11
| * [efi] Split out EFI_RNG_PROTOCOL as a separate entropy sourceMichael Brown2023-02-205-92/+130
| * [rng] Allow for entropy sources that fail during startup testsMichael Brown2023-02-203-159/+349
| * [tables] Allow any lvalue to be used as a table iteratorMichael Brown2023-02-201-12/+12
| * [rng] Allow entropy source to be selected at runtimeMichael Brown2023-02-1718-591/+512Star
| * [iscsi] Limit maximum transfer size to MaxBurstLengthMichael Brown2023-02-163-4/+77