summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorJacob Harvey <jlharvey@us.ibm.com>2016-12-15 11:26:18 -0600
committerChristian R. Geddes <crgeddes@us.ibm.com>2017-01-25 08:57:27 -0500
commit9fe6f884d176a13b432baaa986179ef6fa654f94 (patch)
tree396e232199ca328577c2ea15515964e99dddc7b3 /src/usr
parent95409452c0f81f41d720e95e8ebcd66d49202019 (diff)
downloadtalos-hostboot-9fe6f884d176a13b432baaa986179ef6fa654f94.tar.gz
talos-hostboot-9fe6f884d176a13b432baaa986179ef6fa654f94.zip
Implement BC attributes and make eff_dimm class
Implementing the BC# attributes in eff_config Also implementing an eff_dimm object and factory Move functions from eff_config.C to eff_dimm.C Added MRW attribute for write_crc option Eff_config is no more Change-Id: I16607510454f61410711cbcb5c6715e6f80241dd Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34253 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34254 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> 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.xml18
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/target_types.xml1
2 files changed, 19 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index c1f9a7a10..c2d135f81 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -32735,4 +32735,22 @@ Measured in GB</description>
<readable/>
</attribute>
+<attribute>
+ <id>MSS_MRW_DRAM_WRITE_CRC</id>
+ <description>
+ Enables DRAM Write CRC
+ </description>
+ <simpleType>
+ <uint8_t>
+ </uint8_t>
+ </simpleType>
+ <persistency>volatile-zeroed</persistency>
+ <readable/>
+ <hwpfToHbAttrMap>
+ <id>ATTR_MSS_MRW_DRAM_WRITE_CRC</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 5dc34fccc..d16b87f79 100755
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -900,6 +900,7 @@
<attribute><id>MSS_MEM_PORT_POS_OF_FAIL_THROTTLE</id></attribute>
<attribute><id>SYSTEM_RING_DBG_MODE</id></attribute>
<attribute><id>NEST_LEAKAGE_PERCENT</id></attribute>
+ <attribute><id>MSS_MRW_DRAM_WRITE_CRC</id></attribute>
</targetType>
<!-- enc-node-power9 -->
OpenPOWER on IntegriCloud