Skip to content

Commit

Permalink
PRD: Fixed DDRPHYFIR mapping in MC chiplet FIRs
Browse files Browse the repository at this point in the history
Change-Id: I4953bd3d1757f0e13cd9b1d2b50ce387f0498979
CQ: SW384124
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38250
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com>
Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com>
Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38414
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
  • Loading branch information
zane131 committed Mar 24, 2017
1 parent 27b9047 commit a58f695
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/usr/diag/prdf/common/plat/p9/p9_mcbist.rule
Expand Up @@ -260,19 +260,19 @@ group gMC_CHIPLET_FIR attntype CHECK_STOP, RECOVERABLE filter singlebit
(rMC_CHIPLET_FIR, bit(12)) ? analyze(gMCBISTFIR);

/** MC_CHIPLET_FIR[13]
* Attention from DDRPHYFIR 0
* Attention from DDRPHYFIR 1
*/
(rMC_CHIPLET_FIR, bit(13)) ? analyzeConnectedMCA0;
(rMC_CHIPLET_FIR, bit(13)) ? analyzeConnectedMCA1;

/** MC_CHIPLET_FIR[14]
* Attention from DDRPHYFIR 2
*/
(rMC_CHIPLET_FIR, bit(14)) ? analyzeConnectedMCA2;

/** MC_CHIPLET_FIR[15]
* Attention from DDRPHYFIR 1
* Attention from DDRPHYFIR 0
*/
(rMC_CHIPLET_FIR, bit(15)) ? analyzeConnectedMCA1;
(rMC_CHIPLET_FIR, bit(15)) ? analyzeConnectedMCA0;

/** MC_CHIPLET_FIR[16]
* Attention from DDRPHYFIR 3
Expand Down

0 comments on commit a58f695

Please sign in to comment.