summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorChris Cain <cjcain@us.ibm.com>2018-09-10 12:57:39 -0500
committerChristopher J. Cain <cjcain@us.ibm.com>2018-09-26 11:17:55 -0500
commitb67db9d09b181dfe8bd0a77cfdca511d124b291e (patch)
tree58b9af1b2f45aea26706bf4533a2d2f0d05c8a92 /src/common
parent3e23a4ef97bc78aa8c8cf691407fdf9b8da30664 (diff)
downloadtalos-occ-b67db9d09b181dfe8bd0a77cfdca511d124b291e.tar.gz
talos-occ-b67db9d09b181dfe8bd0a77cfdca511d124b291e.zip
Support for NVDIMMs
Change-Id: I8ccf44287bc72a73b16662ba29b71e731c70b30e RTC:173789 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65917 Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com> Tested-by: Christopher J. Cain <cjcain@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com>
Diffstat (limited to 'src/common')
-rw-r--r--src/common/apss_structs.h2
-rw-r--r--src/common/dimm_structs.h5
-rw-r--r--src/common/ipc_func_ids.h3
3 files changed, 8 insertions, 2 deletions
diff --git a/src/common/apss_structs.h b/src/common/apss_structs.h
index 416f27a..fd66b7e 100644
--- a/src/common/apss_structs.h
+++ b/src/common/apss_structs.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2017 */
+/* Contributors Listed Below - COPYRIGHT 2011,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
diff --git a/src/common/dimm_structs.h b/src/common/dimm_structs.h
index 3302845..115bdbf 100644
--- a/src/common/dimm_structs.h
+++ b/src/common/dimm_structs.h
@@ -113,4 +113,9 @@ typedef struct
perf_mon_counts_t idle_counts;
} reset_mem_deadman_args_t;
+typedef struct {
+ GpeErrorStruct error;
+ uint16_t configured_mbas;
+} epow_gpio_args_t;
+
#endif // _DIMM_STRUCTS_H
diff --git a/src/common/ipc_func_ids.h b/src/common/ipc_func_ids.h
index df4d9ed..748a337 100644
--- a/src/common/ipc_func_ids.h
+++ b/src/common/ipc_func_ids.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2017 */
+/* Contributors Listed Below - COPYRIGHT 2015,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -78,6 +78,7 @@ IPC_FUNCIDS_TABLE_START
IPC_FUNC_ID(IPC_ST_CENTAUR_SCOM_FUNCID)
IPC_FUNC_ID(IPC_ST_CENTAUR_DATA_FUNCID)
IPC_FUNC_ID(IPC_ST_CENTAUR_INIT_FUNCID)
+ IPC_FUNC_ID(IPC_ST_EPOW_GPIO_ASSERT_FUNCID)
IPC_FUNCIDS_ST_END(OCCHW_INST_ID_GPE1)
//Functions that are only supported by GPE2 should be defined here
OpenPOWER on IntegriCloud