summaryrefslogtreecommitdiffstats
path: root/src/occ_gpe0/ipc_func_tables.c
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2017-07-17 17:43:01 -0500
committerWilliam A. Bryan <wilbryan@us.ibm.com>2017-07-21 17:51:40 -0400
commitb796b12052f5542945bf6d1a831f8d67a502a0ef (patch)
treec3eb6825606ce714b5d020b1092c5d6c05d06027 /src/occ_gpe0/ipc_func_tables.c
parent3d71bd95e10f82ae2a96e6ebc929dc2ca7b1b63c (diff)
downloadtalos-occ-b796b12052f5542945bf6d1a831f8d67a502a0ef.tar.gz
talos-occ-b796b12052f5542945bf6d1a831f8d67a502a0ef.zip
rt_xstop_analysis: single proc fir collection is working, without pnor writes
Change-Id: Ib49d3b9d52c8f4e1054e9b0c0d609a6e13908ddb Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43245 Reviewed-by: ILYA SMIRNOV <ismirno@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Diffstat (limited to 'src/occ_gpe0/ipc_func_tables.c')
-rw-r--r--src/occ_gpe0/ipc_func_tables.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/occ_gpe0/ipc_func_tables.c b/src/occ_gpe0/ipc_func_tables.c
index d5085ff..91644c5 100644
--- a/src/occ_gpe0/ipc_func_tables.c
+++ b/src/occ_gpe0/ipc_func_tables.c
@@ -36,6 +36,7 @@ void gpe_get_core_data(ipc_msg_t* cmd, void* arg);
void gpe_get_nest_dts(ipc_msg_t* cmd, void* arg);
void ipc_scom_operation(ipc_msg_t* cmd, void* arg);
+void ipc_fir_collection(ipc_msg_t* cmd, void* arg);
void gpe0_nop(ipc_msg_t* cmd, void* arg);
@@ -71,7 +72,7 @@ IPC_HANDLER(gpe_get_core_data, 0) // 6 - IPC_ST_GET_CORE_DATA_FUNCID
IPC_HANDLER(ipc_scom_operation, 0) // 7 - IPC_ST_SCOM_OPERATION
IPC_HANDLER(gpe0_nop, 0) // 8 - IPC_ST_GPE0_NOP
IPC_HANDLER(gpe_get_nest_dts, 0) // 9 - IPC_ST_GET_NEST_DTS_FUNCID
-IPC_HANDLER_DEFAULT // 10
+IPC_HANDLER(ipc_fir_collection, 0) // 10 - IPC_ST_FIR_COLLECTION
IPC_HANDLER_DEFAULT // 11
IPC_HANDLER_DEFAULT // 12
IPC_HANDLER_DEFAULT // 13
OpenPOWER on IntegriCloud