summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/proc_chip_ec_feature.xml
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2014-05-21 15:19:30 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-05-29 11:26:13 -0500
commit2e0d16d32cb3ad4b5d8ead6531450204e2fec4e3 (patch)
tree52265cdddd0e4d02bf1090dd528068d78f63b3de /src/usr/hwpf/hwp/proc_chip_ec_feature.xml
parent6681d384d729d448ef2b864a1f28d8982ad8f3cc (diff)
downloadtalos-hostboot-2e0d16d32cb3ad4b5d8ead6531450204e2fec4e3.tar.gz
talos-hostboot-2e0d16d32cb3ad4b5d8ead6531450204e2fec4e3.zip
SW260449: INITPROC: update to ship mode Brazos fabric configuration
Change-Id: I00f7ef9f1e87882fd9328bf9d9e032bb404d6bb9 CQ:SW260449 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11222 Tested-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11223 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.xml44
1 files changed, 40 insertions, 4 deletions
diff --git a/src/usr/hwpf/hwp/proc_chip_ec_feature.xml b/src/usr/hwpf/hwp/proc_chip_ec_feature.xml
index b0ed10690..6ff0b8e7a 100644
--- a/src/usr/hwpf/hwp/proc_chip_ec_feature.xml
+++ b/src/usr/hwpf/hwp/proc_chip_ec_feature.xml
@@ -20,7 +20,7 @@
<!-- permissions and limitations under the License. -->
<!-- -->
<!-- IBM_PROLOG_END_TAG -->
-<!-- $Id: proc_chip_ec_feature.xml,v 1.51 2014/04/07 16:58:28 baysah Exp $ -->
+<!-- $Id: proc_chip_ec_feature.xml,v 1.52 2014/05/15 16:36:14 jmcgill Exp $ -->
<!-- Defines the attributes that are based on EC level -->
<attributes>
<attribute>
@@ -631,9 +631,9 @@
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
True if:
- Murano/Venice EC greater than or equal to 0x20 (RR mode)
- False otherwise:
- Set LFSR mode
+ Murano EC greater than or equal to 0x20
+ Venice EC less than 0x20
+ False otherwise
</description>
<chipEcFeature>
<chip>
@@ -647,6 +647,42 @@
<name>ENUM_ATTR_NAME_VENICE</name>
<ec>
<value>0x20</value>
+ <test>LESS_THAN</test>
+ </ec>
+ </chip>
+ </chipEcFeature>
+ </attribute>
+ <attribute>
+ <id>ATTR_CHIP_EC_FEATURE_FBC_UX_SCOPE_ARB_LFSR_ON_STARVATION_ELSE_RR</id>
+ <targetType>TARGET_TYPE_PROC_CHIP</targetType>
+ <description>
+ True if:
+ Venice EC greater than or equal to 0x20
+ False otherwise
+ </description>
+ <chipEcFeature>
+ <chip>
+ <name>ENUM_ATTR_NAME_VENICE</name>
+ <ec>
+ <value>0x20</value>
+ <test>GREATER_THAN_OR_EQUAL</test>
+ </ec>
+ </chip>
+ </chipEcFeature>
+ </attribute>
+ <attribute>
+ <id>ATTR_CHIP_EC_FEATURE_FBC_UX_LOCAL_ARB_RR</id>
+ <targetType>TARGET_TYPE_PROC_CHIP</targetType>
+ <description>
+ True if:
+ Venice EC greater than or equal to 0x20
+ False otherwise
+ </description>
+ <chipEcFeature>
+ <chip>
+ <name>ENUM_ATTR_NAME_VENICE</name>
+ <ec>
+ <value>0x20</value>
<test>GREATER_THAN_OR_EQUAL</test>
</ec>
</chip>
OpenPOWER on IntegriCloud