aboutsummaryrefslogtreecommitdiff
path: root/secure_fw/partitions/psa_proxy/tfm_psa_proxy.yaml
blob: 8c2258124cba17780b24950cf521b8e889cb5871 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
#-------------------------------------------------------------------------------
# Copyright (c) 2020, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
#-------------------------------------------------------------------------------

{
  "psa_framework_version": 1.0,
  "name": "TFM_SP_PSA_PROXY",
  "type": "PSA-ROT",
  "priority": "HIGH",
  "entry_point": "psa_proxy_sp_init",
  "stack_size": "0x0A00",
  "services": [
    {
      "name": "TFM_CRYPTO",
      "sid": "0x00000080",
      "non_secure_clients": true,
      "version": 1,
      "version_policy": "STRICT"
    },
    {
      "name": "TFM_ATTEST_GET_TOKEN",
      "sid": "0x00000020",
      "non_secure_clients": true,
      "version": 1,
      "version_policy": "STRICT"
    },
    {
      "name": "TFM_ATTEST_GET_TOKEN_SIZE",
      "sid": "0x00000021",
      "non_secure_clients": true,
      "version": 1,
      "version_policy": "STRICT"
    },
    {
      "name": "TFM_ATTEST_GET_PUBLIC_KEY",
      "sid": "0x00000022",
      "non_secure_clients": true,
      "version": 1,
      "version_policy": "STRICT"
    },
    {
      "name": "TFM_ITS_SET",
      "sid": "0x00000070",
      "non_secure_clients": true,
      "version": 1,
      "version_policy": "STRICT"
    },
    {
      "name": "TFM_ITS_GET",
      "sid": "0x00000071",
      "non_secure_clients": true,
      "version": 1,
      "version_policy": "STRICT"
    },
    {
      "name": "TFM_ITS_GET_INFO",
      "sid": "0x00000072",
      "non_secure_clients": true,
      "version": 1,
      "version_policy": "STRICT"
    },
    {
      "name": "TFM_ITS_REMOVE",
      "sid": "0x00000073",
      "non_secure_clients": true,
      "version": 1,
      "version_policy": "STRICT"
    },
    {
      "name": "TFM_SP_PLATFORM_SYSTEM_RESET",
      "sid": "0x00000040",
      "non_secure_clients": true,
      "minor_version": 1,
      "minor_policy": "STRICT"
    },
    {
      "name": "TFM_SP_PLATFORM_IOCTL",
      "sid": "0x00000041",
      "non_secure_clients": true,
      "minor_version": 1,
      "minor_policy": "STRICT"
    },
    {
      "name": "TFM_SP_PLATFORM_NV_COUNTER",
      "sid": "0x00000042",
      "non_secure_clients": false,
      "version": 1,
      "version_policy": "STRICT"
    },
    {
      "name": "TFM_PS_SET",
      "sid": "0x00000060",
      "non_secure_clients": true,
      "version": 1,
      "version_policy": "STRICT"
     },
     {
      "name": "TFM_PS_GET",
      "sid": "0x00000061",
      "non_secure_clients": true,
      "version": 1,
      "version_policy": "STRICT"
     },
     {
      "name": "TFM_PS_GET_INFO",
      "sid": "0x00000062",
      "non_secure_clients": true,
      "version": 1,
      "version_policy": "STRICT"
     },
     {
      "name": "TFM_PS_REMOVE",
      "sid": "0x00000063",
      "non_secure_clients": true,
      "version": 1,
      "version_policy": "STRICT"
     },
     {
      "name": "TFM_PS_GET_SUPPORT",
      "sid": "0x00000064",
      "non_secure_clients": true,
      "version": 1,
      "version_policy": "STRICT"
     }
  ]
}