summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plat/p9/p9_mca.rule
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2017-02-10 16:30:47 -0600
committerZane C. Shelley <zshelle@us.ibm.com>2017-02-16 12:32:30 -0500
commita4c70975fc0248d66bbfaa5a18b9817cd0d4384a (patch)
treeff30a2f9463237407a391bc8a11b5c3cbd02759b /src/usr/diag/prdf/common/plat/p9/p9_mca.rule
parent2fc2af3a3531e91e0f20c245742e6fd08d283d7f (diff)
downloadtalos-hostboot-a4c70975fc0248d66bbfaa5a18b9817cd0d4384a.tar.gz
talos-hostboot-a4c70975fc0248d66bbfaa5a18b9817cd0d4384a.zip
PRD: rule file updates for MCA unit
Change-Id: Ib37b1ec290081428a9c627ec1683568382d3612f RTC: 169104 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36316 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com> Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36515 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/common/plat/p9/p9_mca.rule')
-rw-r--r--src/usr/diag/prdf/common/plat/p9/p9_mca.rule18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/usr/diag/prdf/common/plat/p9/p9_mca.rule b/src/usr/diag/prdf/common/plat/p9/p9_mca.rule
index 0fc5ec54b..787c8700a 100644
--- a/src/usr/diag/prdf/common/plat/p9/p9_mca.rule
+++ b/src/usr/diag/prdf/common/plat/p9/p9_mca.rule
@@ -414,7 +414,7 @@ group gMCAECCFIR filter singlebit, cs_root_cause( 14 )
/** MCAECCFIR[17]
* Mainline read IUE
*/
- (rMCAECCFIR, bit(17)) ? defaultMaskedError;
+ (rMCAECCFIR, bit(17)) ? mainline_iue_handling;
/** MCAECCFIR[18]
* Mainline read IRCD
@@ -424,7 +424,7 @@ group gMCAECCFIR filter singlebit, cs_root_cause( 14 )
/** MCAECCFIR[19]
* Mainline read IMPE
*/
- (rMCAECCFIR, bit(19)) ? defaultMaskedError;
+ (rMCAECCFIR, bit(19)) ? mainline_impe_handling;
/** MCAECCFIR[20:27]
* Maintenance MPE
@@ -479,7 +479,7 @@ group gMCAECCFIR filter singlebit, cs_root_cause( 14 )
/** MCAECCFIR[37]
* Maintenance IUE
*/
- (rMCAECCFIR, bit(37)) ? defaultMaskedError;
+ (rMCAECCFIR, bit(37)) ? maintenance_iue_handling;
/** MCAECCFIR[38]
* Maintenance IRCD
@@ -489,7 +489,7 @@ group gMCAECCFIR filter singlebit, cs_root_cause( 14 )
/** MCAECCFIR[39]
* Maintenance IMPE
*/
- (rMCAECCFIR, bit(39)) ? defaultMaskedError;
+ (rMCAECCFIR, bit(39)) ? maintenance_impe_handling;
/** MCAECCFIR[40]
* spare
@@ -625,12 +625,12 @@ group gDDRPHYFIR filter singlebit, cs_root_cause
/** DDRPHYFIR[54]
* Non-recoverable FSM error
*/
- (rDDRPHYFIR, bit(54)) ? defaultMaskedError;
+ (rDDRPHYFIR, bit(54)) ? mca_ue_algorithm_th_5perDay;
/** DDRPHYFIR[55]
* Full bus impact Register Parity Error
*/
- (rDDRPHYFIR, bit(55)) ? defaultMaskedError;
+ (rDDRPHYFIR, bit(55)) ? mca_ue_algorithm_th_1;
/** DDRPHYFIR[56]
* DDRPHY Parity errors
@@ -640,17 +640,17 @@ group gDDRPHYFIR filter singlebit, cs_root_cause
/** DDRPHYFIR[57]
* FSM errors
*/
- (rDDRPHYFIR, bit(57)) ? defaultMaskedError;
+ (rDDRPHYFIR, bit(57)) ? mca_ue_algorithm_th_5perDay;
/** DDRPHYFIR[58]
* Register parity error impacting 16 bits
*/
- (rDDRPHYFIR, bit(58)) ? defaultMaskedError;
+ (rDDRPHYFIR, bit(58)) ? mca_ue_algorithm_th_1;
/** DDRPHYFIR[59]
* Register parity error impacting 8 bits
*/
- (rDDRPHYFIR, bit(59)) ? defaultMaskedError;
+ (rDDRPHYFIR, bit(59)) ? mca_ue_algorithm_th_1;
/** DDRPHYFIR[60]
* Register PE 4 bit impact
OpenPOWER on IntegriCloud