aboutsummaryrefslogtreecommitdiff
path: root/secure_fw/partitions/initial_attestation/tfm_initial_attestation.yaml
blob: e5a9065aa09c6d8a214f63d94b9486c4c86330fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#-------------------------------------------------------------------------------
# Copyright (c) 2018-2022, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
#-------------------------------------------------------------------------------

{
  "psa_framework_version": 1.1,
  "name": "TFM_SP_INITIAL_ATTESTATION",
  "type": "PSA-ROT",
  "priority": "NORMAL",
  "model": "SFN",
  "entry_init": "attest_partition_init",
  "stack_size": "ATTEST_STACK_SIZE",
  "services": [
    {
      "name": "TFM_ATTESTATION_SERVICE",
      "sid": "0x00000020",
      "non_secure_clients": true,
      "connection_based": false,
      "stateless_handle": 4,
      "version": 1,
      "version_policy": "STRICT",
      "mm_iovec": "enable",
    }
  ],
  "dependencies": [
    "TFM_CRYPTO"
  ]
}