aboutsummaryrefslogtreecommitdiff
path: root/tools/nxp/cert_create_helper/src/pdef_tbb_key.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/nxp/cert_create_helper/src/pdef_tbb_key.c')
-rw-r--r--tools/nxp/cert_create_helper/src/pdef_tbb_key.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/nxp/cert_create_helper/src/pdef_tbb_key.c b/tools/nxp/cert_create_helper/src/pdef_tbb_key.c
new file mode 100644
index 000000000..cf2ebda3e
--- /dev/null
+++ b/tools/nxp/cert_create_helper/src/pdef_tbb_key.c
@@ -0,0 +1,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);