summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorJacob Harvey <jlharvey@us.ibm.com>2016-09-21 18:06:06 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2016-09-29 10:06:23 -0400
commitfa4aedab816820cefc1f7c8158aed73ca69def79 (patch)
tree078a76a11d8b49698717372b0f2d53865e32ad85 /src/usr
parent64a24f1134da389173e26ea21d16931012dd573c (diff)
downloadtalos-hostboot-fa4aedab816820cefc1f7c8158aed73ca69def79.tar.gz
talos-hostboot-fa4aedab816820cefc1f7c8158aed73ca69def79.zip
Cleaned spd xml and Added module manufacturer info
Change-Id: I9a232b4305d280025ab8540910a90bb89a62e07e Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30071 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@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/30111 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml22
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/target_types.xml1
2 files changed, 23 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index 002e19a88..2fa058ba7 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -7186,6 +7186,28 @@ firmware notes: Used as override attribute for pstate procedure
</attribute>
<attribute>
+ <id>EFF_DRAM_MFG_ID</id>
+ <description>
+ DRAM Manufacturer ID Code
+ Decodes SPD Byte 350 and 351
+ creator: mss_eff_cnfg
+ consumer: power_thermal::decoder
+ </description>
+ <simpleType>
+ <uint16_t>
+ </uint16_t>
+ <array>2,2</array>
+ </simpleType>
+ <persistency>volatile-zeroed</persistency>
+ <readable/>
+ <writeable/>
+ <hwpfToHbAttrMap>
+ <id>ATTR_EFF_DRAM_MFG_ID</id>
+ <macro>DIRECT</macro>
+ </hwpfToHbAttrMap>
+</attribute>
+
+<attribute>
<id>EFF_DRAM_WIDTH</id>
<description>
DRAM Device Width: X4, X8, X16, X32.
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index c5f922232..83e4c8b27 100755
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -1808,6 +1808,7 @@
<attribute><id>MSS_DIMM_MAXBANDWIDTH_MRS</id></attribute>
<attribute><id>DMI_REFCLOCK_SWIZZLE</id></attribute>
<attribute><id>MSS_MASTER_PWR_INTERCEPT</id></attribute>
+ <attribute><id>EFF_DRAM_MFG_ID</id></attribute>
</targetType>
<targetType>
OpenPOWER on IntegriCloud