ci: remove RSS usage for the FVP platform
This change is a companion to the TF-A update [1], aimed at
removing RSS usage for the FVP platform.
[1]: https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/24802
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
Change-Id: I6a0cae5da17fa0284fd5e06232bf12ac1f249573
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index 14ccf63..bae1ecb 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -78,18 +78,8 @@
clean_build $fvp_common_flags ${ARM_TBB_OPTIONS} SPD=tspd COT=dualroot
# FEAT_RME with CCA chain of trust.
-#
-# Note that we override PLAT_RSS_NOT_SUPPORTED build flag (which defaults to 1
-# on the Base AEM FVP) just to analyse the RSS communication driver code through
-# Coverity. In reality, RSS is not supported on FVP right now (or on any other
-# upstream platform, for that matter) so the resulting firmware would not be
-# functional.
clean_build $fvp_common_flags ${ARM_TBB_OPTIONS} USE_ROMLIB=1 \
- ENABLE_RME=1 MEASURED_BOOT=1 PLAT_RSS_NOT_SUPPORTED=0
-
-# FVP RSS supported build without CCA enabled.
-clean_build $fvp_common_flags USE_ROMLIB=1 MEASURED_BOOT=1 MBEDTLS_DIR=$(pwd)/mbedtls \
- PLAT_RSS_NOT_SUPPORTED=0
+ ENABLE_RME=1 MEASURED_BOOT=1
clean_build $fvp_common_flags SPD=trusty
clean_build $fvp_common_flags SPD=trusty TRUSTY_SPD_WITH_GENERIC_SERVICES=1