diff options
author | Prachi Gupta <pragupta@us.ibm.com> | 2015-01-19 23:40:00 -0600 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-01-21 14:55:14 -0600 |
commit | 8ff361f83f059c5e9f0918332e0cf5d0dda6e38e (patch) | |
tree | 9c30f096035466a9d37b41b2746d34dea6b9dc18 /src/usr/hwpf | |
parent | 05f4c9256a0bf53b019cf9ed8af29c3dd76faf74 (diff) | |
download | talos-hostboot-8ff361f83f059c5e9f0918332e0cf5d0dda6e38e.tar.gz talos-hostboot-8ff361f83f059c5e9f0918332e0cf5d0dda6e38e.zip |
FW630892: Disable MCS Read Data OctoWord Gathering
Change-Id: I3039ddfb49ddf962e7b7d015f6132c905bb3cf60
CQ:FW630892
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15117
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com>
Tested-by: PRACHI GUPTA <pragupta@us.ibm.com>
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15247
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf')
-rw-r--r-- | src/usr/hwpf/hwp/initfiles/p8.mcs.scom.initfile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr/hwpf/hwp/initfiles/p8.mcs.scom.initfile b/src/usr/hwpf/hwp/initfiles/p8.mcs.scom.initfile index fde038ee1..f638988c9 100644 --- a/src/usr/hwpf/hwp/initfiles/p8.mcs.scom.initfile +++ b/src/usr/hwpf/hwp/initfiles/p8.mcs.scom.initfile @@ -1,9 +1,11 @@ -#-- $Id: p8.mcs.scom.initfile,v 1.19 2014/10/22 21:21:12 baysah Exp $ +#-- $Id: p8.mcs.scom.initfile,v 1.20 2014/11/14 19:28:16 baysah Exp $ #-- CHANGE HISTORY: #-------------------------------------------------------------------------------- #-- Version:|Author: | Date: | Comment: #-- --------|--------|--------|-------------------------------------------------- #-- | | | +#-- 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 #-- | | |- per Kevin Reick #-- | | | @@ -186,6 +188,7 @@ define ecc_bypass_disable = ((TGT1.ATTR_CHIP_EC_FEATURE_MCS_ECC_BYPASS_DISABLE ! 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 } |