summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/attribute_info
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2016-10-17 15:29:08 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2018-12-17 21:06:35 -0600
commite61c6620ebf2669098679cd0a67610990e958efa (patch)
treedc19997f07026f781d04f411672f58d42d6d0537 /src/import/chips/p9/procedures/xml/attribute_info
parent5857fe5e93418a01e3e112a55d720d91b987d312 (diff)
downloadtalos-sbe-e61c6620ebf2669098679cd0a67610990e958efa.tar.gz
talos-sbe-e61c6620ebf2669098679cd0a67610990e958efa.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://rchgit01.rchland.ibm.com/gerrit1/69785 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Tested-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/xml/attribute_info')
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml
index 286700fb..571814a6 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml
@@ -1990,6 +1990,21 @@
</attribute>
<attribute>
+ <id>ATTR_MSS_CAL_ABORT_ON_ERROR</id>
+ <targetType>TARGET_TYPE_SYSTEM</targetType>
+ <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>
+ <initToZero></initToZero>
+ <valueType>uint8</valueType>
+ <writeable/>
+ <enum>NO = 0, YES = 1</enum>
+ <mssAccessorName>cal_abort_on_error</mssAccessorName>
+ </attribute>
+
+ <attribute>
<id>ATTR_MSS_SLEW_RATE_DATA</id>
<targetType>TARGET_TYPE_MCS</targetType>
<description>
OpenPOWER on IntegriCloud