blob: b71383970b22616c71688c11c45370512ea3cb93 [file] [log] [blame]
Miklos Balint0687dfc2018-06-01 13:44:00 +02001/*
2 * Copyright (c) 2018, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 *
6 */
7
8/*********** WARNING: This is an auto-generated file. Do not edit! ***********/
9
10#ifndef __TFM_PARTITION_DEFS_INC__
11#define __TFM_PARTITION_DEFS_INC__
12
13#define TFM_SP_STORAGE_ID (TFM_SP_BASE + 0)
14
15#define TFM_SP_AUDIT_LOG_ID (TFM_SP_BASE + 1)
16
Antonio de Angelis8908f472018-08-31 15:44:25 +010017#define TFM_SP_CRYPTO_ID (TFM_SP_BASE + 2)
18
Marc Moreno Berengue8e0fa7a2018-10-04 18:25:13 +010019#define TFM_SP_PLATFORM_ID (TFM_SP_BASE + 3)
20
Tamas Ban48a0eb52018-08-17 12:48:05 +010021#define TFM_SP_INITIAL_ATTESTATION_ID (TFM_SP_BASE + 4)
22
Miklos Balint0687dfc2018-06-01 13:44:00 +020023#ifdef TFM_PARTITION_TEST_CORE
Tamas Ban48a0eb52018-08-17 12:48:05 +010024#define TFM_SP_CORE_TEST_ID (TFM_SP_BASE + 5)
Miklos Balint0687dfc2018-06-01 13:44:00 +020025#endif /* TFM_PARTITION_TEST_CORE */
26
27#ifdef TFM_PARTITION_TEST_CORE
Tamas Ban48a0eb52018-08-17 12:48:05 +010028#define TFM_SP_CORE_TEST_2_ID (TFM_SP_BASE + 6)
Miklos Balint0687dfc2018-06-01 13:44:00 +020029#endif /* TFM_PARTITION_TEST_CORE */
30
31#ifdef TFM_PARTITION_TEST_SST
Tamas Ban48a0eb52018-08-17 12:48:05 +010032#define TFM_SP_SST_TEST_PARTITION_ID (TFM_SP_BASE + 7)
Miklos Balint0687dfc2018-06-01 13:44:00 +020033#endif /* TFM_PARTITION_TEST_SST */
34
Ben Davis6d7256b2018-04-18 14:16:53 +010035#ifdef TFM_PARTITION_TEST_SECURE_SERVICES
Tamas Ban48a0eb52018-08-17 12:48:05 +010036#define TFM_SP_SECURE_TEST_PARTITION_ID (TFM_SP_BASE + 8)
Ben Davis6d7256b2018-04-18 14:16:53 +010037#endif /* TFM_PARTITION_TEST_SECURE_SERVICES */
38
Summer Qin11883012018-07-04 16:36:21 +080039#ifdef TFM_PSA_API
40#define TFM_SP_IPC_SERVICE_TEST_ID (TFM_SP_BASE + 9)
41#endif /* TFM_PSA_API */
42
43#ifdef TFM_PSA_API
44#define TFM_SP_IPC_CLIENT_TEST_ID (TFM_SP_BASE + 10)
45#endif /* TFM_PSA_API */
46
47#define TFM_MAX_USER_PARTITIONS (11)
Miklos Balint0687dfc2018-06-01 13:44:00 +020048
49#endif /* __TFM_PARTITION_DEFS_INC__ */