summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plat/p9/p9_cumulus.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_cumulus.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_cumulus.rule')
-rw-r--r--src/usr/diag/prdf/common/plat/p9/p9_cumulus.rule24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/usr/diag/prdf/common/plat/p9/p9_cumulus.rule b/src/usr/diag/prdf/common/plat/p9/p9_cumulus.rule
index 12c54db9a..0626535ef 100644
--- a/src/usr/diag/prdf/common/plat/p9/p9_cumulus.rule
+++ b/src/usr/diag/prdf/common/plat/p9/p9_cumulus.rule
@@ -6213,32 +6213,32 @@ group gPBIOEFIR filter singlebit, cs_root_cause( 8, 11, 14 )
/** PBIOEFIR[28]
* parser00 attn or X0evn link down
*/
- (rPBIOEFIR, bit(28)) ? self_th_1;
+ (rPBIOEFIR, bit(28)) ? calloutBusInterface_xbus0_th_1;
/** PBIOEFIR[29]
* parser01 attn or X0odd link down
*/
- (rPBIOEFIR, bit(29)) ? self_th_1;
+ (rPBIOEFIR, bit(29)) ? calloutBusInterface_xbus0_th_1;
/** PBIOEFIR[30]
* parser02 attn or X1evn link down
*/
- (rPBIOEFIR, bit(30)) ? self_th_1;
+ (rPBIOEFIR, bit(30)) ? calloutBusInterface_xbus1_th_1;
/** PBIOEFIR[31]
* parser03 attn or X1odd link down
*/
- (rPBIOEFIR, bit(31)) ? self_th_1;
+ (rPBIOEFIR, bit(31)) ? calloutBusInterface_xbus1_th_1;
/** PBIOEFIR[32]
* parser04 attn or X2evn link down
*/
- (rPBIOEFIR, bit(32)) ? self_th_1;
+ (rPBIOEFIR, bit(32)) ? calloutBusInterface_xbus2_th_1;
/** PBIOEFIR[33]
* parser05 attn or X2odd link down
*/
- (rPBIOEFIR, bit(33)) ? self_th_1;
+ (rPBIOEFIR, bit(33)) ? calloutBusInterface_xbus2_th_1;
/** PBIOEFIR[34:35]
* spare
@@ -6313,17 +6313,17 @@ group gPBIOEFIR filter singlebit, cs_root_cause( 8, 11, 14 )
/** PBIOEFIR[52]
* data outbnd switch int. err-links 01
*/
- (rPBIOEFIR, bit(52)) ? chip_to_chip;
+ (rPBIOEFIR, bit(52)) ? calloutBusInterface_xbus0_th_1;
/** PBIOEFIR[53]
* data outbnd switch int. err-links 23
*/
- (rPBIOEFIR, bit(53)) ? chip_to_chip;
+ (rPBIOEFIR, bit(53)) ? calloutBusInterface_xbus1_th_1;
/** PBIOEFIR[54]
* data outbnd switch int. err-links 45
*/
- (rPBIOEFIR, bit(54)) ? chip_to_chip;
+ (rPBIOEFIR, bit(54)) ? calloutBusInterface_xbus2_th_1;
/** PBIOEFIR[55]
* spare
@@ -6333,17 +6333,17 @@ group gPBIOEFIR filter singlebit, cs_root_cause( 8, 11, 14 )
/** PBIOEFIR[56]
* data inbnd switch int. err-links 01
*/
- (rPBIOEFIR, bit(56)) ? chip_to_chip;
+ (rPBIOEFIR, bit(56)) ? calloutBusInterface_xbus0_th_1;
/** PBIOEFIR[57]
* data inbnd switch int. err-links 23
*/
- (rPBIOEFIR, bit(57)) ? chip_to_chip;
+ (rPBIOEFIR, bit(57)) ? calloutBusInterface_xbus1_th_1;
/** PBIOEFIR[58]
* data inbnd switch int. err-links 45
*/
- (rPBIOEFIR, bit(58)) ? chip_to_chip;
+ (rPBIOEFIR, bit(58)) ? calloutBusInterface_xbus2_th_1;
/** PBIOEFIR[59:61]
* spare
OpenPOWER on IntegriCloud