summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [efi] Omit EFI_LOAD_FILE2_PROTOCOL for a zero-length initrdnoinitrdMichael 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/+512
* [iscsi] Limit maximum transfer size to MaxBurstLengthiscsicapMichael Brown2023-02-163-4/+77
* [rng] Add RDRAND as an entropy sourcerdrandMichael Brown2023-02-155-0/+141
* [efi] Support the initrd autodetection mechanism in newer Linux kernelsefiinitrdMichael 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 slotseisaMichael Brown2023-02-101-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
* [ci] Cache downloaded packages for GitHub actionsMichael Brown2023-02-061-0/+49
* [ioapi] Move PAGE_SHIFT to bits/io.hMichael Brown2023-02-064-6/+6
* [build] Allow for per-architecture unprefixed constant operand modifierMichael Brown2023-02-055-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 ProtocollldpMichael Brown2023-02-056-0/+443
* [ci] Update to ubuntu-22.04 GitHub actions runnerubuntu2204Michael Brown2023-02-032-4/+4
* [dhcp] Ignore DHCPNAK unless originating from the selected DHCP serverdhcpnakMichael Brown2023-02-031-2/+4
* [efi] Do not attempt to drive PCI bridge devicesefibridgeMichael Brown2023-02-033-0/+13
* [util] Add support for LoongArch64 binariesloongarch64Xiaotian Wu2023-02-033-0/+38
* [ci] Update to actions/checkout@v3 to silence GitHub warningsnodejsMichael Brown2023-02-032-4/+4
* [xen] Update to current Xen headersxenMichael Brown2023-02-0219-874/+2901
* [efi] Allow autoexec script to be located alongside iPXE binaryautoexecpathMichael Brown2023-02-013-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 CPUnaptestMichael 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 LoadOptionseficmdlineMichael 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/+14255
* [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/+1
* [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
* [legal] Add missing FILE_LICENCE declaration to efi_path.cMichael Brown2023-01-281-0/+2
* [legal] Add support for the BSD-2-Clause-Patent licenceMichael Brown2023-01-282-0/+61
* [efi] Build util/efirom as a host-only binaryMichael Brown2023-01-282-0/+5
* [tcp] Update maximum window size to 2MBMichael Brown2023-01-251-6/+12
* [pxe] Discard queued PXE UDP packets when under memory pressureMichael Brown2023-01-251-0/+26
* [golan] Add new PCI ID for NVIDIA BlueField-3 network deviceMohammed Taha2023-01-231-0/+1
* [pxe] Avoid drawing menu items on bottom row of screenMichael Brown2023-01-231-1/+1
* [efi] Bind to only the topmost instance of the SNP or NII protocolssnploopMichael Brown2023-01-231-30/+36
* [efi] Extend efi_locate_device() to allow searching up the device pathMichael Brown2023-01-234-17/+45
* [efi] Add efi_path_prev() utility functionMichael Brown2023-01-232-7/+23
* [efi] Add efi_path_terminate() utility functionMichael Brown2023-01-235-33/+24
* [arm] Inhibit linker warnings about an implied executable stackMichael Brown2023-01-234-4/+4