feat(coverity): builds for dualroot/cca dtb
Adding builds for Dualroot and CCA in coverity where the CoT descriptors
are in DTB, using the build flag COT_DESC_IN_DTB=1.
Signed-off-by: Lauren Wehrmeister <lauren.wehrmeister@arm.com>
Change-Id: I333d5df78d8a6d9cc08ff14cba9c67c88c4e2a48
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index bb70c72..1c5bab6 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -206,7 +206,12 @@
clean_build $fvp_common_flags ${ARM_TBB_OPTIONS} TPM_HASH_ALG=sha256 DRTM_SUPPORT=1 USE_ROMLIB=1
# CoT descriptors in device tree
+# TBBR chain of trust
clean_build $fvp_common_flags ${ARM_TBB_OPTIONS} COT_DESC_IN_DTB=1 USE_ROMLIB=1
+# Dualroot chain of trust
+clean_build $fvp_common_flags ${ARM_TBB_OPTIONS} COT_DESC_IN_DTB=1 COT=dualroot FVP_TRUSTED_SRAM_SIZE=384 SPD=tspd
+# CCA chain of trust
+clean_build $fvp_common_flags ${ARM_TBB_OPTIONS} COT_DESC_IN_DTB=1 COT=cca FVP_TRUSTED_SRAM_SIZE=384
# PSA FWU support
clean_build $fvp_common_flags ${ARM_TBB_OPTIONS} ARM_GPT_SUPPORT=1 PSA_FWU_SUPPORT=1 USE_ROMLIB=1 FVP_TRUSTED_SRAM_SIZE=384