summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/attribute_info
diff options
context:
space:
mode:
authorJacob Harvey <jlharvey@us.ibm.com>2017-03-27 15:44:17 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2018-12-17 21:11:23 -0600
commit8c2f174a055a24687bfc1e269e06c3b5e3bba11c (patch)
treed6c60c3df903bb879c7d9f7dc2408ad3d9cce6b9 /src/import/chips/p9/procedures/xml/attribute_info
parente179917b2c46bc42f6f3e41566839bdf620934e5 (diff)
downloadtalos-sbe-8c2f174a055a24687bfc1e269e06c3b5e3bba11c.tar.gz
talos-sbe-8c2f174a055a24687bfc1e269e06c3b5e3bba11c.zip
Fix up setup_cal and vref attrs
Fix bug when setting RD_VREF but not RD_CNTR Change name of MSS_VREF_CAL_STEP_ENABLE to MSS_RDVREF_CAL_STEP_ENABLE Set RD_VREF_CALENABLE_REG in setup_cal Change-Id: Ie4117a53c2ae2e53e7b753cc2b0b127cab0d4caf Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38484 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69801 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 17c215ce..be1a5150 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
@@ -1967,6 +1967,21 @@
</attribute>
<attribute>
+ <id>ATTR_MSS_RDVREF_CAL_ENABLE</id>
+ <targetType>TARGET_TYPE_MCS</targetType>
+ <description>
+ A bit vector denoting bits in every DP16 on the port to be calibrated.
+ That is, all of the set bits will be calibrated for all DP16. A value
+ of zero indicates the calibration should not be run.
+ </description>
+ <initToZero></initToZero>
+ <valueType>uint16</valueType>
+ <writeable/>
+ <array>2</array>
+ <mssAccessorName>rdvref_cal_enable</mssAccessorName>
+ </attribute>
+
+ <attribute>
<id>ATTR_MSS_CAL_ABORT_ON_ERROR</id>
<targetType>TARGET_TYPE_SYSTEM</targetType>
<description>
OpenPOWER on IntegriCloud