Build: Update RD-V3 to updated structure for neoverse_rd
RD-V3 is now a platform available under the neoverse_rd. Add
support for RD-V3-Cfg1 and RD-V3-Cfg2 through setting the
value of TFM_PLATFORM_VARIANT in case it is required.
Signed-off-by: Antonio de Angelis <antonio.deangelis@arm.com>
Change-Id: I4cf6423e1b1921ebaa5c6406092dedf459473ee9
diff --git a/build_helper/build_helper_config_maps.py b/build_helper/build_helper_config_maps.py
index be2c374..ca7670a 100644
--- a/build_helper/build_helper_config_maps.py
+++ b/build_helper/build_helper_config_maps.py
@@ -5,7 +5,7 @@
__copyright__ = """
/*
- * Copyright (c) 2022-2024, Arm Limited. All rights reserved.
+ * Copyright (c) 2022-2025, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
@@ -27,7 +27,7 @@
"arm/mps4/corstone320" : "corstone320",
"arm/mps3/corstone310/fvp" : "corstone310",
"arm/rse/tc/tc3" : "RSE_TC3",
- "arm/rse/rdv3" : "RSE_RDV3",
+ "arm/rse/neoverse_rd/rdv3" : "RSE_RDV3",
"arm/rse/automotive_rd/rd1ae" : "RSE_RD1AE",
"cypress/psoc64" : "psoc64",
"lairdconnectivity/bl5340_dvk_cpuapp": "BL5340",
@@ -109,8 +109,10 @@
"PACBTI_STD" : "-DCONFIG_TFM_BRANCH_PROTECTION_FEAT=BRANCH_PROTECTION_STANDARD",
"PACBTI_NONE" : "-DCONFIG_TFM_BRANCH_PROTECTION_FEAT=BRANCH_PROTECTION_NONE",
- # Platform Variants Support
+ # Platform Variants Support for RSE_RDV3
"CFG0" : "-DTFM_PLATFORM_VARIANT=0",
+ "CFG1" : "-DTFM_PLATFORM_VARIANT=1",
+ "CFG2" : "-DTFM_PLATFORM_VARIANT=2",
# Extra test cases
"TEST_CBOR" : "-DTEST_NS_QCBOR=ON ",