add a new t480.mk dealing with blobs

Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
notgiven by 2025-02-10 23:05:20 +01:00 committed by Thierry Laurion
parent effa9f63e3
commit 3a4be9617e
No known key found for this signature in database
GPG Key ID: 9A53E1BB3FF00461

15
targets/t480_me_blobs.mk Normal file
View File

@ -0,0 +1,15 @@
# TODO describe the process for t480
#Targets for downloading t480 ME blob, cleaning and deguarding.
# t480-*-maximized boards require you to initially call
# - blobs/t480/download-clean-deguard-me.sh
# To download donor's Dells-Inspiron.exe, extract ME binary with biosutilities from libreboot, clean ME,
# and deguard it using Mate Kukri deguard tool.
# Make the Coreboot build depend on the following 3rd party blobs:
$(build)/coreboot-$(CONFIG_COREBOOT_VERSION)/$(BOARD)/.build: \
$(pwd)/blobs/t480/me.bin
$(pwd)/blobs/t480/me.bin:
COREBOOT_DIR="$(build)/$(coreboot_base_dir)" \
$(pwd)/blobs/t480/download-clean-deguard-me.sh $(pwd)/blobs/t480