summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml
diff options
context:
space:
mode:
authorJacob Harvey <jlharvey@us.ibm.com>2016-08-03 15:49:44 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-08-30 21:55:45 -0400
commit54bc88b4d29d0d0d288aaccf79b8d4220848187b (patch)
tree605d5c61bc22e00bb6df7da1e3d05d56caf1b24a /src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml
parente436c6b446ac80fdf050539edc746e0082219b86 (diff)
downloadtalos-hostboot-54bc88b4d29d0d0d288aaccf79b8d4220848187b.tar.gz
talos-hostboot-54bc88b4d29d0d0d288aaccf79b8d4220848187b.zip
Fix eff_config, remove custom_dimm
Change-Id: Icc9bf700cbdf41467c4b0733f878d98b5dd76fed Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27930 Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28184 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml')
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml41
1 files changed, 2 insertions, 39 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 f8201b834..4e5a41f7a 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
@@ -129,24 +129,6 @@
</attribute>
<attribute>
- <id>ATTR_EFF_CUSTOM_DIMM</id>
- <targetType>TARGET_TYPE_MCS</targetType>
- <description>
- DIMM is a custom DIMM. This is commonly known as a CDIMM,
- but technically, we could support Custom DIMMs of different types than an UDIMM,
- such as RDIMM and LRDIMM.
- Created in mss_eff_cnfg
- Use this attribute if you need to know if the Centaur is on the DIMM instead of on a planar.
- </description>
- <initToZero></initToZero>
- <valueType>uint8</valueType>
- <enum>NO = 0, YES = 1</enum>
- <writeable/>
- <array>2 2 </array>
- <mssAccessorName>eff_custom_dimm</mssAccessorName>
- </attribute>
-
- <attribute>
<id>ATTR_EFF_DIMM_SPARE</id>
<targetType>TARGET_TYPE_MCS</targetType>
<description>
@@ -258,25 +240,6 @@
</attribute>
<attribute>
- <id>ATTR_EFF_DRAM_BL</id>
- <targetType>TARGET_TYPE_MCS</targetType>
- <description>
- Burst Length.
- Used in various locations and is computed in mss_eff_cnfg.
- Each memory channel will have a value.
- creator: mss_eff_cnfg
- consumer: various
- firmware notes: none
- </description>
- <initToZero></initToZero>
- <valueType>uint8</valueType>
- <enum>BL8 = 0, OTF = 1, BC4 = 2</enum>
- <writeable/>
- <array>2</array>
- <mssAccessorName>eff_dram_bl</mssAccessorName>
- </attribute>
-
- <attribute>
<id>ATTR_EFF_DRAM_CL</id>
<targetType>TARGET_TYPE_MCS</targetType>
<description>
@@ -1712,7 +1675,7 @@
</description>
<initToZero></initToZero>
<valueType>uint8</valueType>
- <enum>1NCLK = 1, 2NCLK = 2</enum>
+ <enum>1NCLK = 0, 2NCLK = 1</enum>
<writeable/>
<array>2</array>
<mssAccessorName>eff_rd_preamble</mssAccessorName>
@@ -1730,7 +1693,7 @@
</description>
<initToZero></initToZero>
<valueType>uint8</valueType>
- <enum>1NCLK = 1, 2NCLK = 2</enum>
+ <enum>1NCLK = 0, 2NCLK = 1</enum>
<writeable/>
<array>2</array>
<mssAccessorName>eff_wr_preamble</mssAccessorName>
OpenPOWER on IntegriCloud