Skip to content

Commit

Permalink
PRD: PHBNFIR callout proc instead of PHB
Browse files Browse the repository at this point in the history
Change-Id: Id3b5d454ed85e15691da8408d00ccb5202c4efc6
CQ: SW454695
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70766
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71001
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@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>
  • Loading branch information
cnpalmer authored and zane131 committed Jan 29, 2019
1 parent d5fe22b commit 5b03768
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/usr/diag/prdf/common/plat/nimbus/nimbus_phb.rule
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
# Contributors Listed Below - COPYRIGHT 2016,2018
# Contributors Listed Below - COPYRIGHT 2016,2019
# [+] International Business Machines Corp.
#
#
Expand Down Expand Up @@ -212,7 +212,7 @@ group gPHBNFIR
/** PHBNFIR[0]
* BAR Parity Error
*/
(rPHBNFIR, bit(0)) ? self_th_1;
(rPHBNFIR, bit(0)) ? parent_proc_th_1;

/** PHBNFIR[1]
* Parity Errors on Registers besides BAR
Expand Down Expand Up @@ -252,12 +252,12 @@ group gPHBNFIR
/** PHBNFIR[8]
* Register Array Parity Error
*/
(rPHBNFIR, bit(8)) ? self_th_1;
(rPHBNFIR, bit(8)) ? parent_proc_th_1;

/** PHBNFIR[9]
* Power Bus Interface Parity Error
*/
(rPHBNFIR, bit(9)) ? self_th_1;
(rPHBNFIR, bit(9)) ? parent_proc_th_1;

/** PHBNFIR[10]
* Power Bus Data Hang
Expand Down Expand Up @@ -297,7 +297,7 @@ group gPHBNFIR
/** PHBNFIR[17]
* Hardware Error
*/
(rPHBNFIR, bit(17)) ? self_th_1;
(rPHBNFIR, bit(17)) ? parent_proc_th_1;

/** PHBNFIR[18]
* Unsolicited Power Bus Data
Expand Down

0 comments on commit 5b03768

Please sign in to comment.