summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'soc/j7200/evm/sec-cfg.c')
-rw-r--r--soc/j7200/evm/sec-cfg.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/soc/j7200/evm/sec-cfg.c b/soc/j7200/evm/sec-cfg.c
index 280f9296c..74b393891 100644
--- a/soc/j7200/evm/sec-cfg.c
+++ b/soc/j7200/evm/sec-cfg.c
@@ -90,4 +90,16 @@ const struct boardcfg_security j7200_boardcfg_security_data = {
90 }, 90 },
91 .rsvd = {0, 0, 0, 0}, 91 .rsvd = {0, 0, 0, 0},
92 }, 92 },
93
94 /* Secure JTAG Unlock Configuration */
95 .sec_dbg_config = {
96 .subhdr = {
97 .magic = BOARDCFG_SEC_DBG_CTRL_MAGIC_NUM,
98 .size = sizeof(struct boardcfg_secure_debug_config),
99 },
100 .allow_jtag_unlock = 0x5A,
101 .allow_wildcard_unlock = 0x5A,
102 .min_cert_rev = 0x0,
103 .jtag_unlock_hosts = {0, 0, 0, 0},
104 },
93}; 105};