blob: 1ef4cf086003756caa2f2278de62903132f94912 [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
Miklos Balint0687dfc2018-06-01 13:44:00 +020021#ifdef TFM_PARTITION_TEST_CORE
Marc Moreno Berengue8e0fa7a2018-10-04 18:25:13 +010022#define TFM_SP_CORE_TEST_ID (TFM_SP_BASE + 4)
Miklos Balint0687dfc2018-06-01 13:44:00 +020023#endif /* TFM_PARTITION_TEST_CORE */
24
25#ifdef TFM_PARTITION_TEST_CORE
Marc Moreno Berengue8e0fa7a2018-10-04 18:25:13 +010026#define TFM_SP_CORE_TEST_2_ID (TFM_SP_BASE + 5)
Miklos Balint0687dfc2018-06-01 13:44:00 +020027#endif /* TFM_PARTITION_TEST_CORE */
28
29#ifdef TFM_PARTITION_TEST_SST
Marc Moreno Berengue8e0fa7a2018-10-04 18:25:13 +010030#define TFM_SP_SST_TEST_PARTITION_ID (TFM_SP_BASE + 6)
Miklos Balint0687dfc2018-06-01 13:44:00 +020031#endif /* TFM_PARTITION_TEST_SST */
32
Ben Davis6d7256b2018-04-18 14:16:53 +010033#ifdef TFM_PARTITION_TEST_SECURE_SERVICES
Marc Moreno Berengue8e0fa7a2018-10-04 18:25:13 +010034#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
Marc Moreno Berengue8e0fa7a2018-10-04 18:25:13 +010037#define TFM_MAX_USER_PARTITIONS (8)
Miklos Balint0687dfc2018-06-01 13:44:00 +020038
39#endif /* __TFM_PARTITION_DEFS_INC__ */