mirror of
https://github.com/linuxboot/heads.git
synced 2025-04-19 08:36:18 +00:00
add a new t480.mk dealing with blobs
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
parent
effa9f63e3
commit
3a4be9617e
15
targets/t480_me_blobs.mk
Normal file
15
targets/t480_me_blobs.mk
Normal 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
|
Loading…
x
Reference in New Issue
Block a user