summaryrefslogtreecommitdiff
path: root/make_helpers
diff options
context:
space:
mode:
authorManish Pandey <manish.pandey2@arm.com>2020-06-09 19:47:04 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-06-09 19:47:04 +0000
commit02383c28da9aedc215d336e512e29168056f3b79 (patch)
tree9cc1ac8c2cdb7b4efdc5a53d840d47b2227a0529 /make_helpers
parentcaf24c4900ffef93dddcc61496cda335fb4163f0 (diff)
parent44f1aa8efe627e578c38fbc0623b083223109342 (diff)
Merge changes from topic "sp_secure_boot" into integration
* changes: dualroot: add chain of trust for secure partitions sptool: append cert_tool arguments. cert_create: add SiP owned secure partitions support
Diffstat (limited to 'make_helpers')
-rw-r--r--make_helpers/tbbr/tbbr_tools.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/make_helpers/tbbr/tbbr_tools.mk b/make_helpers/tbbr/tbbr_tools.mk
index f0adfe1ce..952093443 100644
--- a/make_helpers/tbbr/tbbr_tools.mk
+++ b/make_helpers/tbbr/tbbr_tools.mk
@@ -99,3 +99,8 @@ ifneq (${COT},dualroot)
$(eval $(call TOOL_ADD_PAYLOAD,${BUILD_PLAT}/nt_fw_key.crt,--nt-fw-key-cert))
endif
endif
+
+# Add SiP owned Secure Partitions CoT (image cert)
+ifneq (${SP_LAYOUT_FILE},)
+ $(eval $(call TOOL_ADD_PAYLOAD,${BUILD_PLAT}/sip_sp_content.crt,--sip-sp-cert))
+endif