summaryrefslogtreecommitdiffstats
path: root/tools/nxp/cert_create_helper/src/pdef_tbb_key.c
blob: cf2ebda3e307ba7af4c1fc041295e6a23e29db8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Copyright 2021 NXP
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#include <pdef_tbb_key.h>

static key_t pdef_tbb_keys[] = {
	[DDR_FW_CONTENT_KEY - DDR_FW_CONTENT_KEY] = {
		.id = DDR_FW_CONTENT_KEY,
		.opt = "ddr-fw-key",
		.help_msg = "DDR Firmware Content Certificate key (input/output file)",
		.desc = "DDR Firmware Content Certificate key"
	}
};

PLAT_REGISTER_KEYS(pdef_tbb_keys);