aboutsummaryrefslogtreecommitdiff
path: root/tools/nxp/cert_create_helper/include/pdef_tbb_key.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/nxp/cert_create_helper/include/pdef_tbb_key.h')
-rw-r--r--tools/nxp/cert_create_helper/include/pdef_tbb_key.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/nxp/cert_create_helper/include/pdef_tbb_key.h b/tools/nxp/cert_create_helper/include/pdef_tbb_key.h
new file mode 100644
index 000000000..b26b65153
--- /dev/null
+++ b/tools/nxp/cert_create_helper/include/pdef_tbb_key.h
@@ -0,0 +1,18 @@
+/*
+ * Copyright 2021 NXP
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#ifndef PDEF_TBB_KEY_H
+#define PDEF_TBB_KEY_H
+
+#include <tbbr/tbb_key.h>
+
+/*
+ * Enumerate the pltform defined keys that are used to establish the chain of trust
+ */
+enum {
+ DDR_FW_CONTENT_KEY = NON_TRUSTED_FW_CONTENT_CERT_KEY + 1,
+};
+#endif /* PDEF_TBB_KEY_H */