From 6176f6c08fa633f31541a264e2c4d72e9037eb9f Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Tue, 11 Feb 2025 11:13:14 -0500 Subject: [PATCH] modules/coreboot: t480; state its based on 24.12, do not reuse coreboot 24.02 buildstack) Signed-off-by: Thierry Laurion --- modules/coreboot | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/coreboot b/modules/coreboot index 7de21fb4..be27e9c9 100644 --- a/modules/coreboot +++ b/modules/coreboot @@ -98,10 +98,11 @@ coreboot-dasharo_commit_hash := 94e5f5d5b808cf8d8fd5c70d4ef6a08a054f8986 $(eval $(call coreboot_module,dasharo,24.02.01)) #coreboot-dasharo_patch_version := unreleased -# T480 may or may not need a specific coreboot rev since it may or may not yet be yet included in the release referenced above +# T480 is based on coreboot ~24.12 release (TODO: verify) coreboot-t480_repo := https://review.coreboot.org/coreboot.git coreboot-t480_commit_hash := 2f1e4e5e8515dd350cc9d68b48d32a5b6b02ae6a -$(eval $(call coreboot_module,t480,24.02.01)) +#Don't reuse any coreboot buildstack for now since nothing else is based on 24.12 +$(eval $(call coreboot_module,t480,)) # Check that the board configured the coreboot version correctly ifeq "$(CONFIG_COREBOOT_VERSION)" ""