summaryrefslogtreecommitdiff
path: root/make_helpers
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2020-08-14 11:44:58 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-08-14 11:44:58 +0000
commit007be5ecd14542a5da8533c14293faa1c44c3a7e (patch)
tree9334bad9816cdf7740b4d15099f5001c5a87f4df /make_helpers
parent2663094298415bbc00d686d98cf0b06aa7a78357 (diff)
parent2947412d547307019c919e8131353538511f83d9 (diff)
downloadarm-trusted-firmware-007be5ecd14542a5da8533c14293faa1c44c3a7e.tar.gz
Merge changes from topic "sp_dual_signing" into integration
* changes: dualroot: add chain of trust for Platform owned SPs cert_create: add Platform owned secure partitions support
Diffstat (limited to 'make_helpers')
-rw-r--r--make_helpers/tbbr/tbbr_tools.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/make_helpers/tbbr/tbbr_tools.mk b/make_helpers/tbbr/tbbr_tools.mk
index 952093443..9c92d3ffb 100644
--- a/make_helpers/tbbr/tbbr_tools.mk
+++ b/make_helpers/tbbr/tbbr_tools.mk
@@ -103,4 +103,7 @@ 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))
+ifeq (${COT},dualroot)
+ $(eval $(call TOOL_ADD_PAYLOAD,${BUILD_PLAT}/plat_sp_content.crt,--plat-sp-cert))
+endif
endif