rename coreboot-2412 to coreboot-24.12 for versioning consistency, move patches, point board configs to version change

Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
Thierry Laurion 2025-02-14 12:11:57 -05:00
parent 796a6c338f
commit 0d53e8a385
No known key found for this signature in database
GPG Key ID: 9A53E1BB3FF00461
12 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@
# - Includes Nitrokey/Librem Key HOTP Security dongle remote attestation (in addition to TOTP remote attestation through Qr Code)
export CONFIG_COREBOOT=y
export CONFIG_COREBOOT_VERSION=2412
export CONFIG_COREBOOT_VERSION=24.12
export CONFIG_LINUX_VERSION=6.1.8
CONFIG_COREBOOT_CONFIG=config/coreboot-t480-maximized.config

View File

@ -8,7 +8,7 @@
# - DOES NOT INCLUDE Nitrokey/Librem Key HOTP Security dongle remote attestation (in addition to TOTP remote attestation through Qr Code)
export CONFIG_COREBOOT=y
export CONFIG_COREBOOT_VERSION=2412
export CONFIG_COREBOOT_VERSION=24.12
export CONFIG_LINUX_VERSION=6.1.8
CONFIG_COREBOOT_CONFIG=config/coreboot-t480-maximized.config

View File

@ -104,10 +104,10 @@ $(eval $(call coreboot_module,dasharo,24.02.01))
# Therefore, patches/coreboot-2412 includes libreboot patches applied to 24.12 release
# patches/coreboot-2412 also includes PR0 patchset, minus xeon support which don't apply to 24.12 as per https://review.coreboot.org/c/coreboot/+/85278
# TODO: @miczyg1 rebase of patchset so that doenstream don't have to maintain, adapt work
coreboot-2412_repo := https://review.coreboot.org/coreboot.git
coreboot-2412_commit_hash := 2f1e4e5e8515dd350cc9d68b48d32a5b6b02ae6a
coreboot-24.12_repo := https://review.coreboot.org/coreboot.git
coreboot-24.12_commit_hash := 2f1e4e5e8515dd350cc9d68b48d32a5b6b02ae6a
#Don't reuse any coreboot buildstack for now since nothing else is based on 24.12
$(eval $(call coreboot_module,2412,))
$(eval $(call coreboot_module,24.12,))
# Check that the board configured the coreboot version correctly
ifeq "$(CONFIG_COREBOOT_VERSION)" ""