summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2016-09-03 21:19:03 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2016-09-12 13:50:55 -0400
commit0f29aac88c66f0e5c36756b8fdafe2bf2fbd3dd1 (patch)
tree70d476c4074efa3ffcf323cc975d4738197338dc /src/usr
parent5a162834cb4e2fce195c169ece26eef87577f17f (diff)
downloadtalos-hostboot-0f29aac88c66f0e5c36756b8fdafe2bf2fbd3dd1.tar.gz
talos-hostboot-0f29aac88c66f0e5c36756b8fdafe2bf2fbd3dd1.zip
Add VPD decode and attributes for DQ and CKE maps
Fix include path in raw_card.C Change-Id: I1d02ed92d11667e639e832be72a86cdec5035a90 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29222 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29224 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml43
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/target_types.xml2
2 files changed, 45 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index 07b4faf7a..a5f9af685 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -31652,5 +31652,48 @@ DEPRECATED!!!!
</hwpfToHbAttrMap>
</attribute>
+<attribute>
+ <id>MSS_VPD_CKE_MAP</id>
+ <description>
+ The Memory Clock Enable MAP is a bit map describing the Memory Clock Enable signal to its respective rank.
+ There are 8 bits, but only 4 are currently used
+ [DIMM0 CKE0][DIMM0 CKE1][N/A][N/A][DIMM1 CKE0][DIMM1 CKE1][N/A][N/A]
+ E.g. 0x80 -> 0b10000000, which means DIMM0 CKE0 is mapped to that rank.
+ </description>
+ <simpleType>
+ <uint8_t>
+ </uint8_t>
+ <array>2,2,4</array>
+ </simpleType>
+ <persistency>volatile-zeroed</persistency>
+ <readable/>
+ <writeable/>
+ <hwpfToHbAttrMap>
+ <id>ATTR_MSS_VPD_CKE_MAP</id>
+ <macro>DIRECT</macro>
+ </hwpfToHbAttrMap>
+</attribute>
+
+<attribute>
+ <id>MSS_VPD_DQ_MAP</id>
+ <description>
+ [PORT][Dimm DQ PIN] The map from the Dual
+ Inline Memory Module (DIMM) Data (DQ) Pin to
+ the Module Package Data (DQ) Pinout
+ </description>
+ <simpleType>
+ <uint8_t>
+ </uint8_t>
+ <array>2,72</array>
+ </simpleType>
+ <persistency>volatile-zeroed</persistency>
+ <readable/>
+ <writeable/>
+ <hwpfToHbAttrMap>
+ <id>ATTR_MSS_VPD_DQ_MAP</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 b45b2f7d4..bd86cdc7f 100755
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -1751,6 +1751,8 @@
<attribute><id>MSS_VPD_MR_DPHY_RLO</id></attribute>
<attribute><id>MSS_VPD_MR_DPHY_WLO</id></attribute>
<attribute><id>MSS_OCC_THROTTLED_N_CMDS</id></attribute>
+ <attribute><id>MSS_VPD_CKE_MAP</id></attribute>
+ <attribute><id>MSS_VPD_DQ_MAP</id></attribute>
</targetType>
<targetType>
OpenPOWER on IntegriCloud