Skip to content

Commit

Permalink
PRD: give MC chiplets priority for channel failure analysis
Browse files Browse the repository at this point in the history
Change-Id: I1a6d7136d36f197cae14f8d2dd1a0c62c9c1335e
CQ: SW443356
Backport: release-fips921
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65093
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Caleb N. Palmer <cnpalmer@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/65137
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>
  • Loading branch information
zane131 committed Aug 25, 2018
1 parent 8034c8c commit 5ae9d29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/usr/diag/prdf/common/plat/p9/p9_cumulus.rule
Original file line number Diff line number Diff line change
Expand Up @@ -1547,7 +1547,8 @@ rule rGLOBAL_FIR
GLOBAL_RE_FIR;
};

group gGLOBAL_FIR attntype CHECK_STOP, RECOVERABLE filter singlebit
# Priority put on MC chiplets because of channel failures analysis.
group gGLOBAL_FIR attntype CHECK_STOP, RECOVERABLE filter priority( 7, 8 )
{
/** GLOBAL_FIR[1]
* Attention from TP chiplet
Expand Down

0 comments on commit 5ae9d29

Please sign in to comment.