RSE: TC: Rename TC->TC2
RSE TC platform support has been modified to create a common TC
directory and move the TC2 specific code into its own directory. This
change clarifies the TC platform in the CI by renaming it to TC2 and
also updates the platform path in the TF-M directory.
Change-Id: I72dc65c7b89e121c9ac37c340b983cc44e39942a
Signed-off-by: Jackson Cooper-Driver <jackson.cooper-driver@arm.com>
diff --git a/lava_helper/lava_helper_configs.py b/lava_helper/lava_helper_configs.py
index d10e788..31311a4 100644
--- a/lava_helper/lava_helper_configs.py
+++ b/lava_helper/lava_helper_configs.py
@@ -266,16 +266,16 @@
}
}
-# RSE on TC FVP
-fvp_rse_tc = {
- "templ": "fvp_rse_tc.jinja2",
- "job_name": "fvp_rse_tc",
+# RSE on TC2 FVP
+fvp_rse_tc2 = {
+ "templ": "fvp_rse_tc2.jinja2",
+ "job_name": "fvp_rse_tc2",
"device_type": "fvp",
"job_timeout": 15,
"action_timeout": 10,
"monitor_timeout": 15,
"poweroff_timeout": 1,
- "platforms": {"arm/rse/tc": ""},
+ "platforms": {"arm/rse/tc/tc2": ""},
"binaries": {
"rom": {
"data": "spe/bin/rom.bin"
@@ -459,7 +459,7 @@
"fvp_mps2_an519_bl2": fvp_mps2_an519_bl2,
"fvp_mps4_cs315_bl1_bl2": fvp_mps4_cs315_bl1_bl2,
"fvp_corstone1000": fvp_corstone1000,
- "fvp_rse_tc": fvp_rse_tc,
+ "fvp_rse_tc2": fvp_rse_tc2,
"qemu_mps2_bl2": qemu_mps2_bl2,
"musca_b1": musca_b1_bl2,
"stm32l562e_dk": stm32l562e_dk,