@@ -97,6 +97,7 @@ const struct switchtec_mrpc switchtec_mrpc_table[MRPC_MAX_ID] = {
9797 M (EP_RESOURCE_ACCESS , "Endpoint Device CSR and MS Raw Access" ),
9898 M (EP_TUNNEL_CFG , "Endpoint Device Tunnel Configuration" ),
9999 M (NVME_ADMIN_PASSTHRU , "NVMe Admin Passthrough" ),
100+ M (PHY_DEBUG_DUMP , "Dump PHY Registers" ),
100101 M (I2C_TWI_PING , "I2C/TWI Ping" ),
101102 M (SECURITY_CONFIG_GET , "Secure Configuration Get" ),
102103 M (SECURITY_CONFIG_SET , "Secure Configuration Set" ),
@@ -109,9 +110,8 @@ const struct switchtec_mrpc switchtec_mrpc_table[MRPC_MAX_ID] = {
109110 M (SN_VER_GET , "Chip Serial Number and Secure Versions" ),
110111 M (DBG_UNLOCK , "Resource Unlock" ),
111112 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)" ),
114113 M (OTP_PROG_GEN_HDLR , "OTP Program Generic Handler" ),
115114 M (OTP_CONTROL_STATUS_GEN_HDLR , "OTP Control/Status Generic Handler" ),
116115 M (OTP_SJTAG_INFO , "OTP SJTAG Info Set" ),
116+ M (SJTAG_UNLOCK , "SJTAG Unlock" ),
117117};
0 commit comments