Attention is currently required from: Martin L Roth.
Felix Singer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/83362?usp=email )
Change subject: payloads/ipxe: Update stable commit id to master ......................................................................
payloads/ipxe: Update stable commit id to master
The iPXE stable commit id is quite old and doesn't even compile with the current coreboot toolchain due to build errors. So update it to the most recent commit which is available on the master branch.
b66e27d9b2: [ipv6] Expose router address for DHCPv6 leased addresses
Tested that iPXE compiles again.
Change-Id: Ib60e9b3793b3245409724d212edd31da70572265 Signed-off-by: Felix Singer felixsinger@posteo.net --- M payloads/external/iPXE/Makefile 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/62/83362/1
diff --git a/payloads/external/iPXE/Makefile b/payloads/external/iPXE/Makefile index 7ec8126..9d51d88 100644 --- a/payloads/external/iPXE/Makefile +++ b/payloads/external/iPXE/Makefile @@ -2,7 +2,7 @@
# 2022.1 - Last commit of January 2022 # When updating, change the name both here and in payloads/external/iPXE/Kconfig -STABLE_COMMIT_ID=6ba671acd922ee046b257c5119b8a0f64d275473 +STABLE_COMMIT_ID=b66e27d9b29a172a097c737ab4d378d60fe01b05
TAG-$(CONFIG_IPXE_MASTER)=origin/master TAG-$(CONFIG_IPXE_STABLE)=$(STABLE_COMMIT_ID)