summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt K. Light <mklight@us.ibm.com>2017-07-19 08:12:26 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-04-20 11:06:30 -0400
commitd527ca6cbb79b5314a6ce9ba4377d449364710e5 (patch)
tree7e425fbcfda9ab9edc383fbed97c93bce058714b
parent38b16d88416d1e0fe8d352da4f5d8739e8bcbb33 (diff)
downloadtalos-hostboot-d527ca6cbb79b5314a6ce9ba4377d449364710e5.tar.gz
talos-hostboot-d527ca6cbb79b5314a6ce9ba4377d449364710e5.zip
make ATTR_START_CBS_FIFO_RESET_SKIP platInit
Change-Id: Ia995817f30cca235b8c725feec27f7a14f26f924 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43311 Dev-Ready: Matt K. Light <mklight@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43318 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
-rwxr-xr-xsrc/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml1
-rw-r--r--src/usr/targeting/common/xmltohb/hb_customized_attrs.xml8
2 files changed, 9 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml
index 190814b47..8ec0fb225 100755
--- a/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml
@@ -716,6 +716,7 @@
to enable systems without cfam access to fifo registers (WAFER/RBI). </description>
<valueType>uint8</valueType>
<enum>FALSE = 0x0,TRUE = 0x1</enum>
+ <platInit/>
<initToZero/>
</attribute>
diff --git a/src/usr/targeting/common/xmltohb/hb_customized_attrs.xml b/src/usr/targeting/common/xmltohb/hb_customized_attrs.xml
index 44e0c7d89..d393797e5 100644
--- a/src/usr/targeting/common/xmltohb/hb_customized_attrs.xml
+++ b/src/usr/targeting/common/xmltohb/hb_customized_attrs.xml
@@ -700,6 +700,14 @@
<id>ATTR_SKIP_WAKEUP</id>
<persistency>volatile-zeroed</persistency>
</attribute>
+
+ <!-- This is only enabled for Wafer Test -->
+ <attribute>
+ <id>ATTR_START_CBS_FIFO_RESET_SKIP</id>
+ <no_export/>
+ <persistency>volatile-zeroed</persistency>
+ </attribute>
+
<attribute>
<id>ATTR_EI_BUS_TX_MSBSWAP</id>
<global/>
OpenPOWER on IntegriCloud