boards/t480-maximized/t480-maximized.config: use t480 target that calls blobs scripts

Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
Thierry Laurion 2025-02-11 10:09:21 -05:00
parent 304f6b9a8c
commit 5ce57053e6
No known key found for this signature in database
GPG Key ID: 9A53E1BB3FF00461

View File

@ -48,18 +48,5 @@ export CONFIG_BOOT_REQ_ROLLBACK=n
export CONFIG_BOARD_NAME="ThinkPad T480"
export CONFIG_FLASH_OPTIONS="flashprog --progress --programmer internal"
# COPIED FROM T440p! NEEDS ADAPTION!!!!
# Make the Coreboot build depend on the following 3rd party blobs:
$(build)/coreboot-$(CONFIG_COREBOOT_VERSION)/$(BOARD)/.build: \
$(pwd)/blobs/haswell/mrc.bin $(pwd)/blobs/t440p/me.bin
$(pwd)/blobs/haswell/mrc.bin:
COREBOOT_DIR="$(build)/$(coreboot_base_dir)" \
$(pwd)/blobs/haswell/obtain-mrc $(pwd)/blobs/haswell
$(pwd)/blobs/t440p/me.bin:
COREBOOT_DIR="$(build)/$(coreboot_base_dir)" \
$(pwd)/blobs/t440p/download-clean-me $(pwd)/blobs/t440p
# Generate split 4MB top / 8MB bottom ROMs
#BOARD_TARGETS += split_8mb4mb Is there an other command for not splitting stuff at the end or is this the default option anyways?
# t480 blobs requirements
BOARD_TARGETS += t480_me_blobs