tbbr_img_def.h 788 Bytes
Newer Older
Juan Castillo's avatar
Juan Castillo committed
1
/*
2
 * Copyright (c) 2015-2019, ARM Limited and Contributors. All rights reserved.
Juan Castillo's avatar
Juan Castillo committed
3
 *
dp-arm's avatar
dp-arm committed
4
 * SPDX-License-Identifier: BSD-3-Clause
Juan Castillo's avatar
Juan Castillo committed
5
6
 */

7
8
#ifndef TBBR_IMG_DEF_H
#define TBBR_IMG_DEF_H
Juan Castillo's avatar
Juan Castillo committed
9

10
#include <export/common/tbbr/tbbr_img_def_exp.h>
Roberto Vargas's avatar
Roberto Vargas committed
11

12
13
#if defined(SPD_spmd)
#define SP_CONTENT_CERT_ID		MAX_IMAGE_IDS
14
15
16
17
18
19
20
21
#define SP_PKG1_ID			(MAX_IMAGE_IDS + 1)
#define SP_PKG2_ID			(MAX_IMAGE_IDS + 2)
#define SP_PKG3_ID			(MAX_IMAGE_IDS + 3)
#define SP_PKG4_ID			(MAX_IMAGE_IDS + 4)
#define SP_PKG5_ID			(MAX_IMAGE_IDS + 5)
#define SP_PKG6_ID			(MAX_IMAGE_IDS + 6)
#define SP_PKG7_ID			(MAX_IMAGE_IDS + 7)
#define SP_PKG8_ID			(MAX_IMAGE_IDS + 8)
22
23
24
25
26
27
#define MAX_SP_IDS			U(8)
#define MAX_NUMBER_IDS			(MAX_IMAGE_IDS + MAX_SP_IDS + U(1))
#else
#define MAX_NUMBER_IDS			MAX_IMAGE_IDS
#endif

28
#endif /* TBBR_IMG_DEF_H */