xref: /rk3399_ARM-atf/plat/nxp/soc-lx2160a/lx2162aqds/cert_create_helper/src/pdef_tbb_key.c (revision 69520877af7b3f6560d3781e2408a86c13434e8b)
1 /*
2  * Copyright 2021 NXP
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #include <pdef_tbb_key.h>
8 
9 static cert_key_t pdef_tbb_keys[] = {
10 	[DDR_FW_CONTENT_KEY - DDR_FW_CONTENT_KEY] = {
11 		.id = DDR_FW_CONTENT_KEY,
12 		.opt = "ddr-fw-key",
13 		.help_msg = "DDR Firmware Content Certificate key (input/output file)",
14 		.desc = "DDR Firmware Content Certificate key"
15 	}
16 };
17 
18 PLAT_REGISTER_KEYS(pdef_tbb_keys);
19