summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/attribute_info/memory_mrw_attributes.xml
diff options
context:
space:
mode:
authorStephen Glancy <sglancy@us.ibm.com>2018-04-25 13:18:16 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-05-19 17:12:11 -0400
commit13c42ee1d83917b13bb535eaf16e32d16105cfba (patch)
tree8341e28a2a65889e58a7a6389bbbc2cdbb34f04c /src/import/chips/p9/procedures/xml/attribute_info/memory_mrw_attributes.xml
parent23e5c485a4f78458543219250c300ade36400ef3 (diff)
downloadtalos-hostboot-13c42ee1d83917b13bb535eaf16e32d16105cfba.tar.gz
talos-hostboot-13c42ee1d83917b13bb535eaf16e32d16105cfba.zip
Adds MRW support for x4/x8 DIMM configurations
Change-Id: Ifc5152564cddfcfda2f0ae9e709cad46b1d585b3 RTC:189937 CQ:SW426701 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57832 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@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/57842 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-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_mrw_attributes.xml')
-rwxr-xr-xsrc/import/chips/p9/procedures/xml/attribute_info/memory_mrw_attributes.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/memory_mrw_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/memory_mrw_attributes.xml
index 48ecc68d8..385a324ca 100755
--- a/src/import/chips/p9/procedures/xml/attribute_info/memory_mrw_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/memory_mrw_attributes.xml
@@ -665,4 +665,19 @@
<mssAccessorName>mrw_allow_unsupported_rcw</mssAccessorName>
</attribute>
+ <attribute>
+ <id>ATTR_MSS_MRW_SUPPORTED_DRAM_WIDTH</id>
+ <targetType>TARGET_TYPE_SYSTEM</targetType>
+ <description>
+ Bitmap of DRAM widths supported by a system. A 1 indicates that the system supports a density.
+ Enums below represent the the bit location in the attribute for a given DRAM width.
+ Default value is 0xC -> both x4/x8 supported
+ </description>
+ <valueType>uint8</valueType>
+ <platInit/>
+ <default> 0xc0 </default>
+ <enum> X4 = 0, X8 = 1 </enum>
+ <mssAccessorName>mrw_supported_dram_width</mssAccessorName>
+ </attribute>
+
</attributes>
OpenPOWER on IntegriCloud