summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2016-10-17 15:29:08 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-10-19 09:22:06 -0400
commit1330c90eed234892af49c00bfff35c4b379eed9c (patch)
treea1250e72edca316945535d0fb31dd78c5de8c856 /src/usr/targeting/common/xmltohb
parent205723945f242a3085b76eddfeba467e88102eca (diff)
downloadtalos-hostboot-1330c90eed234892af49c00bfff35c4b379eed9c.tar.gz
talos-hostboot-1330c90eed234892af49c00bfff35c4b379eed9c.zip
Add disabled bit processing for DDR PHY initial calibration
Change-Id: I5d177529dd61cc59cb89ded524698841260bef22 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31367 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: JACOB L. HARVEY <jlharvey@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31370 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/xmltohb')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml20
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/target_types.xml1
2 files changed, 21 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index 5a3571343..2b5456a30 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -32074,4 +32074,24 @@ Measured in GB</description>
<readable/>
</attribute>
+<attribute>
+ <id>MSS_CAL_ABORT_ON_ERROR</id>
+ <description>
+ Whether or not to abort on the first DDR PHY calibration error.
+ Firmware should always have this set to NO. YES can be used in the
+ lab for troubleshooting, screening, etc.
+ </description>
+ <simpleType>
+ <uint8_t>
+ </uint8_t>
+ </simpleType>
+ <persistency>volatile-zeroed</persistency>
+ <readable/>
+ <writeable/>
+ <hwpfToHbAttrMap>
+ <id>ATTR_MSS_CAL_ABORT_ON_ERROR</id>
+ <macro>DIRECT</macro>
+ </hwpfToHbAttrMap>
+</attribute>
+
</attributes>
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index 16d577a30..e02f03204 100755
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -883,6 +883,7 @@
<attribute><id>SUPPORTED_STOP_STATES</id></attribute>
<attribute><id>SYSTEM_FAMILY</id></attribute>
<attribute><id>SYSTEM_TYPE</id></attribute>
+ <attribute><id>MSS_CAL_ABORT_ON_ERROR</id></attribute>
</targetType>
<!-- enc-node-power9 -->
OpenPOWER on IntegriCloud