summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@kernel.org>2022-02-19 20:50:04 +0200
committerSimon Glass <sjg@chromium.org>2022-02-22 10:05:44 -0700
commit47f420ae082fe3ec11afda4aab1b96e3e38752ef (patch)
treef482540d2c7a079f58daf38d4288c1fb3932b334 /Makefile
parent4d38dd77f901a48736c540a9c7499816fa9b4d90 (diff)
binman: Add support for TEE BL32
Add an entry for OP-TEE Trusted OS 'BL32' payload. This is required by platforms using Cortex-A cores with TrustZone technology. Signed-off-by: Roger Quadros <rogerq@kernel.org> Reviewed-by: Simon Glass <sjg@chromium.org> Add missing-blob-help, renumber the test file, update entry-docs: Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4b152249ca..697cc51d67 100644
--- a/Makefile
+++ b/Makefile
@@ -1327,6 +1327,7 @@ cmd_binman = $(srctree)/tools/binman/binman $(if $(BINMAN_DEBUG),-D) \
-I arch/$(ARCH)/dts -a of-list=$(CONFIG_OF_LIST) \
$(foreach f,$(BINMAN_INDIRS),-I $(f)) \
-a atf-bl31-path=${BL31} \
+ -a tee-os-path=${TEE} \
-a opensbi-path=${OPENSBI} \
-a default-dt=$(default_dt) \
-a scp-path=$(SCP) \