feat(fvp_r): add build configurations
This patch adds build configuration for fvp_r platform
Signed-off-by: John Powell <john.powell@arm.com>
Signed-off-by: Manish Pandey <manish.pandey2@arm.com>
Change-Id: I5ea787f103753ed178915c1e3a70f8d5cf1bf5d0
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index 27023c1..5a84b9a 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -166,9 +166,6 @@
# PSA FWU support
clean_build $fvp_common_flags ${ARM_TBB_OPTIONS} ARM_GPT_SUPPORT=1 PSA_FWU_SUPPORT=1 USE_ROMLIB=1
-# FVP-R platform
-clean_build PLAT=fvp_r $(common_flags) all
-
# FEAT_RME
clean_build $fvp_common_flags ENABLE_RME=1
@@ -295,6 +292,11 @@
bl2 \
bl31
+#
+# FVP-R platform
+#
+clean_build $(common_flags) PLAT=fvp_r ${ARM_TBB_OPTIONS} ENABLE_STACK_PROTECTOR=all
+
# Partners' platforms.
# Enable as many features as possible.
# We don't need to clean between each build here because we only do one build