summaryrefslogtreecommitdiff
path: root/payloads/external/iPXE/Kconfig
diff options
context:
space:
mode:
authorMichał Żygowski <michal.zygowski@3mdeb.com>2022-02-23 11:15:28 +0100
committerMichał Żygowski <michal.zygowski@3mdeb.com>2022-03-22 21:02:59 +0000
commit8a47a14a2fe876fcad4c2b2cc530bc5503f43c5c (patch)
treeb75e507359af9d65ced7cafb581cfc642d5d0e65 /payloads/external/iPXE/Kconfig
parent206328d57bd97e652fa312b07ff3a2a10f1cb7da (diff)
payloads/iPXE: Update stable version from 2019.3 to to 2022.1
Update iPXE stable from commit id ebf2eaf515: Mar 18 10:24:08 2019 +0000 [intel] Add PCI ID for I219-V and -LM 6 to 9 to commit id 6ba671acd9: Jan 17 16:17:17 2022 +0000 [efi] Attempt to fetch autoexec script via TFTP This brings in 424 new commits and fixes the build with coreboot-sdk 2021-09-23_b0d87f753c. TEST=Build PC Engines apu2 board and boot it over network with the iPXE Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com> Change-Id: Ide12a3a3082f9ea027e180518a80e6c0772b1232 Reviewed-on: https://review.coreboot.org/c/coreboot/+/62289 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'payloads/external/iPXE/Kconfig')
-rw-r--r--payloads/external/iPXE/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/payloads/external/iPXE/Kconfig b/payloads/external/iPXE/Kconfig
index 6c8049a3d7..645d41b55b 100644
--- a/payloads/external/iPXE/Kconfig
+++ b/payloads/external/iPXE/Kconfig
@@ -31,12 +31,12 @@ choice
depends on BUILD_IPXE
config IPXE_STABLE
- bool "2019.3"
+ bool "2022.1"
help
iPXE uses a rolling release with no stable version, for
reproducibility, use the last commit of a given month as the
'stable' version.
- This is iPXE from the end of March, 2019.
+ This is iPXE from the end of January, 2022.
config IPXE_MASTER
bool "master"