summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plat/pegasus
diff options
context:
space:
mode:
authorPrem Shanker Jha <premjha2@in.ibm.com>2013-09-24 11:01:57 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-11-07 15:07:24 -0600
commit3f1d142aec4866b3796b20f2ed3d1f7aff544d1f (patch)
tree3eb724c550880698131ef77c835130e4830c4a04 /src/usr/diag/prdf/common/plat/pegasus
parent288892a74556c285f8ec6b823dd8929fed1b4ac2 (diff)
downloadtalos-hostboot-3f1d142aec4866b3796b20f2ed3d1f7aff544d1f.tar.gz
talos-hostboot-3f1d142aec4866b3796b20f2ed3d1f7aff544d1f.zip
PRDF:Change in action for PSIHBFIR[5,6]
Based on discussion with hardware team, no interrupts are expected from PSIHBFIR bit 5 and 6 during hostboot and during runtime. These two bits are masked in hardware. RTC:82351 Change-Id: Ib41b568fe740a9b20d025174b89a0e9c734f5083 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/6327 Tested-by: Jenkins Server Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: BENJAMIN J. WEISENBECK <bweisenb@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7083
Diffstat (limited to 'src/usr/diag/prdf/common/plat/pegasus')
-rwxr-xr-xsrc/usr/diag/prdf/common/plat/pegasus/Proc_acts_PB.rule29
-rwxr-xr-xsrc/usr/diag/prdf/common/plat/pegasus/prdfP8Proc.C1
2 files changed, 2 insertions, 28 deletions
diff --git a/src/usr/diag/prdf/common/plat/pegasus/Proc_acts_PB.rule b/src/usr/diag/prdf/common/plat/pegasus/Proc_acts_PB.rule
index 4f6c75f80..a767971c3 100755
--- a/src/usr/diag/prdf/common/plat/pegasus/Proc_acts_PB.rule
+++ b/src/usr/diag/prdf/common/plat/pegasus/Proc_acts_PB.rule
@@ -1558,12 +1558,12 @@ group gPsiHbFir filter singlebit
/** PSIHBFIR[5]
* FSP_ECC_ERR_CE
*/
- (PsiHbFir, bit(5)) ? calloutPsiThr32;
+ (PsiHbFir, bit(5)) ? defaultMaskedError;
/** PSIHBFIR[6]
* FSP_ECC_ERR_UE
*/
- (PsiHbFir, bit(6)) ? calloutPsiThr1;
+ (PsiHbFir, bit(6)) ? defaultMaskedError;
/** PSIHBFIR[7]
* ERROR_STATE
@@ -3097,28 +3097,3 @@ actionclass callout2ndLvlMedThr1
threshold1;
};
-/** callout both ends of PSI Link.Threshold is 32 events per day.
- */
-actionclass calloutPsiThr32
-{
-#FIXME RTC 23127 Discussion in progress on this.Based on the outcome of
-# discussion, there are chances that we may replace this and calloutPsiThr1
-# with default masked error.
-
- calloutPsiLink;
- threshold32pday;
-};
-
-/** callout both ends of PSI Link on first instance.*/
-actionclass calloutPsiThr1
-{
- calloutPsiLink;
- threshold1;
-};
-
-/** callout both ends of PSI link */
-actionclass calloutPsiLink
-{
- callout(connected(TYPE_PSI, 0), MRU_MEDA);
- funccall("calloutPeerBus_psi0");
-};
diff --git a/src/usr/diag/prdf/common/plat/pegasus/prdfP8Proc.C b/src/usr/diag/prdf/common/plat/pegasus/prdfP8Proc.C
index 32474a354..0de1130bd 100755
--- a/src/usr/diag/prdf/common/plat/pegasus/prdfP8Proc.C
+++ b/src/usr/diag/prdf/common/plat/pegasus/prdfP8Proc.C
@@ -627,7 +627,6 @@ PLUGIN_CALLOUT_PEER_BUS( xbus, TYPE_XBUS, 3 )
PLUGIN_CALLOUT_PEER_BUS( abus, TYPE_ABUS, 0 )
PLUGIN_CALLOUT_PEER_BUS( abus, TYPE_ABUS, 1 )
PLUGIN_CALLOUT_PEER_BUS( abus, TYPE_ABUS, 2 )
-PLUGIN_CALLOUT_PEER_BUS( psi, TYPE_PSI, 0 )
#undef PLUGIN_CALLOUT_PEER_BUS
OpenPOWER on IntegriCloud