From 4c234bdc0ce852e3401b98c672f9e704c285a14b Mon Sep 17 00:00:00 2001 From: Roger Quadros Date: Thu, 17 Feb 2022 22:18:50 +0200 Subject: 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 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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)) -- cgit v1.2.3