aboutsummaryrefslogtreecommitdiff
path: root/tools/tfm_manifest_list.yaml
diff options
context:
space:
mode:
authorJamie Fox <jamie.fox@arm.com>2019-12-16 15:20:22 +0000
committerJamie Fox <jamie.fox@arm.com>2019-12-20 15:26:32 +0000
commit830ff76384e61f853a5637c0922e89a9b48a4c6e (patch)
tree73bde96db8629aa8da389c7e0c5e352177763b0d /tools/tfm_manifest_list.yaml
parent933196096f6bb4cedc5d535532124073be2d0064 (diff)
downloadtrusted-firmware-m-830ff76384e61f853a5637c0922e89a9b48a4c6e.tar.gz
Test: Add Secure Client 2 test partition
Adds the Secure Client 2 test partition, which provides a service to call test functions by ID within the execution context of this partition. This makes it possible to test scenarios involving multiple partitions. Change-Id: I6183fc1d0f9d6f23c01e638ce9589afdb919eb47 Signed-off-by: Jamie Fox <jamie.fox@arm.com>
Diffstat (limited to 'tools/tfm_manifest_list.yaml')
-rw-r--r--tools/tfm_manifest_list.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/tfm_manifest_list.yaml b/tools/tfm_manifest_list.yaml
index 289394e81a..c1f54cd058 100644
--- a/tools/tfm_manifest_list.yaml
+++ b/tools/tfm_manifest_list.yaml
@@ -149,6 +149,17 @@
"version_major": 0,
"version_minor": 1,
"pid": 268
+ },
+ {
+ "name": "TF-M Secure Client 2 Service",
+ "short_name": "TFM_SP_SECURE_CLIENT_2",
+ "manifest": "test/test_services/tfm_secure_client_2/tfm_secure_client_2.yaml",
+ "tfm_extensions": true,
+ "tfm_partition_ipc": true,
+ "conditional": "TFM_PARTITION_TEST_SECURE_SERVICES",
+ "version_major": 0,
+ "version_minor": 1,
+ "pid": 269
}
]
}