summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml
diff options
context:
space:
mode:
authorJenny Huynh <jhuynh@us.ibm.com>2018-02-20 09:21:04 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-03-23 17:57:57 -0400
commita5fb7125def7c412fefb0f33079d6c34957dc213 (patch)
tree0f5fdf768f110f7f157fcb2d7866f894fa1d292a /src/import/chips/p9/procedures/xml
parentd08fdc0ee514f12e8c1caf87b6dddc6b0f3e34b0 (diff)
downloadtalos-hostboot-a5fb7125def7c412fefb0f33079d6c34957dc213.tar.gz
talos-hostboot-a5fb7125def7c412fefb0f33079d6c34957dc213.zip
HW438727 Disable clockgate to allow correct ODL error reporting
Additional change to scan init obus fir mask to all 1's to avoid any false reporting early in the IPL. Change-Id: I1501a050af5f723d968e5bfbb965d1ae3b567a97 CQ:HW438727 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54417 Reviewed-by: Joseph J. McGill <jmcgill@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> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: DANIEL C. HOWE <dchowe@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54425 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/xml')
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml
index 3f63de20c..2ff30e080 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml
@@ -2863,6 +2863,31 @@
</attribute>
<!-- ******************************************************************** -->
<attribute>
+ <id>ATTR_CHIP_EC_FEATURE_HW438727</id>
+ <targetType>TARGET_TYPE_PROC_CHIP,TARGET_TYPE_PROC_CHIP</targetType>
+ <description>
+ Anything NDD20+,CDD10+: Disable clockgating to allow correct
+ errors to be reported in ODL c_err_rpt and other error capture
+ </description>
+ <chipEcFeature>
+ <chip>
+ <name>ENUM_ATTR_NAME_NIMBUS</name>
+ <ec>
+ <value>0x20</value>
+ <test>GREATER_THAN_OR_EQUAL</test>
+ </ec>
+ </chip>
+ <chip>
+ <name>ENUM_ATTR_NAME_CUMULUS</name>
+ <ec>
+ <value>0x10</value>
+ <test>GREATER_THAN_OR_EQUAL</test>
+ </ec>
+ </chip>
+ </chipEcFeature>
+ </attribute>
+ <!-- ******************************************************************** -->
+ <attribute>
<id>ATTR_CHIP_EC_FEATURE_HW426891</id>
<targetType>TARGET_TYPE_PROC_CHIP,TARGET_TYPE_PROC_CHIP</targetType>
<description>
OpenPOWER on IntegriCloud