mirror of
https://github.com/linuxboot/heads.git
synced 2025-03-14 00:06:47 +00:00
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:
parent
304f6b9a8c
commit
5ce57053e6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user