We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07aff7d commit 629107bCopy full SHA for 629107b
lib/mrpc.c
@@ -109,9 +109,8 @@ const struct switchtec_mrpc switchtec_mrpc_table[MRPC_MAX_ID] = {
109
M(SN_VER_GET, "Chip Serial Number and Secure Versions"),
110
M(DBG_UNLOCK, "Resource Unlock"),
111
M(BOOTUP_RESUME, "Bootup Resume"),
112
- M(SECURITY_CONFIG_GET_GEN5, "Secure Configuration Get (Gen5)"),
113
- M(SECURITY_CONFIG_SET_GEN5, "Secure Configuration Set (Gen5)"),
114
M(OTP_PROG_GEN_HDLR, "OTP Program Generic Handler"),
115
M(OTP_CONTROL_STATUS_GEN_HDLR, "OTP Control/Status Generic Handler"),
116
M(OTP_SJTAG_INFO, "OTP SJTAG Info Set"),
+ M(SJTAG_UNLOCK, "SJTAG Unlock"),
117
};
0 commit comments