summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/attribute_info/memory_spd_attributes.xml
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/import/chips/p9/procedures/xml/attribute_info/memory_spd_attributes.xml
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/import/chips/p9/procedures/xml/attribute_info/memory_spd_attributes.xml')
-rwxr-xr-xsrc/import/chips/p9/procedures/xml/attribute_info/memory_spd_attributes.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/memory_spd_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/memory_spd_attributes.xml
index 7bdd074b4..4ac083653 100755
--- a/src/import/chips/p9/procedures/xml/attribute_info/memory_spd_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/memory_spd_attributes.xml
@@ -586,4 +586,22 @@
<mssAccessorName>eff_num_ranks_per_dimm</mssAccessorName>
</attribute>
+ <attribute>
+ <id>ATTR_EFF_DRAM_MFG_ID</id>
+ <targetType>TARGET_TYPE_MCS</targetType>
+ <description>
+ DRAM Manufacturer ID Code
+ Decodes SPD Byte 350 and 351
+ creator: mss_eff_cnfg
+ consumer: power_thermal::decoder
+ </description>
+ <enum>MICRON = 0x802C, SAMSUNG = 0x80CE, HYNIX = 0x80AD </enum>
+ <initToZero></initToZero>
+ <valueType>uint16</valueType>
+ <writeable/>
+ <array> 2 2</array>
+ <mssAccessorName>eff_dram_mfg_id</mssAccessorName>
+ </attribute>
+
+
</attributes>
OpenPOWER on IntegriCloud