summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ploetz <maploetz@us.ibm.com>2015-07-19 17:18:08 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-07-27 22:41:58 -0500
commitf297f81b3dabb99f8cc995c4296303e55c15013c (patch)
tree7e7cf226c2882adc9650b4e62c8c320af3972985
parentb7f5e1563415cf786ca80c83351d792a70c18899 (diff)
downloadtalos-hostboot-f297f81b3dabb99f8cc995c4296303e55c15013c.tar.gz
talos-hostboot-f297f81b3dabb99f8cc995c4296303e55c15013c.zip
SW275459: Travis3-EN bandwidth down by 33% on Brazos.
CQ:SW275459 Change-Id: I9de93a51be011225da735e94187373fc24856770 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/18390 Reviewed-by: MATTHEW A. PLOETZ <maploetz@us.ibm.com> Tested-by: MATTHEW A. PLOETZ <maploetz@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19161 Tested-by: Jenkins Server Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
-rw-r--r--src/usr/hwpf/hwp/initfiles/p8.pe.phase2.scom.initfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/hwpf/hwp/initfiles/p8.pe.phase2.scom.initfile b/src/usr/hwpf/hwp/initfiles/p8.pe.phase2.scom.initfile
index 2f72a6a77..86a0b0b27 100644
--- a/src/usr/hwpf/hwp/initfiles/p8.pe.phase2.scom.initfile
+++ b/src/usr/hwpf/hwp/initfiles/p8.pe.phase2.scom.initfile
@@ -1,4 +1,4 @@
-#-- $Id: p8.pe.phase2.scom.initfile,v 1.7 2015/02/16 22:21:07 ricmata Exp $
+#-- $Id: p8.pe.phase2.scom.initfile,v 1.8 2015/06/11 20:32:23 ricmata Exp $
#-------------------------------------------------------------------------------
#--
#-- (C) Copyright International Business Machines Corp. 2011
@@ -43,6 +43,7 @@ define enable_dmar_ooo = (ATTR_CHIP_EC_FEATURE_ENABLE_PCI_DMAR_OOO != 0)
#-- PBCQ Mode Control Register
scom 0x0201200B {
bits, scom_data, expr;
+ 6:7, 0b00, (phb0); #-- disable wr-cache-inject mode for TCPIP performance (SW275459)
12, 0b1, (phb0); #-- disable group scope on TCE read requests
26, 0b1, (phb0 && enable_enh_ive_ordering); #-- enable enhanced IVE performance ordering only where supported (HW226407)
27, 0b1, (phb0); #-- force IVE write operations to system scope
@@ -50,6 +51,7 @@ scom 0x0201200B {
scom 0x0201240B {
bits, scom_data, expr;
+ 6:7, 0b00, (phb1);
12, 0b1, (phb1);
26, 0b1, (phb1 && enable_enh_ive_ordering);
27, 0b1, (phb1);
@@ -57,6 +59,7 @@ scom 0x0201240B {
scom 0x0201280B {
bits, scom_data, expr;
+ 6:7, 0b00, (phb2);
12, 0b1, (phb2);
26, 0b1, (phb2 && enable_enh_ive_ordering);
27, 0b1, (phb2);
@@ -64,6 +67,7 @@ scom 0x0201280B {
scom 0x02012C0B {
bits, scom_data, expr;
+ 6:7, 0b00, (phb3);
12, 0b1, (phb3);
26, 0b1, (phb3 && enable_enh_ive_ordering);
27, 0b1, (phb3);
OpenPOWER on IntegriCloud