From 673b2f1340dd633656dc82d6ec0a1c86772c2cf3 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Mon, 19 Feb 2024 11:43:41 -0500 Subject: [PATCH] modules/coreboot CircleCI: adapt to coreboot version bumps Signed-off-by: Thierry Laurion --- .circleci/config.yml | 11 ++++++----- modules/coreboot | 4 ---- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 697ba368..1e44203b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -193,9 +193,10 @@ jobs: - build/x86/coreboot-4.14 - build/x86/coreboot-4.15 - build/x86/coreboot-4.17 - - build/x86/coreboot-4.19 - - build/x86/coreboot-git - - build/ppc64/coreboot-git + - build/x86/coreboot-4.22.01 + - build/x86/coreboot-purism + - build/x86/coreboot-nitrokey + - build/ppc64/coreboot-talos_2 - save_cache: #Generate cache for the exact same modules definitions if hash is not previously existing key: heads-modules-and-patches-{{ checksum "./tmpDir/all_modules_and_patches.sha256sums" }}{{ .Environment.CACHE_VERSION }} @@ -215,7 +216,7 @@ workflows: # version. The last board in the sequence is the dependency # for the parallel boards built at the end, and also save_cache. - # coreboot 4.19 + # coreboot 4.22.01 - build_and_persist: name: x230-hotp-maximized target: x230-hotp-maximized @@ -263,7 +264,7 @@ workflows: # # -#Coreboot 4.19 boards +#Coreboot 4.22.01 boards - build: name: x220-hotp-maximized target: x220-hotp-maximized diff --git a/modules/coreboot b/modules/coreboot index c3612ab2..718508e6 100644 --- a/modules/coreboot +++ b/modules/coreboot @@ -65,10 +65,6 @@ $(eval $(call coreboot_module,4.11,)) # libgfxinit, and the old Ada compiler no longer compiles with the Debian 12 host toolchain. coreboot-4.11_toolchain_build_args := BUILD_LANGUAGES=c -coreboot-4.19_hash := 65ccb2f46535b996e0066a1b76f81c8cf1ff3e27df84b3f97d8ad7b3e7cf0a43 -coreboot-blobs-4.19_hash := 30214caed07b25f11e47bec022ff6234841376e36689eb674de2330a3e980cbc -$(eval $(call coreboot_module,4.19,)) - coreboot-4.20.1_hash := b41539a8c2eab2fec752157eb4acbd0e2a637a7203530c12e66b43a5c3c3a931 coreboot-blobs-4.20.1_hash := 30f9d8618e78d483d0903976982485e70825ca3469efd17902c9246aaefd7c4a $(eval $(call coreboot_module,4.20.1,))