summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plat
diff options
context:
space:
mode:
authorBilicon Patil <bilpatil@in.ibm.com>2014-04-01 07:56:06 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-04-11 15:14:30 -0500
commit29ffd16b0a5ca8f36b7e2e224d260422e55eeb09 (patch)
tree924c4f1e9613009ebb09cbc10cb8de2d3ecddba5 /src/usr/diag/prdf/common/plat
parentdb08d0310a57fcc30d75a67e1692a1c1c5a812c2 (diff)
downloadtalos-hostboot-29ffd16b0a5ca8f36b7e2e224d260422e55eeb09.tar.gz
talos-hostboot-29ffd16b0a5ca8f36b7e2e224d260422e55eeb09.zip
PRD: Review changes of Centaur RAS Spreadsheet v44
Change-Id: I766cab50acd408ce586dd32e5806b454c12da857 CQ: SW253772 Backport: release-fips810 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10024 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10443 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/common/plat')
-rwxr-xr-xsrc/usr/diag/prdf/common/plat/pegasus/Mba.rule4
-rwxr-xr-xsrc/usr/diag/prdf/common/plat/pegasus/Membuf_acts_NEST.rule10
2 files changed, 7 insertions, 7 deletions
diff --git a/src/usr/diag/prdf/common/plat/pegasus/Mba.rule b/src/usr/diag/prdf/common/plat/pegasus/Mba.rule
index 40a2187ca..361375447 100755
--- a/src/usr/diag/prdf/common/plat/pegasus/Mba.rule
+++ b/src/usr/diag/prdf/common/plat/pegasus/Mba.rule
@@ -708,7 +708,7 @@ group gMbaCalFir filter singlebit
/** MBACALFIR[10]
* MBACALFIRQ_MBA_WRD_CE
*/
- (MbaCalFir, bit(10)) ? thresholdAndMask_self;
+ (MbaCalFir, bit(10)) ? SelfMedThr32PerDay;
/** MBACALFIR[11]
* MBACALFIRQ_MBA_MAINT_UE
@@ -728,7 +728,7 @@ group gMbaCalFir filter singlebit
/** MBACALFIR[14]
* MBACALFIRQ_WRQ_DATA_CE
*/
- (MbaCalFir, bit(14)) ? thresholdAndMask_self;
+ (MbaCalFir, bit(14)) ? SelfMedThr32PerDay;
/** MBACALFIR[15]
* MBACALFIRQ_WRQ_DATA_UE
diff --git a/src/usr/diag/prdf/common/plat/pegasus/Membuf_acts_NEST.rule b/src/usr/diag/prdf/common/plat/pegasus/Membuf_acts_NEST.rule
index 1f51bf813..3b6fe7ba1 100755
--- a/src/usr/diag/prdf/common/plat/pegasus/Membuf_acts_NEST.rule
+++ b/src/usr/diag/prdf/common/plat/pegasus/Membuf_acts_NEST.rule
@@ -1270,20 +1270,20 @@ actionclass calloutDmiBusTh2pday { calloutDmiBus; threshold2pday; };
actionclass calloutDmiBusLvl2Th1 { calloutDmiBusTh1; callout2ndLvlLow; };
/** Callout MCS, centaur, threshold 1 and set SUE genreation point */
-actionclass CalloutMcsMedSelfLowThr1UE
+actionclass CalloutMcsMedSelfMedThr1UE
{
callout(connected(TYPE_MCS),MRU_MED);
- calloutSelfLow;
+ calloutSelfMed;
threshold1;
SUEGenerationPoint;
};
/** If channel Replay Timeout do nothing else
- * execute CalloutMcsMedSelfLowThr1UE
+ * execute CalloutMcsMedSelfMedThr1UE
*/
actionclass chkChnlReplTOCalloutMcsSelfThr1UE
{
- try( funccall("checkChnlReplayTimeOut"), CalloutMcsMedSelfLowThr1UE );
+ try( funccall("checkChnlReplayTimeOut"), CalloutMcsMedSelfMedThr1UE );
};
/** If no channel Replay Timeout, execute SelfMedThr1UE */
@@ -1292,7 +1292,7 @@ actionclass chkChnlReplTOSelfMedThr1UE
try( funccall("checkChnlReplayTimeOut"), SelfMedThr1UE );
};
-/** If no sparebit is set, execute SelfMedThr1UE */
+/** If no sparebit is set, execute calloutDmiBusTh2pday*/
actionclass analyzeSpareBitAndThr
{
try( funccall("checkSpareBit"), calloutDmiBusTh2pday );
OpenPOWER on IntegriCloud