fvp: increase sram size
Few configurations are on size edge and any simple additions
can cause them to cross the 256KB limit.
Some of the configurations in this patch fail to compile on simple
additions to Bl31 example smccc-1.5 vendor specific el3.
So increase the sram limit to 384KB for these builds.
Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>
Change-Id: Ib819f65fb854b4cc844fb0f3b8a0f1aa5188cf88
diff --git a/tf_config/fvp-dynamiq-aarch64-only b/tf_config/fvp-dynamiq-aarch64-only
index 637a3c1..da15189 100644
--- a/tf_config/fvp-dynamiq-aarch64-only
+++ b/tf_config/fvp-dynamiq-aarch64-only
@@ -5,3 +5,4 @@
HW_ASSISTED_COHERENCY=1
PLAT=fvp
USE_COHERENT_MEM=0
+FVP_TRUSTED_SRAM_SIZE=384
diff --git a/tf_config/fvp-dynamiq-aarch64-only-2t b/tf_config/fvp-dynamiq-aarch64-only-2t
index 6ff75cd..7e38903 100644
--- a/tf_config/fvp-dynamiq-aarch64-only-2t
+++ b/tf_config/fvp-dynamiq-aarch64-only-2t
@@ -6,3 +6,4 @@
HW_ASSISTED_COHERENCY=1
PLAT=fvp
USE_COHERENT_MEM=0
+FVP_TRUSTED_SRAM_SIZE=384
diff --git a/tf_config/fvp-dynamiq-aarch64-only-8_2-2x2t b/tf_config/fvp-dynamiq-aarch64-only-8_2-2x2t
index d8bb4f4..32e418a 100644
--- a/tf_config/fvp-dynamiq-aarch64-only-8_2-2x2t
+++ b/tf_config/fvp-dynamiq-aarch64-only-8_2-2x2t
@@ -8,3 +8,4 @@
HW_ASSISTED_COHERENCY=1
PLAT=fvp
USE_COHERENT_MEM=0
+FVP_TRUSTED_SRAM_SIZE=384
diff --git a/tf_config/fvp-dynamiq-aarch64-only-8_2-4x2t b/tf_config/fvp-dynamiq-aarch64-only-8_2-4x2t
index 7c9fcfa..7f4670b 100644
--- a/tf_config/fvp-dynamiq-aarch64-only-8_2-4x2t
+++ b/tf_config/fvp-dynamiq-aarch64-only-8_2-4x2t
@@ -8,3 +8,4 @@
HW_ASSISTED_COHERENCY=1
PLAT=fvp
USE_COHERENT_MEM=0
+FVP_TRUSTED_SRAM_SIZE=384
diff --git a/tf_config/fvp-dynamiq-aarch64-only-8x2t b/tf_config/fvp-dynamiq-aarch64-only-8x2t
index 2c7445c..f37f959 100644
--- a/tf_config/fvp-dynamiq-aarch64-only-8x2t
+++ b/tf_config/fvp-dynamiq-aarch64-only-8x2t
@@ -6,3 +6,4 @@
HW_ASSISTED_COHERENCY=1
PLAT=fvp
USE_COHERENT_MEM=0
+FVP_TRUSTED_SRAM_SIZE=384