summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/proc_chip_ec_feature.xml
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2014-08-25 11:51:27 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-09-02 11:45:16 -0500
commit2247727b334be86e50bd211ddecefcdbe3dcb700 (patch)
tree1825055fcac2b503e6831766cd3f69ac78151772 /src/usr/hwpf/hwp/proc_chip_ec_feature.xml
parent181b9064a936d5e6bf91cd1cfcddabf728a22173 (diff)
downloadtalos-hostboot-2247727b334be86e50bd211ddecefcdbe3dcb700.tar.gz
talos-hostboot-2247727b334be86e50bd211ddecefcdbe3dcb700.zip
SW274117: INITPROC: reject request for collection of invalid trace array
Change-Id: Ife9073e9529ee17486b66383ab47a97c8033b5fe CQ:SW274117 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/12889 Reviewed-by: MATTHEW A. PLOETZ <maploetz@us.ibm.com> Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Tested-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/12994 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/proc_chip_ec_feature.xml')
-rw-r--r--src/usr/hwpf/hwp/proc_chip_ec_feature.xml22
1 files changed, 20 insertions, 2 deletions
diff --git a/src/usr/hwpf/hwp/proc_chip_ec_feature.xml b/src/usr/hwpf/hwp/proc_chip_ec_feature.xml
index 490309364..0226cc875 100644
--- a/src/usr/hwpf/hwp/proc_chip_ec_feature.xml
+++ b/src/usr/hwpf/hwp/proc_chip_ec_feature.xml
@@ -5,7 +5,9 @@
<!-- -->
<!-- OpenPOWER HostBoot Project -->
<!-- -->
-<!-- COPYRIGHT International Business Machines Corp. 2013,2014 -->
+<!-- Contributors Listed Below - COPYRIGHT 2013,2014 -->
+<!-- [+] International Business Machines Corp. -->
+<!-- -->
<!-- -->
<!-- Licensed under the Apache License, Version 2.0 (the "License"); -->
<!-- you may not use this file except in compliance with the License. -->
@@ -20,7 +22,7 @@
<!-- permissions and limitations under the License. -->
<!-- -->
<!-- IBM_PROLOG_END_TAG -->
-<!-- $Id: proc_chip_ec_feature.xml,v 1.54 2014/06/11 16:30:11 jmcgill Exp $ -->
+<!-- $Id: proc_chip_ec_feature.xml,v 1.55 2014/08/18 19:55:30 jmcgill Exp $ -->
<!-- Defines the attributes that are based on EC level -->
<attributes>
<attribute>
@@ -40,6 +42,22 @@
</chipEcFeature>
</attribute>
<attribute>
+ <id>ATTR_CHIP_EC_FEATURE_NAPLES_SPECIFIC</id>
+ <targetType>TARGET_TYPE_PROC_CHIP</targetType>
+ <description>
+ For Naples specific inits. Returns true if Naples.
+ </description>
+ <chipEcFeature>
+ <chip>
+ <name>ENUM_ATTR_NAME_NAPLES</name>
+ <ec>
+ <value>0x10</value>
+ <test>GREATER_THAN_OR_EQUAL</test>
+ </ec>
+ </chip>
+ </chipEcFeature>
+ </attribute>
+ <attribute>
<id>ATTR_CHIP_EC_FEATURE_HW_BUG_PIBSLVRESET</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
OpenPOWER on IntegriCloud