File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -123,8 +123,9 @@ enum sof_ipc4_global_msg {
123123 /* Notification (FW to SW driver) */
124124 SOF_IPC4_GLB_NOTIFICATION ,
125125
126- /* 28 .. 31 : RESERVED - do not use */
126+ /* 28 .. 30 : RESERVED - do not use */
127127
128+ SOF_IPC4_GLB_ENTER_GDB = 31 ,
128129 SOF_IPC4_GLB_TYPE_LAST ,
129130};
130131
Original file line number Diff line number Diff line change @@ -149,6 +149,7 @@ static const char * const ipc4_dbg_glb_msg_type[] = {
149149 DBG_IPC4_MSG_TYPE_ENTRY (GLB_BOOT_CONFIG ),
150150 DBG_IPC4_MSG_TYPE_ENTRY (GLB_ROM_CONTROL ),
151151 DBG_IPC4_MSG_TYPE_ENTRY (GLB_IPCGATEWAY_CMD ),
152+ DBG_IPC4_MSG_TYPE_ENTRY (GLB_ENTER_GDB ),
152153 DBG_IPC4_MSG_TYPE_ENTRY (GLB_PERF_MEASUREMENTS_CMD ),
153154 DBG_IPC4_MSG_TYPE_ENTRY (GLB_CHAIN_DMA ),
154155 DBG_IPC4_MSG_TYPE_ENTRY (GLB_LOAD_MULTIPLE_MODULES ),
You can’t perform that action at this time.
0 commit comments