From a907c6fb8d16bf47844fd44e5894c36543fdaa9c Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Sun, 16 Nov 2025 16:34:45 -0600 Subject: [PATCH] payloads/ipxe: Default to building from master branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit per ipxe.org: iPXE uses a rolling release model, in which every commit is intended to be production-ready. You should always use the latest code. TEST=build/boot ipxe.efi from master branch via EFI shell. Change-Id: Iae03d94291a8c02c54eb77e61f878902fead27c2 Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/90059 Reviewed-by: Filip LewiƄski Reviewed-by: Sean Rhodes Reviewed-by: Walter Sonius Tested-by: build bot (Jenkins) --- payloads/external/iPXE/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/payloads/external/iPXE/Kconfig b/payloads/external/iPXE/Kconfig index 85e8c69296..738f49cc15 100644 --- a/payloads/external/iPXE/Kconfig +++ b/payloads/external/iPXE/Kconfig @@ -51,7 +51,7 @@ if BUILD_IPXE choice prompt "iPXE version" - default IPXE_STABLE + default IPXE_MASTER config IPXE_STABLE bool "2022.1"