summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/attribute_info
diff options
context:
space:
mode:
authorAndre Marin <aamarin@us.ibm.com>2017-05-11 11:28:21 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2018-12-17 21:12:07 -0600
commitbf3e7649798e502b9e3ddc88d6abb6fe50b71bc4 (patch)
tree2cd996c2985b63cf599be368d7fa986ba2a967ad /src/import/chips/p9/procedures/xml/attribute_info
parentc296d8d25294e65888054e84494e07e8f53c72b9 (diff)
downloadtalos-sbe-bf3e7649798e502b9e3ddc88d6abb6fe50b71bc4.tar.gz
talos-sbe-bf3e7649798e502b9e3ddc88d6abb6fe50b71bc4.zip
Remove ZQCAL redundant CCS inst, move to draminit_training
Lab requested to move ZQCL to draminit_training to control (with granularity) all enabled cal steps from an attribute in training. Also removing redundant ZQCAL being sent out for both a-side/b-side and addr_mirroring since this only applies to MRS cmds. Added new attribute proposal for CAL_STEPS_ENABLE to account for LRDIMM training steps and more control bits such as INITIAL_PAT_WR and WR_VRE_LATCH Change-Id: Ibb758af74966a5dd659bf3dda86f283f73956bca Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38648 Reviewed-by: Louis Stermole <stermole@us.ibm.com> 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: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69803 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.xml44
1 files changed, 30 insertions, 14 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 450f286c..5b0c6563 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
@@ -1930,22 +1930,38 @@
<id>ATTR_MSS_CAL_STEP_ENABLE</id>
<targetType>TARGET_TYPE_MCS</targetType>
<description>
- A bit map of vector denoting valid cal steps to run (0 is left most bit)
- [0] EXT_ZQCAL
- [1] WR_LEVEL
- [2] DQS_ALIGN
- [3] RDCLK_ALIGN
- [4] READ_CTR
- [5] READ_CTR_2D_VREF
- [6] WRITE_CTR
- [7] WRITE_CTR_2D_VREF
- [8] COARSE_WR
- [9] COARSE_RD
- [10]:[15] Reserved for future use
- COARSE_WR and COARSE_RD will be consumed together to form COARSE_LVL.
+ A bit map of vector denoting valid steps to run (0 is left most bit)
+ [0] DRAM_ZQCAL
+ [1] DB_ZQCAL (LRDIMM)
+ [2] MREP (LRDIMM)
+ [3] MRD - Coarse (LRDIMM)
+ [4] MRD - Fine (LRDIMM)
+ [5] WR_LEVEL
+ [6] INITIAL_PAT_WR
+ [7] WR_VREF_LATCH
+ [8] DWL (LRDIMM)
+ [9] MWD - Coarse (LRDIMM)
+ [10] MWD - Fine (LRDIMM)
+ [11] HWL (LRDIMM)
+ [12] DQS_ALIGN
+ [13] RDCLK_ALIGN
+ [14] READ_CTR_2D_VREF
+ [15] READ_CTR
+ [16] WRITE_CTR_2D_VREF
+ [17] WRITE_CTR
+ [18] COARSE_WR
+ [19] COARSE_RD
+ [20]:[31] Reserved for future use
+
+ COARSE_WR and COARSE_RD will be consumed together to form COARSE_LVL.
+
+ WRITE_CTR will be run, even if only WRITE_CTR_2D_VREF is enabled,
+ as the WR 2D VREF HW cal depends upon WRITE_CTR 1D to function.
+
+ Note: LRDIMM steps will only be enabled for LRDIMMs and won't run on RDIMMs.
</description>
<initToZero></initToZero>
- <valueType>uint16</valueType>
+ <valueType>uint32</valueType>
<writeable/>
<array>2</array>
<mssAccessorName>cal_step_enable</mssAccessorName>
OpenPOWER on IntegriCloud