t480 boards and coreboot config: rename to maximized since ifd reuses ME neutered space, confirmed

Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
Thierry Laurion 2025-02-14 11:49:33 -05:00
parent 5a50de6927
commit b2637cec90
No known key found for this signature in database
GPG Key ID: 9A53E1BB3FF00461
4 changed files with 7 additions and 7 deletions

@ -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:

@ -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

@ -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