summaryrefslogtreecommitdiffstats
path: root/src/usr/diag
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2017-03-21 15:27:25 -0500
committerZane C. Shelley <zshelle@us.ibm.com>2017-03-24 18:00:34 -0400
commita58f695cefd71a8c0c14a6b8360bad5eb8041272 (patch)
tree7333026eed6167881a0c423a7c4936cccfbbafd2 /src/usr/diag
parent27b904723a78d27dcf4b39030b9649e9519669ac (diff)
downloadtalos-hostboot-a58f695cefd71a8c0c14a6b8360bad5eb8041272.tar.gz
talos-hostboot-a58f695cefd71a8c0c14a6b8360bad5eb8041272.zip
PRD: Fixed DDRPHYFIR mapping in MC chiplet FIRs
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>
Diffstat (limited to 'src/usr/diag')
-rw-r--r--src/usr/diag/prdf/common/plat/p9/p9_mcbist.rule8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/diag/prdf/common/plat/p9/p9_mcbist.rule b/src/usr/diag/prdf/common/plat/p9/p9_mcbist.rule
index 6341dac8f..c425f8028 100644
--- a/src/usr/diag/prdf/common/plat/p9/p9_mcbist.rule
+++ b/src/usr/diag/prdf/common/plat/p9/p9_mcbist.rule
@@ -260,9 +260,9 @@ 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
@@ -270,9 +270,9 @@ group gMC_CHIPLET_FIR attntype CHECK_STOP, RECOVERABLE filter singlebit
(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
OpenPOWER on IntegriCloud