summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
| * [rng] Add RDRAND as an entropy sourceMichael Brown2023-02-155-0/+141
| * [efi] Support the initrd autodetection mechanism in newer Linux kernelsMichael Brown2023-02-151-0/+190
| * [efi] Fix debug message when reading from EFI virtual filesMichael Brown2023-02-151-1/+1
| * [image] Check delimiters when parsing command-line key-value argumentsMichael Brown2023-02-144-28/+50
| * [rng] Check for several functioning RTC interruptsMichael Brown2023-02-111-3/+11
| * [eisa] Check for system board presence before probing for slotsMichael Brown2023-02-111-0/+8
| * [loong64] Add initial support for LoongArch64Xiaotian Wu2023-02-0635-0/+1539
| * [test] Include build architecture in test suite bannerMichael Brown2023-02-061-1/+1
| * [ioapi] Move PAGE_SHIFT to bits/io.hMichael Brown2023-02-064-6/+6
| * [build] Allow for per-architecture unprefixed constant operand modifierMichael Brown2023-02-065-2/+14
| * [xen] Allow for platforms that have no Xen supportMichael Brown2023-02-053-1/+81
| * [efi] Enable NET_PROTO_LLDP by defaultMichael Brown2023-02-052-1/+2
| * [lldp] Add support for the Link Layer Discovery ProtocolMichael Brown2023-02-056-0/+443
| * [dhcp] Ignore DHCPNAK unless originating from the selected DHCP serverMichael Brown2023-02-031-2/+4
| * [efi] Do not attempt to drive PCI bridge devicesMichael Brown2023-02-033-0/+13
| * [util] Add support for LoongArch64 binariesXiaotian Wu2023-02-033-0/+38
| * [xen] Update to current Xen headersMichael Brown2023-02-0219-874/+2901
| * [efi] Allow autoexec script to be located alongside iPXE binaryMichael Brown2023-02-023-22/+75
| * [realtek] Explicitly disable VLAN offloadMichael Brown2023-02-012-2/+7
| * [efi] Update to current EDK2 headersMichael Brown2023-02-012-12/+12
| * [tests] Verify ability to sleep the CPUMichael Brown2023-01-312-0/+54
| * [dhcp] Add IANA-defined values for all current EFI client architecturesMichael Brown2023-01-311-2/+21
| * [efi] Accept a command line passed to an iPXE image via LoadOptionsMichael Brown2023-01-294-0/+175
| * [la64] Import LoongArch64 ProcessorBind.h from EDK2 headersMichael Brown2023-01-283-2/+128
| * [efi] Update to current EDK2 headersMichael Brown2023-01-2895-15321/+14255Star
| * [efi] Mark ConsoleControl.h as a non-imported headerMichael Brown2023-01-281-0/+5
| * [efi] Remove deleted directories from EDK2 header import scriptMichael Brown2023-01-281-2/+1Star
| * [efi] Allow for whitespace before #include in imported EDK2 header filesMichael Brown2023-01-281-1/+1
| * [efi] Detect SPDX licence identifiers in imported EDK2 headersMichael Brown2023-01-281-2/+2