summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common
diff options
context:
space:
mode:
authorCorey Swenson <cswenson@us.ibm.com>2019-09-06 01:34:02 -0500
committerDaniel M Crowell <dcrowell@us.ibm.com>2019-09-13 10:31:13 -0500
commitce0d29c96c4619e07819760b84c32f0eb7812b5c (patch)
treede182dcffb261d02515b6f6324bdea41d37d4d0d /src/usr/targeting/common
parent8ab48e774cbea9bfec5461d8fd63b4fc7f249c3b (diff)
downloadtalos-hostboot-ce0d29c96c4619e07819760b84c32f0eb7812b5c.tar.gz
talos-hostboot-ce0d29c96c4619e07819760b84c32f0eb7812b5c.zip
Add vendor log data to FFDC for all NVDIMM HW errors
Read vendor log data from NVDIMM Do checksum compare Add to error log as string Change-Id: I41a295bf54d031c978b59fe1f59c98507fbeec81 CQ:SW473585 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/83383 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common')
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/attribute_types_hb.xml17
-rw-r--r--src/usr/targeting/common/xmltohb/target_types_hb.xml3
2 files changed, 20 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
index 4051b977f..730d251f6 100755
--- a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
@@ -1017,6 +1017,23 @@
</attribute>
<attribute>
+ <id>NVDIMM_READING_VENDOR_LOG</id>
+ <description>
+ 0 - Not reading vendor log
+ 1 - Reading of vendor log in progress
+ </description>
+ <simpleType>
+ <uint8_t>
+ <default>0</default>
+ </uint8_t>
+ </simpleType>
+ <persistency>volatile-zeroed</persistency>
+ <readable/>
+ <writeable/>
+ <hbOnly/>
+ </attribute>
+
+ <attribute>
<id>OCC_COMMON_AREA_PHYS_ADDR</id>
<description>
Physical address where OCC Common Area is placed in mainstore.
diff --git a/src/usr/targeting/common/xmltohb/target_types_hb.xml b/src/usr/targeting/common/xmltohb/target_types_hb.xml
index 79f6e0cce..abc2bef2b 100644
--- a/src/usr/targeting/common/xmltohb/target_types_hb.xml
+++ b/src/usr/targeting/common/xmltohb/target_types_hb.xml
@@ -249,6 +249,9 @@
<id>NVDIMM_READING_PAGE4</id>
</attribute>
<attribute>
+ <id>NVDIMM_READING_VENDOR_LOG</id>
+ </attribute>
+ <attribute>
<id>PART_NUMBER</id>
</attribute>
<attribute>
OpenPOWER on IntegriCloud