summaryrefslogtreecommitdiffstats
path: root/src/occ_405/thread/chom.h
diff options
context:
space:
mode:
authorAndres Lugo-Reyes <aalugore@us.ibm.com>2018-02-01 13:20:27 -0600
committerMartha Broyles <mbroyles@us.ibm.com>2018-02-12 13:02:00 -0500
commitfca494dbdcf944718a577bfe0e3c6c01aabb1a69 (patch)
tree780d309e273d95a39ed8fc51537b34d15c64c5d8 /src/occ_405/thread/chom.h
parentccdb19fba8c7b6e8623178d38564703896f4510b (diff)
downloadtalos-occ-fca494dbdcf944718a577bfe0e3c6c01aabb1a69.tar.gz
talos-occ-fca494dbdcf944718a577bfe0e3c6c01aabb1a69.zip
Replace Firmware Level with FClip History in error log
-Throttle noisy traces -Add slave clip history to Call Home log Change-Id: If498c4c5b7e445d7b1b43fb16a2790f11166e430 CMVC-Prereq: 1045167 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/53578 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
Diffstat (limited to 'src/occ_405/thread/chom.h')
-rwxr-xr-xsrc/occ_405/thread/chom.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/occ_405/thread/chom.h b/src/occ_405/thread/chom.h
index 8f03809..9efadd3 100755
--- a/src/occ_405/thread/chom.h
+++ b/src/occ_405/thread/chom.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2017 */
+/* Contributors Listed Below - COPYRIGHT 2011,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -31,14 +31,14 @@
#include <apss.h>
#define CHOM_GEN_LOG_PERIODIC_TIME 86400 // seconds in a day
-#define CHOM_VERSION 0x01
+#define CHOM_VERSION 0x02
// Max size of chom data log
#define CHOM_LOG_DATA_MAX 3072
// Max number of memory bandwidth CHOM sensors
#define MAX_NUM_MEMORY_SENSORS 32
// Max number of procs Call Home will get data for
#define CHOM_MAX_OCCS 4
-// Max number of error history entries to add to all home log
+// Max number of error history entries to add to call home log
#define CHOM_MAX_ERRH_ENTRIES 4
// List of call home sensors (Max 126)
enum
@@ -178,6 +178,7 @@ struct ChomNodeData
uint16_t numSensors; // the number of sensors for which call home data was collected
// error history counts. Only collect on up to 3 slaves, excluding master
error_history_count_t errhCounts[CHOM_MAX_OCCS-1][CHOM_MAX_ERRH_ENTRIES];
+ uint32_t fClipHist[CHOM_MAX_OCCS-1];
} __attribute__ ((__packed__));
typedef struct ChomNodeData ChomNodeData_t;
OpenPOWER on IntegriCloud