summaryrefslogtreecommitdiffstats
path: root/src/usr/hdat/hdatutil.H
diff options
context:
space:
mode:
authornagurram-in <nagendra.g@in.ibm.com>2018-06-12 00:32:00 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-07-09 10:17:13 -0400
commit3a9cf6e696c8222dede101352bd652816f3a64bb (patch)
treef2aaf8128c3ebe90dd65deb68ce92d23a8a004b0 /src/usr/hdat/hdatutil.H
parent912086b52a2a7beb4fb0ce86136ebd80f74d860f (diff)
downloadtalos-hostboot-3a9cf6e696c8222dede101352bd652816f3a64bb.tar.gz
talos-hostboot-3a9cf6e696c8222dede101352bd652816f3a64bb.zip
attribute ECID value updation in hdat pcrd structure
Change-Id: Icde48f2af93d69e91dd108285805197f23105c41 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/60367 Disable-CI: NAGENDRA K. GURRAM <nagendra.g@in.ibm.com> Disable-CI: VASANT HEGDE <hegdevasant@linux.vnet.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: VASANT HEGDE <hegdevasant@linux.vnet.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/hdat/hdatutil.H')
-rwxr-xr-xsrc/usr/hdat/hdatutil.H11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/usr/hdat/hdatutil.H b/src/usr/hdat/hdatutil.H
index 062eba441..893852482 100755
--- a/src/usr/hdat/hdatutil.H
+++ b/src/usr/hdat/hdatutil.H
@@ -189,11 +189,16 @@ enum hdatNVLinkSpeed
*/
struct hdatEcLvl_t
{
- uint32_t hdatChipManfId; // 0x0000 Memory interface chip manufacturing id
- uint32_t hdatChipEcLvl; // 0x0004 Memory interface chip EC level
+ uint32_t hdatChipManfId; // 0x0000 Chip manufacturing id
+ uint32_t hdatChipEcLvl; // 0x0004 Chip EC level
} __attribute__ ((packed));
-
+/** @brief Structure defination for an entry in Proc Chip ec level array */
+struct hdatProcEcLvlElement_t
+{
+ hdatEcLvl_t hdatEcLvl;
+ uint64_t hdatEcid[2]; // Proc ECID
+} __attribute__ ((packed));
/**
* @brief Create/Build an Error log and add HADT component trace
OpenPOWER on IntegriCloud