refactor: change all occurrences of RSS to RSE
The Runtime Security Subsytem (RSS) was renamed to Runtime Security
Engine (RSE). Change all occurrences of "RSS"/"rss" in the code and file
names to "RSE"/"rse".
The related changes in TF-A can be found under the "rss_rse_rename"
topic: https://review.trustedfirmware.org/q/topic:%22rss_rse_rename%22
Change-Id: Icd72ff3ed2d63e87d84baadfab02ccf75a545d08
Signed-off-by: David Vincze <david.vincze@arm.com>
diff --git a/model/tc2.sh b/model/tc2.sh
index 735fd26..812044a 100644
--- a/model/tc2.sh
+++ b/model/tc2.sh
@@ -15,10 +15,10 @@
${fip_gpt_bin+-C board.flashloader0.fname=$fip_gpt_bin}
${tc_fitimage_bin+--data board.dram=$tc_fitimage_bin@0x20000000}
${vmmaddrwidth+-C css.rss.VMADDRWIDTH=$vmmaddrwidth}
-${rss_rom_bin+-C css.rss.rom.raw_image=$rss_rom_bin}
+${rse_rom_bin+-C css.rss.rom.raw_image=$rse_rom_bin}
-C displayController=2
-C css.rss.CMU0_NUM_DB_CH=16
-C css.rss.CMU1_NUM_DB_CH=16
-${rss_encrypted_cm_provisioning_bundle_0_bin+--data css.rss.sram0=${rss_encrypted_cm_provisioning_bundle_0_bin}@0x400}
-${rss_encrypted_dm_provisioning_bundle_bin+--data css.rss.sram1=${rss_encrypted_dm_provisioning_bundle_bin}@0x80000}
+${rse_encrypted_cm_provisioning_bundle_0_bin+--data css.rss.sram0=${rse_encrypted_cm_provisioning_bundle_0_bin}@0x400}
+${rse_encrypted_dm_provisioning_bundle_bin+--data css.rss.sram1=${rse_encrypted_dm_provisioning_bundle_bin}@0x80000}
EOF