diff --git a/payloads/external/iPXE/Kconfig b/payloads/external/iPXE/Kconfig index 5f7ad2e78c..5f9c1934d9 100644 --- a/payloads/external/iPXE/Kconfig +++ b/payloads/external/iPXE/Kconfig @@ -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" diff --git a/payloads/external/iPXE/Makefile b/payloads/external/iPXE/Makefile index cdb9a476dc..64cce21bb6 100644 --- a/payloads/external/iPXE/Makefile +++ b/payloads/external/iPXE/Makefile @@ -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)