blob: ff6b689ae482dd8c2f7b30946fa85ea496c9f7f9 [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
17#ifdef TFM_PARTITION_TEST_CORE
18#define TFM_SP_CORE_TEST_ID (TFM_SP_BASE + 2)
19#endif /* TFM_PARTITION_TEST_CORE */
20
21#ifdef TFM_PARTITION_TEST_CORE
22#define TFM_SP_CORE_TEST_2_ID (TFM_SP_BASE + 3)
23#endif /* TFM_PARTITION_TEST_CORE */
24
25#ifdef TFM_PARTITION_TEST_SST
26#define TFM_SP_SST_TEST_PARTITION_ID (TFM_SP_BASE + 4)
27#endif /* TFM_PARTITION_TEST_SST */
28
29#define TFM_MAX_USER_PARTITIONS (5)
30
31#endif /* __TFM_PARTITION_DEFS_INC__ */