Skip to content

Commit f66ae38

Browse files
cnpalmerzane131
authored andcommitted
PRD: Correct unit checkstops in MCC to checkstop root cause
Change-Id: I18394c11e33e8721da3c5b7200ef0d7388ea3d3c CQ: SW492613 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/97269 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Benjamen G Tyner <ben.tyner@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/97318 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>
1 parent 9865ef9 commit f66ae38

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/usr/diag/prdf/common/plat/axone/axone_mcc.rule

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# OpenPOWER HostBoot Project
77
#
8-
# Contributors Listed Below - COPYRIGHT 2018,2019
8+
# Contributors Listed Below - COPYRIGHT 2018,2020
99
# [+] International Business Machines Corp.
1010
#
1111
#
@@ -180,7 +180,7 @@ rule rDSTLFIR
180180

181181
group gDSTLFIR
182182
filter singlebit,
183-
cs_root_cause(0,4)
183+
cs_root_cause(0,4,12,13,16,17,22,23)
184184
{
185185
/** DSTLFIR[0]
186186
* AFU initiated Checkstop on Subchannel A
@@ -337,7 +337,8 @@ rule rUSTLFIR
337337

338338
group gUSTLFIR
339339
filter singlebit,
340-
cs_root_cause
340+
cs_root_cause(0,1,2,3,27,28,35,36,37,38,39,40,41,42,43,44,49,50,51,
341+
52,53,54,55,56,59,60)
341342
{
342343
/** USTLFIR[0]
343344
* Chan A unexpected data error

0 commit comments

Comments
 (0)