Skip to content

Commit 37c9db6

Browse files
miczyg1SergiiDmytruk
authored andcommitted
payloads/external/iPXE: Update revision to 2025.03
Update iPXE revision so that coreboot can be built with newer toolchains. Upstream-Status: Inappropriate [custom configs] Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
1 parent d63194f commit 37c9db6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

payloads/external/iPXE/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ choice
5454
default IPXE_STABLE
5555

5656
config IPXE_STABLE
57-
bool "2023.8"
57+
bool "2025.03"
5858
help
5959
iPXE uses a rolling release with no stable version, for
6060
reproducibility, use the last commit of a given month as the
6161
'stable' version.
62-
This is iPXE from the end of August, 2023.
62+
This is iPXE from the end of March, 2025.
6363

6464
config IPXE_MASTER
6565
bool "master"

payloads/external/iPXE/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# When updating, change the name both here and in payloads/external/iPXE/Kconfig
55

66
# Temporarily Dasharo fork is used until i225/i226 native support is merged.
7-
STABLE_COMMIT_ID=63ed3e352f2e65b26b15a847961440cb4dad0318
7+
STABLE_COMMIT_ID=8b8a50a85d4763da6d353719d6022d01c7a09751
88

99
TAG-$(CONFIG_IPXE_MASTER)=origin/master
1010
TAG-$(CONFIG_IPXE_STABLE)=$(STABLE_COMMIT_ID)

0 commit comments

Comments
 (0)