diff options
author | Brian Silver <bsilver@us.ibm.com> | 2016-10-31 07:36:43 -0500 |
---|---|---|
committer | Sachin Gupta <sgupta2m@in.ibm.com> | 2018-12-17 21:07:49 -0600 |
commit | 1a63e02fb8fb5a40a84670dd29d1988d675a64a0 (patch) | |
tree | a7064804acb0e2e868af09acf6081e6249945e18 /src | |
parent | e08919954f758e4dc2c69cd6c96ce0a4518ae659 (diff) | |
download | talos-sbe-1a63e02fb8fb5a40a84670dd29d1988d675a64a0.tar.gz talos-sbe-1a63e02fb8fb5a40a84670dd29d1988d675a64a0.zip |
Add DP16 workarounds for Nimbus DD1.0
VREF override
VCCD override
Change-Id: I480efe28d299da37a717199933889d9bfecf8e11
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/32011
Dev-Ready: Brian R. Silver <bsilver@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Matt K. Light <mklight@us.ibm.com>
Reviewed-by: Brian R. Silver <bsilver@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69789
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Tested-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml | 36 |
1 files changed, 36 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 53c7dcef..7d5f0382 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 @@ -1949,6 +1949,21 @@ </attribute> <attribute> + <id>ATTR_MSS_VREF_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>vref_cal_enable</mssAccessorName> + </attribute> + + <attribute> <id>ATTR_MSS_CAL_ABORT_ON_ERROR</id> <targetType>TARGET_TYPE_SYSTEM</targetType> <description> @@ -2128,6 +2143,27 @@ </attribute> <attribute> + <id>ATTR_MSS_VREF_DAC_NIBBLE</id> + <targetType>TARGET_TYPE_SYSTEM</targetType> + <description>Value for VREF DAC nibbles</description> + <initToZero></initToZero> + <valueType>uint8</valueType> + <writeable/> + <mssAccessorName>vref_dac_nibble</mssAccessorName> + </attribute> + + <attribute> + <id>ATTR_MSS_VCCD_OVERRIDE</id> + <targetType>TARGET_TYPE_SYSTEM</targetType> + <description>Whether or not to override VCCD. Defaults to no.</description> + <initToZero></initToZero> + <valueType>uint8</valueType> + <enum>NO = 0, YES = 1</enum> + <writeable/> + <mssAccessorName>vccd_override</mssAccessorName> + </attribute> + + <attribute> <id>ATTR_EFF_DRAM_MAC</id> <targetType>TARGET_TYPE_MCS</targetType> <description> |