aboutsummaryrefslogtreecommitdiff
path: root/platform/ext/target
diff options
context:
space:
mode:
authorMingyang Sun <mingyang.sun@arm.com>2021-07-26 16:13:34 +0800
committerMingyang Sun <mingyang.sun@arm.com>2021-08-09 04:01:50 +0200
commit1e5ba9bc1f7ef7d471e894e30bf5b3924e923446 (patch)
tree020f7164c6d72b0766220d39c9ee792a26c68b76 /platform/ext/target
parenteeca465fb308056be30c773a3aa7be63e7a62b56 (diff)
downloadtrusted-firmware-m-1e5ba9bc1f7ef7d471e894e30bf5b3924e923446.tar.gz
Services: Remove the "ffm11" partition
The partition only includes one stateless service accessing test. Remove this partition and put the test into IPC service test partition. Same changes are applied to the tf-m-test repo. Change-Id: I37e2fabce61fe2a366bfea209d97d2968fdb5325 Signed-off-by: Mingyang Sun <mingyang.sun@arm.com>
Diffstat (limited to 'platform/ext/target')
-rw-r--r--platform/ext/target/arm/musca_b1/sse_200/manifest_list_with_se.yaml16
1 files changed, 1 insertions, 15 deletions
diff --git a/platform/ext/target/arm/musca_b1/sse_200/manifest_list_with_se.yaml b/platform/ext/target/arm/musca_b1/sse_200/manifest_list_with_se.yaml
index b14a0f2c32..5b53486e0a 100644
--- a/platform/ext/target/arm/musca_b1/sse_200/manifest_list_with_se.yaml
+++ b/platform/ext/target/arm/musca_b1/sse_200/manifest_list_with_se.yaml
@@ -146,20 +146,6 @@
}
},
{
- "name": "TFM FFM11 Partition Service",
- "short_name": "TFM_SP_FFM11",
- "manifest": "secure_fw/partitions/tfm_ffm11_partition/tfm_ffm11_partition.yaml",
- "conditional": "TFM_PARTITION_FFM11",
- "version_major": 0,
- "version_minor": 1,
- "pid": 272,
- "linker_pattern": {
- "library_list": [
- "*tfm_*partition_ffm11.*"
- ]
- }
- },
- {
"name": "TFM Initial Attestation Test Service",
"short_name": "TFM_ATTEST_TEST_SERVICE",
"manifest": "${TFM_TEST_PATH}/test_services/tfm_attest_test_service/tfm_attest_test_service.yaml",
@@ -167,7 +153,7 @@
"conditional": "ATTEST_TEST_GET_PUBLIC_KEY",
"version_major": 0,
"version_minor": 1,
- "pid": 273,
+ "pid": 272,
"linker_pattern": {
"library_list": [
"*tfm_*partition_attest_test_service.*"