From b2637cec90929d3c1c709137ff271b150db618db Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Fri, 14 Feb 2025 11:49:33 -0500 Subject: [PATCH] t480 boards and coreboot config: rename to maximized since ifd reuses ME neutered space, confirmed Signed-off-by: Thierry Laurion --- .circleci/config.yml | 10 +++++----- .../t480-hotp-maximized.config} | 2 +- .../t480-maximized.config} | 2 +- ...boot-t480.config => coreboot-t480-maximized.config} | 0 4 files changed, 7 insertions(+), 7 deletions(-) rename boards/{t480-hotp/t480-hotp.config => t480-hotp-maximized/t480-hotp-maximized.config} (97%) rename boards/{t480/t480.config => t480-maximized/t480-maximized.config} (97%) rename config/{coreboot-t480.config => coreboot-t480-maximized.config} (100%) diff --git a/.circleci/config.yml b/.circleci/config.yml index 28f7fa53..07a0f63b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -246,8 +246,8 @@ workflows: # t480 is based on 24.12 coreboot release, not sharing any buildstack from now, depend on muscl-cross cache - build_and_persist: - name: t480-hotp - target: t480-hotp + name: t480-hotp-maximized + target: t480-hotp-maximized subcommand: "" requires: - x86-musl-cross-make @@ -520,11 +520,11 @@ workflows: # t480 is based on 24.12 coreboot release, not sharing any buildstack from now, depend on muscl-cross cache - build: - name: t480 - target: t480 + name: t480-maximized + target: t480-maximized subcommand: "" requires: - - t480-hotp + - t480-hotp-maximized # dasharo release, share 24.02.01 utils/crossgcc - build: diff --git a/boards/t480-hotp/t480-hotp.config b/boards/t480-hotp-maximized/t480-hotp-maximized.config similarity index 97% rename from boards/t480-hotp/t480-hotp.config rename to boards/t480-hotp-maximized/t480-hotp-maximized.config index d022744e..1dcf97b8 100644 --- a/boards/t480-hotp/t480-hotp.config +++ b/boards/t480-hotp-maximized/t480-hotp-maximized.config @@ -11,7 +11,7 @@ export CONFIG_COREBOOT=y export CONFIG_COREBOOT_VERSION=2412 export CONFIG_LINUX_VERSION=6.1.8 -CONFIG_COREBOOT_CONFIG=config/coreboot-t480.config +CONFIG_COREBOOT_CONFIG=config/coreboot-t480-maximized.config # TODO: Make a ThinkPad-common Linux config file. CONFIG_LINUX_CONFIG=config/linux-t480.config diff --git a/boards/t480/t480.config b/boards/t480-maximized/t480-maximized.config similarity index 97% rename from boards/t480/t480.config rename to boards/t480-maximized/t480-maximized.config index 59b7d70d..ee20f0c4 100644 --- a/boards/t480/t480.config +++ b/boards/t480-maximized/t480-maximized.config @@ -11,7 +11,7 @@ export CONFIG_COREBOOT=y export CONFIG_COREBOOT_VERSION=2412 export CONFIG_LINUX_VERSION=6.1.8 -CONFIG_COREBOOT_CONFIG=config/coreboot-t480.config +CONFIG_COREBOOT_CONFIG=config/coreboot-t480-maximized.config # TODO: Make a ThinkPad-common Linux config file. CONFIG_LINUX_CONFIG=config/linux-t480.config diff --git a/config/coreboot-t480.config b/config/coreboot-t480-maximized.config similarity index 100% rename from config/coreboot-t480.config rename to config/coreboot-t480-maximized.config