summaryrefslogtreecommitdiffstats
path: root/src/occ_405/incl
diff options
context:
space:
mode:
authorAndres Lugo-Reyes <aalugore@us.ibm.com>2017-11-02 17:12:20 -0500
committerAndres A. Lugo-Reyes <aalugore@us.ibm.com>2017-12-18 15:20:54 -0500
commit4d2912987d234b0d77b69f0fd2bee8a8d71e1613 (patch)
tree54cf763c42cf46703c86809586488fb006714d8a /src/occ_405/incl
parent0bf193d8d4f98934d4f539b1950e8b46c03a2716 (diff)
downloadtalos-occ-4d2912987d234b0d77b69f0fd2bee8a8d71e1613.tar.gz
talos-occ-4d2912987d234b0d77b69f0fd2bee8a8d71e1613.zip
OCC: Call Home Data Log
-CPU temp PER proc -DIMM Temp changes -Memory Bandwidth changes -VRM VDD -Error History counts Change-Id: Ie30f373982a5f3327975d433d508ad2fb27f4fc3 RTC:133944 CMVC-Prereq: 1040415 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49395 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com>
Diffstat (limited to 'src/occ_405/incl')
-rwxr-xr-xsrc/occ_405/incl/occ_common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/occ_405/incl/occ_common.h b/src/occ_405/incl/occ_common.h
index 39fb2ba..b21b244 100755
--- a/src/occ_405/incl/occ_common.h
+++ b/src/occ_405/incl/occ_common.h
@@ -331,5 +331,12 @@ extern const char G_occ_buildname[16];
int memcmp ( const void * ptr1, const void * ptr2, size_t num );
+// struct to hold error history data
+typedef struct __attribute__ ((packed))
+{
+ uint8_t error_id;
+ uint8_t error_count;
+} error_history_count_t;
+
#endif //_OCC_COMMON_H
OpenPOWER on IntegriCloud