summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@kernel.org>2022-02-17 22:18:50 +0200
committerPraneeth Bajjuri <praneeth@ti.com>2022-02-18 17:59:11 -0600
commit4c234bdc0ce852e3401b98c672f9e704c285a14b (patch)
tree22a5dad048575d0b19f9d2b5d799bd9ad0c82395 /Makefile
parenta04d820c978863f22d717ef68fa7cc3423bb3ef9 (diff)
tools: binman: add ti-secure entry type
This entry type is used to create a secured binary for use with K3 High Security (HS) devices. This allows us to no longer depend on k3_fit_atf.sh for A53 SPL and u-boot image generation even for HS devices. We still depend on the availability of an external tool provided by the TI_SECURE_DEV_PKG environment variable to secure the binaries. Signed-off-by: Roger Quadros <rogerq@kernel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1fe59a9bbd..c8a878a4ce 100644
--- a/Makefile
+++ b/Makefile
@@ -1339,6 +1339,7 @@ cmd_binman = $(srctree)/tools/binman/binman $(if $(BINMAN_DEBUG),-D) \
-I arch/$(ARCH)/dts -a of-list=$(CONFIG_OF_LIST) \
-a atf-bl31-path=${BL31} \
-a tee-os-path=${TEE} \
+ -a ti-secure-dev-pkg-path=${TI_SECURE_DEV_PKG} \
-a default-dt=$(default_dt) \
-a scp-path=$(SCP) \
$(BINMAN_$(@F))