aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKevin Peng <kevin.peng@arm.com>2021-07-14 11:40:23 +0800
committerAnton Komlev <Anton.Komlev@arm.com>2021-07-16 11:45:13 +0200
commit47a6374116a631f6585301f544486520a7a72e2c (patch)
treee38fc8f8fbee5da55118198192714b03815b89f5 /tools
parent3880066b9212edd5b2bac06f73a1ea2585713183 (diff)
downloadtrusted-firmware-m-47a6374116a631f6585301f544486520a7a72e2c.tar.gz
Platform: Add a customized manifest list for Musca-B1
When the Secure Enclave is enabled, the host core does not provide PSA RoT Services and Protected Storage services. Instead a Proxy Partition is provided to forward service requests to the SE. The manifest list does not need to include those Partitions. Having those Partitions causes potential conflicts with the Proxy Partition because they provide same services and use the same manifest items. This patch adds a customized manifest list for Musca-B1 with Secure Encalve and removes the Proxy Partition in the common manifest list. Change-Id: Ib83ee415b7b3fc8a53eb59e2de42964f8c5fe326 Signed-off-by: Kevin Peng <kevin.peng@arm.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/tfm_manifest_list.yaml15
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/tfm_manifest_list.yaml b/tools/tfm_manifest_list.yaml
index ae3b05c274..49f8fef727 100644
--- a/tools/tfm_manifest_list.yaml
+++ b/tools/tfm_manifest_list.yaml
@@ -201,21 +201,6 @@
}
},
{
- "name": "TF-M PSA Proxy Service",
- "short_name": "TFM_SP_PSA_PROXY",
- "manifest": "secure_fw/partitions/psa_proxy/tfm_psa_proxy.yaml",
- "tfm_extensions": true,
- "conditional": "TFM_PARTITION_PSA_PROXY",
- "version_major": 0,
- "version_minor": 1,
- "pid": 270,
- "linker_pattern": {
- "library_list": [
- "*tfm_*partition_psa_proxy.*"
- ]
- }
- },
- {
"name": "TFM Firmware Update Service",
"short_name": "TFM_SP_FWU",
"manifest": "secure_fw/partitions/firmware_update/tfm_firmware_update.yaml",