fix: increase TSRAM of 'fvp-tbb-mbedtls-bl2-el3'
This build job is currently failing the errata framework
based cpu conversion patches due to lack of available
SRAM.
Signed-off-by: Sona Mathew <SonaRebecca.Mathew@arm.com>
Change-Id: Ied03ad8dc5ecdf1f84f91ae737122176042800f0
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index 43256e8..9c79bc4 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -53,7 +53,7 @@
clean_build $fvp_common_flags ${ARM_TBB_OPTIONS} ARM_TSP_RAM_LOCATION=dram \
SPD=tspd FVP_TRUSTED_SRAM_SIZE=384
clean_build $fvp_common_flags ${ARM_TBB_OPTIONS} ARM_TSP_RAM_LOCATION=dram SPD=tspd TSP_INIT_ASYNC=1 \
- TSP_NS_INTR_ASYNC_PREEMPT=1
+ TSP_NS_INTR_ASYNC_PREEMPT=1 FVP_TRUSTED_SRAM_SIZE=384
clean_build $fvp_common_flags ${ARM_TBB_OPTIONS} SPD=opteed FVP_TRUSTED_SRAM_SIZE=384
clean_build $fvp_common_flags ${ARM_TBB_OPTIONS} SPD=tlkd FVP_TRUSTED_SRAM_SIZE=384
clean_build $fvp_common_flags ${ARM_TBB_OPTIONS} SPD=pncd SPD_PNCD_NS_IRQ=126 \