summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2016-11-30 14:57:10 -0600
committerChristian R. Geddes <crgeddes@us.ibm.com>2016-12-08 14:56:49 -0500
commitfca92c382a062e2c23d8684bfb010a3c3346a1c9 (patch)
tree8a8c0441cf3a484ed38a2beb0021624faf19d390 /src/usr/targeting
parent4bf1556d4de82e0d9983cebb926be1457c4a5737 (diff)
downloadtalos-hostboot-fca92c382a062e2c23d8684bfb010a3c3346a1c9.tar.gz
talos-hostboot-fca92c382a062e2c23d8684bfb010a3c3346a1c9.zip
Add rank config MRW override to plug rules
Change-Id: I4a13a0078242707a3ad56f663d887bed6a9b9687 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33312 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: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33316 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/usr/targeting')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml20
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/target_types.xml1
2 files changed, 21 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index 9fce73d3d..a639afdee 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -32323,4 +32323,24 @@ Measured in GB</description>
</hwpfToHbAttrMap>
</attribute>
+<attribute>
+ <id>MSS_MRW_UNSUPPORTED_RANK_CONFIG</id>
+ <description>
+ Each MCA value is a 64-bit vector, where each byte represents an unsupported rank configuration.
+ Each nibble in the byte represents the total count of ranks (master and slave)
+ on each DIMM. The left-most nibble represents slot 0 and the right represents 1.
+ </description>
+ <simpleType>
+ <uint64_t>
+ </uint64_t>
+ <array>2</array>
+ </simpleType>
+ <persistency>volatile-zeroed</persistency>
+ <readable/>
+ <hwpfToHbAttrMap>
+ <id>ATTR_MSS_MRW_UNSUPPORTED_RANK_CONFIG</id>
+ <macro>DIRECT</macro>
+ </hwpfToHbAttrMap>
+</attribute>
+
</attributes>
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index 9f6f6a233..56dc7d209 100755
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -1807,6 +1807,7 @@
<attribute><id>BAD_DQ_BITMAP</id></attribute>
<attribute><id>MSS_DIMM_THERMAL_LIMIT</id></attribute>
<attribute><id>MSS_VREF_CAL_ENABLE</id></attribute>
+ <attribute><id>MSS_MRW_UNSUPPORTED_RANK_CONFIG</id></attribute>
</targetType>
<targetType>
OpenPOWER on IntegriCloud