mirror of
https://github.com/Dasharo/coreboot.git
synced 2026-06-13 10:16:48 -07:00
payloads/external/iPXE: Bump version to 2026.02
Upstream-Status: Inappropriate [custom iPXE fork] Change-Id: I468c0f559b6c5a7211283b43ccb37eeba7b250a6 Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
This commit is contained in:
Vendored
+2
-2
@@ -56,12 +56,12 @@ choice
|
||||
default IPXE_MASTER
|
||||
|
||||
config IPXE_STABLE
|
||||
bool "2025.03"
|
||||
bool "2026.02"
|
||||
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, 2025.
|
||||
This is iPXE from the end of February, 2026.
|
||||
|
||||
config IPXE_MASTER
|
||||
bool "master"
|
||||
|
||||
Vendored
+3
-3
@@ -1,10 +1,10 @@
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
# 2023.8 - Last commit of August 2023
|
||||
# 2026.2 - Last commit of February 2026
|
||||
# When updating, change the name both here and in payloads/external/iPXE/Kconfig
|
||||
|
||||
# Temporarily Dasharo fork is used until i225/i226 native support is merged.
|
||||
STABLE_COMMIT_ID=6c7068fce4bba31b4d03a6990dedc530c0727588
|
||||
# Temporarily Dasharo fork is used until i225/i226 and i219 native support is merged.
|
||||
STABLE_COMMIT_ID=ad8cbcee950840547f87394179a7e712e1c3c06f
|
||||
|
||||
TAG-$(CONFIG_IPXE_MASTER)=origin/master
|
||||
TAG-$(CONFIG_IPXE_STABLE)=$(STABLE_COMMIT_ID)
|
||||
|
||||
Reference in New Issue
Block a user