xref: /arm-trusted-firmware/tools/nxp/cert_create_helper/include/pdef_tbb_cert.h (revision 91f16700b400a8c0651d24a598fc48ee2997a0d7)
1 /*
2  * Copyright 2021 NXP
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef PDEF_TBB_CERT_H
8 #define PDEF_TBB_CERT_H
9 
10 #include <tbbr/tbb_cert.h>
11 
12 /*
13  * Enumerate the certificates that are used to establish the chain of trust
14  */
15 enum {
16 	DDR_FW_KEY_CERT = FWU_CERT + 1,
17 	DDR_UDIMM_FW_CONTENT_CERT,
18 	DDR_RDIMM_FW_CONTENT_CERT
19 };
20 
21 #endif /* PDEF_TBB_CERT_H */
22