aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-28[efi] Omit EFI_LOAD_FILE2_PROTOCOL for a zero-length initrdnoinitrdMichael Brown1-2/+11
2023-02-20[efi] Split out EFI_RNG_PROTOCOL as a separate entropy sourceMichael Brown5-92/+130
2023-02-20[rng] Allow for entropy sources that fail during startup testsMichael Brown3-159/+349
2023-02-20[tables] Allow any lvalue to be used as a table iteratorMichael Brown1-12/+12
2023-02-17[rng] Allow entropy source to be selected at runtimeMichael Brown18-591/+512
2023-02-16[iscsi] Limit maximum transfer size to MaxBurstLengthiscsicapMichael Brown3-4/+77
2023-02-15[rng] Add RDRAND as an entropy sourcerdrandMichael Brown5-0/+141
2023-02-15[efi] Support the initrd autodetection mechanism in newer Linux kernelsefiinitrdMichael Brown1-0/+190
2023-02-15[efi] Fix debug message when reading from EFI virtual filesMichael Brown1-1/+1
2023-02-14[image] Check delimiters when parsing command-line key-value argumentsMichael Brown4-28/+50
2023-02-11[rng] Check for several functioning RTC interruptsMichael Brown1-3/+11
2023-02-10[eisa] Check for system board presence before probing for slotseisaMichael Brown1-0/+8
2023-02-06[loong64] Add initial support for LoongArch64Xiaotian Wu35-0/+1539
2023-02-06[test] Include build architecture in test suite bannerMichael Brown1-1/+1
2023-02-06[ci] Cache downloaded packages for GitHub actionsMichael Brown1-0/+49
2023-02-06[ioapi] Move PAGE_SHIFT to bits/io.hMichael Brown4-6/+6
2023-02-05[build] Allow for per-architecture unprefixed constant operand modifierMichael Brown5-2/+14
2023-02-05[xen] Allow for platforms that have no Xen supportMichael Brown3-1/+81
2023-02-05[efi] Enable NET_PROTO_LLDP by defaultMichael Brown2-1/+2
2023-02-05[lldp] Add support for the Link Layer Discovery ProtocollldpMichael Brown6-0/+443
2023-02-03[ci] Update to ubuntu-22.04 GitHub actions runnerubuntu2204Michael Brown2-4/+4
2023-02-03[dhcp] Ignore DHCPNAK unless originating from the selected DHCP serverdhcpnakMichael Brown1-2/+4
2023-02-03[efi] Do not attempt to drive PCI bridge devicesefibridgeMichael Brown3-0/+13
2023-02-03[util] Add support for LoongArch64 binariesloongarch64Xiaotian Wu3-0/+38
2023-02-03[ci] Update to actions/checkout@v3 to silence GitHub warningsnodejsMichael Brown2-4/+4
2023-02-02[xen] Update to current Xen headersxenMichael Brown19-874/+2901
2023-02-01[efi] Allow autoexec script to be located alongside iPXE binaryautoexecpathMichael Brown3-22/+75
2023-02-01[realtek] Explicitly disable VLAN offloadMichael Brown2-2/+7
2023-02-01[efi] Update to current EDK2 headersMichael Brown2-12/+12
2023-01-31[tests] Verify ability to sleep the CPUnaptestMichael Brown2-0/+54
2023-01-31[dhcp] Add IANA-defined values for all current EFI client architecturesMichael Brown1-2/+21
2023-01-29[efi] Accept a command line passed to an iPXE image via LoadOptionseficmdlineMichael Brown4-0/+175
2023-01-28[la64] Import LoongArch64 ProcessorBind.h from EDK2 headersMichael Brown3-2/+128
2023-01-28[efi] Update to current EDK2 headersMichael Brown95-15321/+14255
2023-01-28[efi] Mark ConsoleControl.h as a non-imported headerMichael Brown1-0/+5
2023-01-28[efi] Remove deleted directories from EDK2 header import scriptMichael Brown1-2/+1
2023-01-28[efi] Allow for whitespace before #include in imported EDK2 header filesMichael Brown1-1/+1
2023-01-28[efi] Detect SPDX licence identifiers in imported EDK2 headersMichael Brown1-2/+2
2023-01-28[legal] Add missing FILE_LICENCE declaration to efi_path.cMichael Brown1-0/+2
2023-01-28[legal] Add support for the BSD-2-Clause-Patent licenceMichael Brown2-0/+61
2023-01-28[efi] Build util/efirom as a host-only binaryMichael Brown2-0/+5
2023-01-25[tcp] Update maximum window size to 2MBMichael Brown1-6/+12
2023-01-25[pxe] Discard queued PXE UDP packets when under memory pressureMichael Brown1-0/+26
2023-01-23[golan] Add new PCI ID for NVIDIA BlueField-3 network deviceMohammed Taha1-0/+1
2023-01-23[pxe] Avoid drawing menu items on bottom row of screenMichael Brown1-1/+1
2023-01-23[efi] Bind to only the topmost instance of the SNP or NII protocolssnploopMichael Brown1-30/+36
2023-01-23[efi] Extend efi_locate_device() to allow searching up the device pathMichael Brown4-17/+45
2023-01-23[efi] Add efi_path_prev() utility functionMichael Brown2-7/+23
2023-01-23[efi] Add efi_path_terminate() utility functionMichael Brown5-33/+24
2023-01-23[arm] Inhibit linker warnings about an implied executable stackMichael Brown4-4/+4