summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plat/p9/p9_obus.rule
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2017-08-30 14:08:16 -0500
committerZane C. Shelley <zshelle@us.ibm.com>2017-09-05 12:28:28 -0400
commit46320381a43179de649c7ebda761ebd7af276e31 (patch)
tree8301c9e42b48bb21d7c46b7de9a9aa4f2a3c415f /src/usr/diag/prdf/common/plat/p9/p9_obus.rule
parentba3d796f592b200e7be1db4495a6b2adb4d14f2f (diff)
downloadtalos-hostboot-46320381a43179de649c7ebda761ebd7af276e31.tar.gz
talos-hostboot-46320381a43179de649c7ebda761ebd7af276e31.zip
PRD: Updates from RAS XML v100
Change-Id: I9f86bb29267bd969dd89e431886ff9b5b84a1cfd CQ: SW400169 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45412 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com> Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45570 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-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_obus.rule')
-rw-r--r--src/usr/diag/prdf/common/plat/p9/p9_obus.rule28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/usr/diag/prdf/common/plat/p9/p9_obus.rule b/src/usr/diag/prdf/common/plat/p9/p9_obus.rule
index d6767c995..86669fd77 100644
--- a/src/usr/diag/prdf/common/plat/p9/p9_obus.rule
+++ b/src/usr/diag/prdf/common/plat/p9/p9_obus.rule
@@ -466,12 +466,12 @@ group gIOOLFIR filter singlebit, cs_root_cause
/** IOOLFIR[6]
* link0 crc error
*/
- (rIOOLFIR, bit(6)) ? threshold_and_mask;
+ (rIOOLFIR, bit(6)) ? threshold_and_mask_self;
/** IOOLFIR[7]
* link1 crc error
*/
- (rIOOLFIR, bit(7)) ? threshold_and_mask;
+ (rIOOLFIR, bit(7)) ? threshold_and_mask_self;
/** IOOLFIR[8]
* link0 nak received
@@ -506,22 +506,22 @@ group gIOOLFIR filter singlebit, cs_root_cause
/** IOOLFIR[14]
* link0 sl ecc correctable
*/
- (rIOOLFIR, bit(14)) ? threshold_and_mask;
+ (rIOOLFIR, bit(14)) ? threshold_and_mask_self;
/** IOOLFIR[15]
* link1 sl ecc correctable
*/
- (rIOOLFIR, bit(15)) ? threshold_and_mask;
+ (rIOOLFIR, bit(15)) ? threshold_and_mask_self;
/** IOOLFIR[16]
* link0 sl ecc ue
*/
- (rIOOLFIR, bit(16)) ? threshold_and_mask;
+ (rIOOLFIR, bit(16)) ? threshold_and_mask_self;
/** IOOLFIR[17]
* link1 sl ecc ue
*/
- (rIOOLFIR, bit(17)) ? threshold_and_mask;
+ (rIOOLFIR, bit(17)) ? threshold_and_mask_self;
/** IOOLFIR[18]
* link0 retrain threshold
@@ -626,12 +626,12 @@ group gIOOLFIR filter singlebit, cs_root_cause
/** IOOLFIR[38]
* link0 prbs select error
*/
- (rIOOLFIR, bit(38)) ? threshold_and_mask;
+ (rIOOLFIR, bit(38)) ? threshold_and_mask_self;
/** IOOLFIR[39]
* link1 prbs select error
*/
- (rIOOLFIR, bit(39)) ? threshold_and_mask;
+ (rIOOLFIR, bit(39)) ? threshold_and_mask_self;
/** IOOLFIR[40]
* link0 tcomplete bad
@@ -671,22 +671,22 @@ group gIOOLFIR filter singlebit, cs_root_cause
/** IOOLFIR[48]
* link0 npu error
*/
- (rIOOLFIR, bit(48)) ? threshold_and_mask;
+ (rIOOLFIR, bit(48)) ? threshold_and_mask_self;
/** IOOLFIR[49]
* link1 npu error
*/
- (rIOOLFIR, bit(49)) ? threshold_and_mask;
+ (rIOOLFIR, bit(49)) ? threshold_and_mask_self;
/** IOOLFIR[50]
* linkx npu error
*/
- (rIOOLFIR, bit(50)) ? threshold_and_mask;
+ (rIOOLFIR, bit(50)) ? threshold_and_mask_self;
/** IOOLFIR[51]
* osc switch
*/
- (rIOOLFIR, bit(51)) ? threshold_and_mask;
+ (rIOOLFIR, bit(51)) ? threshold_and_mask_self;
/** IOOLFIR[52]
* link0 correctable array error
@@ -837,7 +837,7 @@ group gOBPPEFIR filter singlebit, cs_root_cause
/** OBPPEFIR[7]
* PPE Arb missed scrub tick.
*/
- (rOBPPEFIR, bit(7)) ? threshold_and_mask;
+ (rOBPPEFIR, bit(7)) ? threshold_and_mask_self;
/** OBPPEFIR[8]
* PPE Arb ary ue error.
@@ -847,7 +847,7 @@ group gOBPPEFIR filter singlebit, cs_root_cause
/** OBPPEFIR[9]
* PPE Arb ary ce error.
*/
- (rOBPPEFIR, bit(9)) ? threshold_and_mask;
+ (rOBPPEFIR, bit(9)) ? threshold_and_mask_self;
/** OBPPEFIR[10]
* spare
OpenPOWER on IntegriCloud