diff options
author | Brian Silver <bsilver@us.ibm.com> | 2016-01-24 06:33:22 -0600 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-05-06 14:56:48 -0400 |
commit | 87bf7d87ac070943bd29c9173ffcff619fa72a86 (patch) | |
tree | 6f611242ba3819964a8304405765ea166531567f /src | |
parent | 1c7a1c79ba99af3f262c64a618019532a4fd038e (diff) | |
download | blackbird-hostboot-87bf7d87ac070943bd29c9173ffcff619fa72a86.tar.gz blackbird-hostboot-87bf7d87ac070943bd29c9173ffcff619fa72a86.zip |
Add PHY RC class, update setup cal for 2D wc/rc
Change-Id: Ibb400dc74382e3a0b6db3e1338437eef936d2d44
Original-Change-Id: I18cfd506cdde8730f88e892af7cd97d93fb74434
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/23561
Tested-by: Jenkins Server
Reviewed-by: Craig C. Hamilton <cchamilt@us.ibm.com>
Reviewed-by: Andre A. Marin <aamarin@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23965
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml | 19 |
1 files changed, 15 insertions, 4 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 f587f9bcf..6ad2f761b 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 @@ -7,7 +7,7 @@ <!-- --> <!-- EKB Project --> <!-- --> -<!-- COPYRIGHT 2015 --> +<!-- COPYRIGHT 2015,2016 --> <!-- [+] International Business Machines Corp. --> <!-- --> <!-- --> @@ -2005,7 +2005,6 @@ <attribute> <id>ATTR_EFF_DRAM_BL</id> - <!-- P8 MBA level information --> <targetType>TARGET_TYPE_MCS</targetType> <description> Burst Length. @@ -2021,8 +2020,7 @@ <writeable/> <odmVisable/> <odmChangeable/> - <array>2 2</array> - <mssAccessor>PORT</mssAccessor> + <array>2</array> <mssAccessorName>eff_dram_burst_length</mssAccessorName> </attribute> @@ -7285,4 +7283,17 @@ <writeable/> <mssAccessorName>eff_dram_rtt_wr</mssAccessorName> </attribute> + +<attribute> + <id>ATTR_VPD_GPO</id> + <targetType>TARGET_TYPE_MCS</targetType> + <description>This value comes from the VPD keyword MT bytes 61 MT(61) for the Logical DIMM + associated with port A. Bytes 125 for port B, 189 for port C and 253 for port D</description> + <valueType>uint8</valueType> + <platInit/> + <odmVisable/> + <array>2</array> + <writeable/> + <mssAccessorName>vpd_gpo</mssAccessorName> +</attribute> </attributes> |