xref: /rk3399_ARM-atf/plat/nxp/soc-lx2160a/lx2162aqds/cert_create_helper/include/pdef_tbb_key.h (revision 69520877af7b3f6560d3781e2408a86c13434e8b)
1 /*
2  * Copyright 2021 NXP
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef PDEF_TBB_KEY_H
8 #define PDEF_TBB_KEY_H
9 
10 #include <tbbr/tbb_key.h>
11 
12 /*
13  * Enumerate the pltform defined keys that are used to establish the chain of trust
14  */
15 enum {
16 	DDR_FW_CONTENT_KEY = NON_TRUSTED_FW_CONTENT_CERT_KEY + 1,
17 };
18 #endif /* PDEF_TBB_KEY_H */
19