aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKevin Peng <kevin.peng@arm.com>2020-03-04 16:55:37 +0800
committerKevin Peng <kevin.peng@arm.com>2020-06-12 13:28:21 +0800
commitc6d7450aa7bdffd92c28555808083d9e06f72efe (patch)
tree0ba01437c298e54d52b7f9b89c79e43cd95010af /tools
parent894e642e20ed371a088e7e6d59205e85e826ed35 (diff)
downloadtrusted-firmware-m-c6d7450aa7bdffd92c28555808083d9e06f72efe.tar.gz
SST: Rename SST(Secure STorage) to PS(Protected Storage)
This patches renames SST(Secure STorage) to PS(Protected Storage) for files, folders and any contents in files to align with the PSA Storage API spec. Change-Id: Icf991f59512875780c159f22737b521b3b2d4924 Signed-off-by: Kevin Peng <kevin.peng@arm.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/tfm_manifest_list.yaml20
1 files changed, 10 insertions, 10 deletions
diff --git a/tools/tfm_manifest_list.yaml b/tools/tfm_manifest_list.yaml
index c7cef7a758..b0361f94e6 100644
--- a/tools/tfm_manifest_list.yaml
+++ b/tools/tfm_manifest_list.yaml
@@ -12,12 +12,12 @@
"version_minor": 1,
"manifest_list": [
{
- "name": "Secure Storage Service",
- "short_name": "TFM_SP_STORAGE",
- "manifest": "secure_fw/partitions/secure_storage/tfm_secure_storage.yaml",
+ "name": "Protected Storage Service",
+ "short_name": "TFM_SP_PS",
+ "manifest": "secure_fw/partitions/protected_storage/tfm_protected_storage.yaml",
"tfm_extensions": true,
"tfm_partition_ipc": true,
- "conditional": "TFM_PARTITION_SECURE_STORAGE",
+ "conditional": "TFM_PARTITION_PROTECTED_STORAGE",
"version_major": 0,
"version_minor": 1,
"pid": 256,
@@ -26,7 +26,7 @@
"*tfm_storage*"
],
"object_list": [
- "*test_sst_nv_counters.*",
+ "*test_ps_nv_counters.*",
]
}
},
@@ -216,18 +216,18 @@
}
},
{
- "name": "TF-M SST Test Service",
- "short_name": "TFM_SP_SST_TEST",
- "manifest": "test/test_services/tfm_sst_test_service/tfm_sst_test_service.yaml",
+ "name": "TF-M PS Test Service",
+ "short_name": "TFM_SP_PS_TEST",
+ "manifest": "test/test_services/tfm_ps_test_service/tfm_ps_test_service.yaml",
"tfm_extensions": true,
"tfm_partition_ipc": true,
- "conditional": "TFM_PARTITION_TEST_SST",
+ "conditional": "TFM_PARTITION_TEST_PS",
"version_major": 0,
"version_minor": 1,
"pid": 268,
"linker_pattern": {
"object_list": [
- "*tfm_sst_test_service.*"
+ "*tfm_ps_test_service.*"
]
}
},