summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plat/p9/p9_xbus.rule
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2018-03-01 17:26:16 -0600
committerZane C. Shelley <zshelle@us.ibm.com>2018-03-16 14:52:47 -0400
commitd69704d2fd07ee6f14095773c3412aeaf0d14b07 (patch)
tree9fde75dff5bd59dee816aafbb6c28ada026ada2e /src/usr/diag/prdf/common/plat/p9/p9_xbus.rule
parentcc1ac14babe21d001776d334feaa8eedcdc325b7 (diff)
downloadtalos-hostboot-d69704d2fd07ee6f14095773c3412aeaf0d14b07.tar.gz
talos-hostboot-d69704d2fd07ee6f14095773c3412aeaf0d14b07.zip
PRD: updates to XBUS interface callouts
Change-Id: If7b58b48c673ccbc3b68ba3838472e12847748e1 CQ: SW406147 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54936 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: Caleb N. Palmer <cnpalmer@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55866 CI-Ready: Zane C. Shelley <zshelle@us.ibm.com> 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_xbus.rule')
-rw-r--r--src/usr/diag/prdf/common/plat/p9/p9_xbus.rule22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/usr/diag/prdf/common/plat/p9/p9_xbus.rule b/src/usr/diag/prdf/common/plat/p9/p9_xbus.rule
index a793d3855..512195c30 100644
--- a/src/usr/diag/prdf/common/plat/p9/p9_xbus.rule
+++ b/src/usr/diag/prdf/common/plat/p9/p9_xbus.rule
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2016,2017
+# Contributors Listed Below - COPYRIGHT 2016,2018
# [+] International Business Machines Corp.
#
#
@@ -189,7 +189,7 @@ group gIOXBFIR filter singlebit, cs_root_cause
/** IOXBFIR[2]
* GCR_HANG_ERROR
*/
- (rIOXBFIR, bit(2)) ? calloutXbusInterface;
+ (rIOXBFIR, bit(2)) ? calloutBusInterface_th_32perDay;
/** IOXBFIR[3:7]
* spare
@@ -372,7 +372,7 @@ rule rIOELFIR
IOELFIR & ~IOELFIR_MASK & IOELFIR_ACT0 & IOELFIR_ACT1;
};
-group gIOELFIR filter singlebit, cs_root_cause
+group gIOELFIR filter singlebit, cs_root_cause( 54, 55, 56, 57, 58, 59 )
{
/** IOELFIR[0]
* link0 trained
@@ -512,42 +512,42 @@ group gIOELFIR filter singlebit, cs_root_cause
/** IOELFIR[52]
* link0 correctable array error
*/
- (rIOELFIR, bit(52)) ? self_th_32perDay;
+ (rIOELFIR, bit(52)) ? calloutBusInterface_th_32perDay;
/** IOELFIR[53]
* link1 correctable array error
*/
- (rIOELFIR, bit(53)) ? self_th_32perDay;
+ (rIOELFIR, bit(53)) ? calloutBusInterface_th_32perDay;
/** IOELFIR[54]
* link0 uncorrectable array error
*/
- (rIOELFIR, bit(54)) ? self_th_32perDay;
+ (rIOELFIR, bit(54)) ? calloutBusInterface_th_32perDay;
/** IOELFIR[55]
* link1 uncorrectable array error
*/
- (rIOELFIR, bit(55)) ? self_th_32perDay;
+ (rIOELFIR, bit(55)) ? calloutBusInterface_th_32perDay;
/** IOELFIR[56]
* link0 training failed
*/
- (rIOELFIR, bit(56)) ? self_th_32perDay;
+ (rIOELFIR, bit(56)) ? calloutBusInterface_th_32perDay;
/** IOELFIR[57]
* link1 training failed
*/
- (rIOELFIR, bit(57)) ? self_th_32perDay;
+ (rIOELFIR, bit(57)) ? calloutBusInterface_th_32perDay;
/** IOELFIR[58]
* link0 unrecoverable error
*/
- (rIOELFIR, bit(58)) ? self_th_32perDay;
+ (rIOELFIR, bit(58)) ? calloutBusInterface_th_32perDay;
/** IOELFIR[59]
* link1 unrecoverable error
*/
- (rIOELFIR, bit(59)) ? self_th_32perDay;
+ (rIOELFIR, bit(59)) ? calloutBusInterface_th_32perDay;
/** IOELFIR[60]
* link0 internal error
OpenPOWER on IntegriCloud