xref: /rk3399_ARM-atf/include/common/tbbr/tbbr_img_def.h (revision 8ca61538a0fe3aed6764a012317cbf61f09ebb61)
1 /*
2  * Copyright (c) 2015-2019, ARM Limited and Contributors. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef TBBR_IMG_DEF_H
8 #define TBBR_IMG_DEF_H
9 
10 #include <export/common/tbbr/tbbr_img_def_exp.h>
11 
12 #if defined(SPD_spmd)
13 #define SP_CONTENT_CERT_ID		MAX_IMAGE_IDS
14 #define MAX_SP_IDS			U(8)
15 #define MAX_NUMBER_IDS			(MAX_IMAGE_IDS + MAX_SP_IDS + U(1))
16 #else
17 #define MAX_NUMBER_IDS			MAX_IMAGE_IDS
18 #endif
19 
20 #endif /* TBBR_IMG_DEF_H */
21