blob: e7b20e6ab920595ec265d9aa525441e7acefde19 [file] [log] [blame]
Miklos Balint0687dfc2018-06-01 13:44:00 +02001/*
Jamie Foxb93da8b2018-12-13 18:27:30 +00002 * Copyright (c) 2018-2019, Arm Limited. All rights reserved.
Miklos Balint0687dfc2018-06-01 13:44:00 +02003 *
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
Jamie Foxc78c62c2019-05-23 13:42:17 +010015#ifdef TFM_PARTITION_AUDIT_LOG
Miklos Balint0687dfc2018-06-01 13:44:00 +020016#define TFM_SP_AUDIT_LOG_ID (TFM_SP_BASE + 1)
Jamie Foxc78c62c2019-05-23 13:42:17 +010017#endif /* TFM_PARTITION_AUDIT_LOG */
Miklos Balint0687dfc2018-06-01 13:44:00 +020018
Antonio de Angelis8908f472018-08-31 15:44:25 +010019#define TFM_SP_CRYPTO_ID (TFM_SP_BASE + 2)
20
Marc Moreno Berengue8e0fa7a2018-10-04 18:25:13 +010021#define TFM_SP_PLATFORM_ID (TFM_SP_BASE + 3)
22
Tamas Ban48a0eb52018-08-17 12:48:05 +010023#define TFM_SP_INITIAL_ATTESTATION_ID (TFM_SP_BASE + 4)
24
Miklos Balint0687dfc2018-06-01 13:44:00 +020025#ifdef TFM_PARTITION_TEST_CORE
Tamas Ban48a0eb52018-08-17 12:48:05 +010026#define TFM_SP_CORE_TEST_ID (TFM_SP_BASE + 5)
Miklos Balint0687dfc2018-06-01 13:44:00 +020027#endif /* TFM_PARTITION_TEST_CORE */
28
29#ifdef TFM_PARTITION_TEST_CORE
Tamas Ban48a0eb52018-08-17 12:48:05 +010030#define TFM_SP_CORE_TEST_2_ID (TFM_SP_BASE + 6)
Miklos Balint0687dfc2018-06-01 13:44:00 +020031#endif /* TFM_PARTITION_TEST_CORE */
32
Ben Davis6d7256b2018-04-18 14:16:53 +010033#ifdef TFM_PARTITION_TEST_SECURE_SERVICES
Marc Moreno Berengue3587a9f2019-01-14 15:56:46 +000034#define TFM_SP_SECURE_TEST_PARTITION_ID (TFM_SP_BASE + 7)
Ben Davis6d7256b2018-04-18 14:16:53 +010035#endif /* TFM_PARTITION_TEST_SECURE_SERVICES */
36
Summer Qin11883012018-07-04 16:36:21 +080037#ifdef TFM_PSA_API
Edison Ai807fedb2019-03-07 11:22:03 +080038#define TFM_SP_IPC_SERVICE_TEST_ID (TFM_SP_BASE + 8)
Summer Qin11883012018-07-04 16:36:21 +080039#endif /* TFM_PSA_API */
40
41#ifdef TFM_PSA_API
Edison Ai807fedb2019-03-07 11:22:03 +080042#define TFM_SP_IPC_CLIENT_TEST_ID (TFM_SP_BASE + 9)
Summer Qin11883012018-07-04 16:36:21 +080043#endif /* TFM_PSA_API */
44
Edison Ai807fedb2019-03-07 11:22:03 +080045#define TFM_MAX_USER_PARTITIONS (10)
Miklos Balint0687dfc2018-06-01 13:44:00 +020046
47#endif /* __TFM_PARTITION_DEFS_INC__ */