summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2013-09-09 15:20:06 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-09-13 13:03:45 -0500
commitb614caa4f28616bba6e27625e4430083f53679b8 (patch)
tree4f183efafaaa386feccd10297551878b7bfaf43f /src/usr/targeting
parentfe7854394eb388e40bd94b7b4398003b6ac3b268 (diff)
downloadtalos-hostboot-b614caa4f28616bba6e27625e4430083f53679b8.tar.gz
talos-hostboot-b614caa4f28616bba6e27625e4430083f53679b8.zip
Hostboot - Updated HWPs from defect SW222043 (week 8/27)
CQ: SW222043 Change-Id: I0c6d6b500e7797ef0e2961f501bbe174e21514d3 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6087 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml53
-rw-r--r--src/usr/targeting/common/xmltohb/target_types.xml3
2 files changed, 56 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index 258d7260e..0252e319a 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -13067,4 +13067,57 @@ firmware notes: Platforms should initialize this attribute to AUTO (0)</descript
</hwpfToHbAttrMap>
</attribute>
+<attribute>
+ <id>MCBIST_RANDOM_SEED_VALUE</id>
+ <description>Controls the MCBIST engine in the centaur chip. The value will be set in mss_eff_config_shmoo.</description>
+ <simpleType>
+ <uint32_t>
+ <default>0</default>
+ </uint32_t>
+ </simpleType>
+ <persistency>volatile-zeroed</persistency>
+ <readable/>
+ <writeable/>
+ <hwpfToHbAttrMap>
+ <id>ATTR_MCBIST_RANDOM_SEED_VALUE</id>
+ <macro>DIRECT</macro>
+ </hwpfToHbAttrMap>
+</attribute>
+
+<attribute>
+ <id>MCBIST_RANDOM_SEED_TYPE</id>
+ <description>Controls the MCBIST engine in the centaur chip. The value will be set in mss_eff_config_shmoo.</description>
+ <simpleType>
+ <uint8_t>
+ <default>0</default>
+ </uint8_t>
+ </simpleType>
+ <persistency>volatile-zeroed</persistency>
+ <readable/>
+ <writeable/>
+ <hwpfToHbAttrMap>
+ <id>ATTR_MCBIST_RANDOM_SEED_TYPE</id>
+ <macro>DIRECT</macro>
+ </hwpfToHbAttrMap>
+</attribute>
+
+<attribute>
+ <id>L4_BANK_DELETE_VPD</id>
+ <description>L4 Bank Delete settings in VPD.
+ Denotes what banks have been deleted from the L4.
+ Data will be pulled from CDIMM VPD if CDIMM present.
+ Data will be pulled from backplane VPD if IS DIMMs present.
+ </description>
+ <simpleType>
+ <uint32_t></uint32_t>
+ </simpleType>
+ <persistency>non-volatile</persistency>
+ <readable/>
+ <writeable/>
+ <hwpfToHbAttrMap>
+ <id>ATTR_L4_BANK_DELETE_VPD</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 79aaad44b..b52ea98f7 100644
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -1044,6 +1044,8 @@
<attribute><id>MSS_DIMM_POWER_TEST_MEM_THROTTLE_DENOMINATOR</id></attribute>
<attribute><id>MSS_THROTTLE_CONTROL_RAS_WEIGHT</id></attribute>
<attribute><id>MSS_THROTTLE_CONTROL_CAS_WEIGHT</id></attribute>
+ <attribute><id>MCBIST_RANDOM_SEED_VALUE</id></attribute>
+ <attribute><id>MCBIST_RANDOM_SEED_TYPE</id></attribute>
</targetType>
<targetType>
@@ -1194,6 +1196,7 @@
<attribute><id>CDIMM_SENSOR_MAP_PRIMARY</id></attribute>
<attribute><id>CDIMM_SENSOR_MAP_SECONDARY</id></attribute>
<attribute><id>MSS_BLUEWATERFALL_BROKEN</id></attribute>
+ <attribute><id>L4_BANK_DELETE_VPD</id></attribute>
</targetType>
<!-- Centaur L4 -->
OpenPOWER on IntegriCloud