summaryrefslogtreecommitdiffstats
path: root/src/usr/diag
diff options
context:
space:
mode:
authorChris Phan <cphan@us.ibm.com>2012-11-27 14:18:59 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-11-30 15:37:43 -0600
commitfcceb30e0e3b29827255d7c50f03bf23901d1544 (patch)
tree7cb49b1a659821a3154ee0d38419fbe495cdda5c /src/usr/diag
parent3a0853d0a62b8533f1aaf150f2896b0d489d11d3 (diff)
downloadtalos-hostboot-fcceb30e0e3b29827255d7c50f03bf23901d1544.tar.gz
talos-hostboot-fcceb30e0e3b29827255d7c50f03bf23901d1544.zip
Fix Global FIR bit maps for EX chiplets
Change-Id: Icaf14595ad464c5725087d2eadcc3306fbbc5880 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2438 Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: Bradley W. Bishop <bradleyb@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2475
Diffstat (limited to 'src/usr/diag')
-rwxr-xr-xsrc/usr/diag/prdf/common/plat/pegasus/Proc.rule48
1 files changed, 24 insertions, 24 deletions
diff --git a/src/usr/diag/prdf/common/plat/pegasus/Proc.rule b/src/usr/diag/prdf/common/plat/pegasus/Proc.rule
index 027ab4ce3..e3ff10a8e 100755
--- a/src/usr/diag/prdf/common/plat/pegasus/Proc.rule
+++ b/src/usr/diag/prdf/common/plat/pegasus/Proc.rule
@@ -161,65 +161,65 @@ group gGlobalFir attntype CHECK_STOP, RECOVERABLE filter singlebit
*/
(GlobalFir, bit(9)) ? analyze(gPcieChipletFir);
- /** GLOBAL_FIR[11]
+ /** GLOBAL_FIR[17]
* Attention from EX1 (Venice only)
*/
- (GlobalFir, bit(11)) ? defaultMaskedError;
+ (GlobalFir, bit(17)) ? defaultMaskedError;
- /** GLOBAL_FIR[12]
+ /** GLOBAL_FIR[18]
* Attention from EX2 (Venice only)
*/
- (GlobalFir, bit(12)) ? defaultMaskedError;
+ (GlobalFir, bit(18)) ? defaultMaskedError;
- /** GLOBAL_FIR[13]
+ /** GLOBAL_FIR[19]
* Attention from EX3 (Venice only)
*/
- (GlobalFir, bit(13)) ? defaultMaskedError;
+ (GlobalFir, bit(19)) ? defaultMaskedError;
- /** GLOBAL_FIR[14]
+ /** GLOBAL_FIR[20]
* Attention from EX4
*/
- (GlobalFir, bit(14)) ? analyzeEx4;
+ (GlobalFir, bit(20)) ? analyzeEx4;
- /** GLOBAL_FIR[15]
+ /** GLOBAL_FIR[21]
* Attention from EX5
*/
- (GlobalFir, bit(15)) ? analyzeEx5;
+ (GlobalFir, bit(21)) ? analyzeEx5;
- /** GLOBAL_FIR[16]
+ /** GLOBAL_FIR[22]
* Attention from EX6
*/
- (GlobalFir, bit(16)) ? analyzeEx6;
+ (GlobalFir, bit(22)) ? analyzeEx6;
- /** GLOBAL_FIR[19]
+ /** GLOBAL_FIR[25]
* Attention from EX9 (Venice only)
*/
- (GlobalFir, bit(19)) ? defaultMaskedError;
+ (GlobalFir, bit(25)) ? defaultMaskedError;
- /** GLOBAL_FIR[20]
+ /** GLOBAL_FIR[26]
* Attention from EX10 (Venice only)
*/
- (GlobalFir, bit(20)) ? defaultMaskedError;
+ (GlobalFir, bit(26)) ? defaultMaskedError;
- /** GLOBAL_FIR[21]
+ /** GLOBAL_FIR[27]
* Attention from EX11 (Venice only)
*/
- (GlobalFir, bit(21)) ? defaultMaskedError;
+ (GlobalFir, bit(27)) ? defaultMaskedError;
- /** GLOBAL_FIR[22]
+ /** GLOBAL_FIR[28]
* Attention from EX12
*/
- (GlobalFir, bit(22)) ? analyzeEx12;
+ (GlobalFir, bit(28)) ? analyzeEx12;
- /** GLOBAL_FIR[23]
+ /** GLOBAL_FIR[29]
* Attention from EX13
*/
- (GlobalFir, bit(23)) ? analyzeEx13;
+ (GlobalFir, bit(29)) ? analyzeEx13;
- /** GLOBAL_FIR[24]
+ /** GLOBAL_FIR[30]
* Attention from EX14
*/
- (GlobalFir, bit(24)) ? analyzeEx14;
+ (GlobalFir, bit(30)) ? analyzeEx14;
};
rule GlobalSpa
OpenPOWER on IntegriCloud