RSE: Disable SRAM copy builds
BL1_1 code has become too large to copy into VM1 without overriding the
persistent data. This will be fixed in future refactoring, but for now
disable this feature.
Change-Id: I0fe46d22aa7b9f9278924d505ac191760ee2f7c6
Signed-off-by: Jackson Cooper-Driver <jackson.cooper-driver@arm.com>
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index 00f46c3..e4609cd 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -380,8 +380,8 @@
("arm/rse/tc/tc4", "GCC_13_2", "2",
"OFF", "OFF", "Release", True, "", "ATTESTATION_SCHEME_CCA"),
# RSE_TC4_GCC_2_RegS_RegNS_MinSizeRel_BL2_RSE_COPY_USE_ROM_LIB_IN_SRAM
- ("arm/rse/tc/tc4", "GCC_13_2", "2",
- "RegS, RegNS", "OFF", "MinSizeRel", True, "", "RSE_COPY_USE_ROM_LIB_IN_SRAM"),
+ # ("arm/rse/tc/tc4", "GCC_13_2", "2",
+ # "RegS, RegNS", "OFF", "MinSizeRel", True, "", "RSE_COPY_USE_ROM_LIB_IN_SRAM"),
# RSE_RDV3_GCC_2_Release_BL2_NSOFF_CFG0
("arm/rse/neoverse_rd/rdv3", "GCC_13_2", "2",
"OFF", "OFF", "Release", True, "", "NSOFF, CFG0"),
@@ -1099,8 +1099,10 @@
"Debug", True, "*", "*"),
],
"valid": [
- ("arm/rse/tc/tc4", "*", "*", "*", "*",
- "MinSizeRel", True, "*", "RSE_COPY_USE_ROM_LIB_IN_SRAM"),
+ # BL1_1 code is too large to copy into VM1 without overwriting
+ # persistent data
+ # ("arm/rse/tc/tc4", "*", "*", "*", "*",
+ # "MinSizeRel", True, "*", "RSE_COPY_USE_ROM_LIB_IN_SRAM"),
# RSE_RUN_BL1_1_TESTS_IN_PCI only relevant when running BL1_1 tests
("arm/rse/tc/tc4", "*", "*", "RegBL1_1", "*",
"*", True, "*", "RSE_RUN_BL1_1_TESTS_IN_PCI"),