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/fvp_utils.sh b/fvp_utils.sh
index 0b3f0a8..266b11e 100644
--- a/fvp_utils.sh
+++ b/fvp_utils.sh
@@ -326,9 +326,9 @@
[romlib]="romlib.bin"
[rootfs]="rootfs.bin"
[host_flash_fip]="host_flash_fip.bin"
- [rss_rom]="rss_rom.bin"
- [rss_encrypted_cm_provisioning_bundle_0]="rss_encrypted_cm_provisioning_bundle_0.bin"
- [rss_encrypted_dm_provisioning_bundle]="rss_encrypted_dm_provisioning_bundle.bin"
+ [rse_rom]="rse_rom.bin"
+ [rse_encrypted_cm_provisioning_bundle_0]="rse_encrypted_cm_provisioning_bundle_0.bin"
+ [rse_encrypted_dm_provisioning_bundle]="rse_encrypted_dm_provisioning_bundle.bin"
[scp_fw]="scp_fw.bin"
[scp_ram_hyphen]="scp-ram.bin"
[scp_ram]="scp_ram.bin"
@@ -376,9 +376,9 @@
[romlib]="$(gen_bin_url romlib.bin)"
[rootfs]="$(gen_bin_url rootfs.bin.gz)"
[host_flash_fip]="$(gen_bin_url host_flash_fip.bin)"
- [rss_rom]="$(gen_bin_url rss_rom.bin)"
- [rss_encrypted_cm_provisioning_bundle_0]="$(gen_bin_url rss_encrypted_cm_provisioning_bundle_0.bin)"
- [rss_encrypted_dm_provisioning_bundle]="$(gen_bin_url rss_encrypted_dm_provisioning_bundle.bin)"
+ [rse_rom]="$(gen_bin_url rse_rom.bin)"
+ [rse_encrypted_cm_provisioning_bundle_0]="$(gen_bin_url rse_encrypted_cm_provisioning_bundle_0.bin)"
+ [rse_encrypted_dm_provisioning_bundle]="$(gen_bin_url rse_encrypted_dm_provisioning_bundle.bin)"
[secure_hafnium]="$(gen_bin_url secure_hafnium.bin)"
[scp_fw]="$(gen_bin_url scp_fw.bin)"
[scp_ram]="$(gen_bin_url scp_ram.bin)"
@@ -431,9 +431,9 @@
["[= ]romlib.bin"]="={ROMLIB}"
["[= ]rootfs.bin"]="={ROOTFS}"
["[= ]host_flash_fip.bin"]="={HOST_FLASH_FIP}"
- ["[= ]rss_rom.bin"]="={RSS_ROM}"
- ["[= ]rss_encrypted_cm_provisioning_bundle_0.bin"]="={RSS_ENCRYPTED_CM_PROVISIONING_BUNDLE_0}"
- ["[= ]rss_encrypted_dm_provisioning_bundle.bin"]="={RSS_ENCRYPTED_DM_PROVISIONING_BUNDLE}"
+ ["[= ]rse_rom.bin"]="={RSE_ROM}"
+ ["[= ]rse_encrypted_cm_provisioning_bundle_0.bin"]="={RSE_ENCRYPTED_CM_PROVISIONING_BUNDLE_0}"
+ ["[= ]rse_encrypted_dm_provisioning_bundle.bin"]="={RSE_ENCRYPTED_DM_PROVISIONING_BUNDLE}"
["[= ].*/secure_hafnium.bin"]="={SECURE_HAFNIUM}"
["[= ]scp_fw.bin"]="={SCP_FW}"
["[= ]scp_ram.bin"]="={SCP_RAM}"