blob: 1f9aab127949f6b57518fd9818ac8db53ecfb14b [file] [log] [blame]
Juan Castillo9b265a82015-05-07 14:52:44 +01001/*
Julius Werner2a231e32019-05-28 21:03:58 -07002 * Copyright (c) 2015-2019, ARM Limited and Contributors. All rights reserved.
Juan Castillo9b265a82015-05-07 14:52:44 +01003 *
dp-armfa3cf0b2017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
Juan Castillo9b265a82015-05-07 14:52:44 +01005 */
6
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +00007#ifndef TBBR_IMG_DEF_H
8#define TBBR_IMG_DEF_H
Juan Castillo9b265a82015-05-07 14:52:44 +01009
Julius Werner2a231e32019-05-28 21:03:58 -070010#include <export/common/tbbr/tbbr_img_def_exp.h>
Roberto Vargasbe126ed2018-02-12 12:36:17 +000011
Manish Pandey5f8e1a02020-05-27 22:40:10 +010012#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
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000020#endif /* TBBR_IMG_DEF_H */