summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/initfiles
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2015-03-27 09:48:37 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-04-01 16:06:37 -0500
commit0271c390defa65d68c9282b1d9c9fcc12bee513c (patch)
treeffd1c08f88119d42eb7471d50da2ec7dcc2083e1 /src/usr/hwpf/hwp/initfiles
parent83c0300b82eb5fe72e33cec8e3891d07d1aa4a68 (diff)
downloadtalos-hostboot-0271c390defa65d68c9282b1d9c9fcc12bee513c.tar.gz
talos-hostboot-0271c390defa65d68c9282b1d9c9fcc12bee513c.zip
SW301207: MFG: B111E504 in CNR 10 on Alpine
Change-Id: I754f00468e17ba5819750209cedb9dbddac6932d CQ:SW301207 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/16688 Reviewed-by: Thi N. Tran <thi@us.ibm.com> Tested-by: Thi N. Tran <thi@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/16689 Tested-by: Jenkins Server Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/initfiles')
-rw-r--r--src/usr/hwpf/hwp/initfiles/p8.mcs.scom.initfile15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/usr/hwpf/hwp/initfiles/p8.mcs.scom.initfile b/src/usr/hwpf/hwp/initfiles/p8.mcs.scom.initfile
index f638988c9..b346ead28 100644
--- a/src/usr/hwpf/hwp/initfiles/p8.mcs.scom.initfile
+++ b/src/usr/hwpf/hwp/initfiles/p8.mcs.scom.initfile
@@ -1,9 +1,12 @@
-#-- $Id: p8.mcs.scom.initfile,v 1.20 2014/11/14 19:28:16 baysah Exp $
+#-- $Id: p8.mcs.scom.initfile,v 1.21 2014/11/17 21:13:37 baysah Exp $
#-- CHANGE HISTORY:
#--------------------------------------------------------------------------------
#-- Version:|Author: | Date: | Comment:
#-- --------|--------|--------|--------------------------------------------------
#-- | | |
+#-- 1.21|baysah |11/17/14|- FW630892 : Disable MCS Read Data OctoWord Gathering to prevent dcbz starvation
+#-- | | |- Don't attempt to enable this workaround for MurDD1.x, because it doesn't exist.
+#-- | | |
#-- 1.20|baysah |11/14/14|- FW630892 : Disable MCS Read Data OctoWord Gathering to prevent dcbz starvation
#-- | | |
#-- 1.19|baysah |10/22/14|- SW281364 : Remove ATTR_PM_SLEEP_ENABLE condition so MCS workaround for L4-CAPI Deadlock is for all systems types
@@ -184,11 +187,11 @@ define ecc_bypass_disable = ((TGT1.ATTR_CHIP_EC_FEATURE_MCS_ECC_BYPASS_DISABLE !
#--******************************************************************************
#-- MCS Mode3 Register
#--******************************************************************************
- scom 0x000000000201180A {
- bits , scom_data ;
- 24 , 0b1 ; # MCMODE3Q_ENABLE_LOCAL_TIMEOUT_TIMEBASE
- 25:30, 0b000001 ; # MCMODE3Q_LOCAL_TIMEOUT_TIMEBASE_THRESHOLD
- 48:52, 0b11111 ; # MCMODE3Q_READ_RAMP_PERF_TRESHOLD
+ scom 0x000000000201180A {
+ bits , scom_data , expr ;
+ 24 , 0b1 , any ; # MCMODE3Q_ENABLE_LOCAL_TIMEOUT_TIMEBASE
+ 25:30, 0b000001 , any ; # MCMODE3Q_LOCAL_TIMEOUT_TIMEBASE_THRESHOLD
+ 48:52, 0b11111 , (ATTR_CHIP_EC_FEATURE_MCS_MURDD1_FIR_CONTROL == 0) ; # MCMODE3Q_READ_RAMP_PERF_TRESHOLD
}
OpenPOWER on IntegriCloud