aboutsummaryrefslogtreecommitdiff
path: root/secure_fw/partitions/tfm_ffm11_partition/tfm_ffm11_partition.yaml
blob: abe0253c42a66def9249802eaa251ca7eff30639 (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
#-------------------------------------------------------------------------------
# Copyright (c) 2021, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
#-------------------------------------------------------------------------------

{
  "psa_framework_version": 1.1,
  "name": "TFM_SP_FFM11",
  "type": "APPLICATION-ROT",
  "priority": "NORMAL",
  "entry_point": "tfm_ffm11_partition_main",
  "stack_size": "0x200",
  "services": [
    {
      "name": "TFM_FFM11_SERVICE1",
      "sid": "0x0000F120",
      "non_secure_clients": true,
      "connection_based": false,
      "stateless_handle": 4,
      "version": 1,
      "version_policy": "RELAXED"
    },
    {
      "name": "TFM_FFM11_SERVICE2",
      "sid": "0x0000F121",
      "non_secure_clients": true,
      "connection_based": false,
      "stateless_handle": "auto",
      "version": 1,
      "version_policy": "RELAXED"
    },
    {
      "name": "TFM_FFM11_SERVICE3",
      "sid": "0x0000F122",
      "non_secure_clients": true,
      "connection_based": false,
      "stateless_handle": 3,
      "version": 1,
      "version_policy": "RELAXED"
    }
  ],
}