summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorDoug Gilbert <dgilbert@us.ibm.com>2017-11-10 06:01:29 -0600
committerMartha Broyles <mbroyles@us.ibm.com>2017-12-18 11:42:27 -0500
commit0bf193d8d4f98934d4f539b1950e8b46c03a2716 (patch)
treeb429746ff2533b2fc95178cfc7342457c0b46ed0 /src/common
parentfce2d94a9bc94e9468bce173b11fd0b96ef36c1f (diff)
downloadtalos-occ-0bf193d8d4f98934d4f539b1950e8b46c03a2716.tar.gz
talos-occ-0bf193d8d4f98934d4f539b1950e8b46c03a2716.zip
APSS Reset Support
Change-Id: I23dd10a7bc78841ecd4382e8ac8667afbb7c2ddd RTC: 163601 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49871 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
Diffstat (limited to 'src/common')
-rw-r--r--src/common/apss_structs.h4
-rw-r--r--src/common/ipc_func_ids.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/common/apss_structs.h b/src/common/apss_structs.h
index af64fe0..99242fa 100644
--- a/src/common/apss_structs.h
+++ b/src/common/apss_structs.h
@@ -91,4 +91,8 @@ typedef struct {
uint64_t meas_data[4]; // G_apss_pwr_meas (2nd block of data) (output from APSS)
} apss_complete_args_t;
+typedef struct {
+ GpeErrorStruct error;
+} apss_reset_args_t;
+
#endif //_APSS_STRUCTS_H
diff --git a/src/common/ipc_func_ids.h b/src/common/ipc_func_ids.h
index cdd80fb..4684937 100644
--- a/src/common/ipc_func_ids.h
+++ b/src/common/ipc_func_ids.h
@@ -61,6 +61,7 @@ IPC_FUNCIDS_TABLE_START
IPC_FUNC_ID(IPC_ST_GET_NEST_DTS_FUNCID)
IPC_FUNC_ID(IPC_ST_FIR_COLLECTION)
IPC_FUNC_ID(IPC_ST_GET_TOD_FUNCID)
+ IPC_FUNC_ID(IPC_ST_APSS_RESET_FUNCID)
IPC_FUNCIDS_ST_END(OCCHW_INST_ID_GPE0)
//Functions that are only supported by GPE1 should be defined here
OpenPOWER on IntegriCloud