aboutsummaryrefslogtreecommitdiff
path: root/tools/tfm_manifest_list.yaml
diff options
context:
space:
mode:
authorSummer Qin <summer.qin@arm.com>2018-07-04 16:36:21 +0800
committerEdison Ai <edison.ai@arm.com>2019-01-26 10:30:07 +0800
commit11883014d9a1fa542f19f4776cfe289dd7231fb3 (patch)
treecb35d8fd82d6b81c6c48348eca3988280943b7f9 /tools/tfm_manifest_list.yaml
parent1e5822ff7377a15b3e87459ffde4271421521a92 (diff)
downloadtrusted-firmware-m-11883014d9a1fa542f19f4776cfe289dd7231fb3.tar.gz
Core: Add IPC Client and Service Secure Partition
Add Secure Partition for IPC Client and Service. Generate new partition information by executing tfm_parse_manifest_list.py. Change-Id: I8a0fe54113f9c5c2a32dd5d651a9722f0057dd2b Signed-off-by: Summer Qin <summer.qin@arm.com>
Diffstat (limited to 'tools/tfm_manifest_list.yaml')
-rw-r--r--tools/tfm_manifest_list.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/tfm_manifest_list.yaml b/tools/tfm_manifest_list.yaml
index c06a13e585..9edbd32c85 100644
--- a/tools/tfm_manifest_list.yaml
+++ b/tools/tfm_manifest_list.yaml
@@ -86,6 +86,24 @@
"conditional": "TFM_PARTITION_TEST_SECURE_SERVICES",
"version_major": 0,
"version_minor": 1
+ },
+ {
+ "name": "TFM IPC Service Test",
+ "short_name": "TFM_IPC_Service",
+ "manifest": "test/test_services/tfm_ipc_service/manifest.yaml",
+ "tfm_extensions": true,
+ "conditional": "TFM_PSA_API",
+ "version_major": 0,
+ "version_minor": 1
+ },
+ {
+ "name": "TFM IPC Client Service",
+ "short_name": "TFM_IPC_Client",
+ "manifest": "test/test_services/tfm_ipc_client/manifest.yaml",
+ "tfm_extensions": true,
+ "conditional": "TFM_PSA_API",
+ "version_major": 0,
+ "version_minor": 1
}
]
}