xref: /rk3399_ARM-atf/plat/qti/common/inc/qti_board_def.h (revision 1123a5e2f973dc9f0223467f4782f6b2df542620)
1 /*
2  * Copyright (c) 2015-2018, ARM Limited and Contributors. All rights reserved.
3  * Copyright (c) 2018-2020, The Linux Foundation. All rights reserved.
4  *
5  * SPDX-License-Identifier: BSD-3-Clause
6  */
7 #ifndef QTI_BOARD_DEF_H
8 #define QTI_BOARD_DEF_H
9 
10 /*
11  * Required platform porting definitions common to all ARM
12  * development platforms
13  */
14 
15 /* Size of cacheable stacks */
16 #define PLATFORM_STACK_SIZE	0x1000
17 
18 /*
19  * PLAT_QTI_MMAP_ENTRIES depends on the number of entries in the
20  * plat_qti_mmap array defined for each BL stage.
21  */
22 #define PLAT_QTI_MMAP_ENTRIES	12
23 
24 /*
25  * Platform specific page table and MMU setup constants
26  */
27 #define MAX_XLAT_TABLES		12
28 
29 #endif /* QTI_BOARD_DEF_H */
30