RSE: Add symmetric provisioning build config
Change the existing RSE_PROVISIONING_ASYMMETRIC build config to instead
set the flag to ON. This reflects a change in TF-M which sets it
to OFF by default. We can also remove the build exclusion for the
BL1_1 tests as part of this change as it is no longer required. Also update RSE related builds to use GCC 13.2.
Change-Id: I83e5efd8587a002efb31df58627fa8f464b6b6d0
Signed-off-by: Jackson Cooper-Driver <jackson.cooper-driver@arm.com>
diff --git a/build_helper/build_helper_config_maps.py b/build_helper/build_helper_config_maps.py
index 2ddb045..c2eb18e 100644
--- a/build_helper/build_helper_config_maps.py
+++ b/build_helper/build_helper_config_maps.py
@@ -155,7 +155,7 @@
"-DEXTRA_NS_TEST_SUITE_PATH=%(codebase_root_dir)s/../tf-m-extras/partitions/measured_boot/test/non_secure "),
# Provisioning blob signing
- "RSE_PROVISIONING_ASYMMETRIC" : ("-DRSE_SYMMETRIC_PROVISIONING=OFF"),
+ "RSE_PROVISIONING_SYMMETRIC" : ("-DRSE_SYMMETRIC_PROVISIONING=ON"),
# Copy ROM code to SRAM in BL1_2 and execute from there
"RSE_COPY_USE_ROM_LIB_IN_SRAM" : ("-DRSE_USE_ROM_LIB_FROM_SRAM=ON")