aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDavid Hu <david.hu@arm.com>2021-06-05 17:38:53 +0800
committerDavid Hu <david.hu@arm.com>2021-06-07 11:29:37 +0200
commiteaf9fc7995686cdf4d02801f79c65c91546a9de9 (patch)
tree7208762fbf23ca4a2c57b1b1283049b1813259b1 /tools
parentc8c616ef11bbe5960ada85a719b7a5b53e6aa42c (diff)
downloadtrusted-firmware-m-eaf9fc7995686cdf4d02801f79c65c91546a9de9.tar.gz
Attest: Support to retrieve Initial Attestation public key in runtime
Enable ATTEST_TEST_GET_PUBLIC_KEY flag in Musca-B1 and Musca-S1 with OTP enabled. Add Initial Attestation test service in manifest list. Change-Id: I8e982ee1a7c31548b4e7c74b937e17660cb0e89e Signed-off-by: David Hu <david.hu@arm.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/tfm_manifest_list.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/tfm_manifest_list.yaml b/tools/tfm_manifest_list.yaml
index d69c66da99..86aa5ffb6b 100644
--- a/tools/tfm_manifest_list.yaml
+++ b/tools/tfm_manifest_list.yaml
@@ -275,5 +275,21 @@
]
}
},
+ {
+ "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",
+ "source_path": "${TFM_TEST_PATH}",
+ "tfm_partition_ipc": true,
+ "conditional": "ATTEST_TEST_GET_PUBLIC_KEY",
+ "version_major": 0,
+ "version_minor": 1,
+ "pid": 273,
+ "linker_pattern": {
+ "library_list": [
+ "*tfm_*partition_attest_test_service.*"
+ ]
+ }
+ },
]
}