summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2017-04-20 11:48:03 -0500
committerZane C. Shelley <zshelle@us.ibm.com>2017-04-26 12:02:58 -0400
commit4d671bc5138f6fb077fbd7958c4678b71a374a37 (patch)
tree141f377b6c564ede435cf083a48ec7027b2059c2 /src
parent311bd977b7133d493895926acf23d0231ce17a14 (diff)
downloadblackbird-hostboot-4d671bc5138f6fb077fbd7958c4678b71a374a37.tar.gz
blackbird-hostboot-4d671bc5138f6fb077fbd7958c4678b71a374a37.zip
PRD: fixed order of DDRPHYFIRs in MC chiplet FIR
Change-Id: I9d58a8d83c11322221e3c41cf29d93ee4b18cfbb CQ: SW386308 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39493 Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com> Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39603 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')
-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 7347606c4..4ed27c31f 100644
--- a/src/usr/diag/prdf/common/plat/p9/p9_mcbist.rule
+++ b/src/usr/diag/prdf/common/plat/p9/p9_mcbist.rule
@@ -266,9 +266,9 @@ group gMC_CHIPLET_FIR attntype CHECK_STOP, RECOVERABLE filter singlebit
(rMC_CHIPLET_FIR, bit(13)) ? analyzeConnectedMCA1;
/** MC_CHIPLET_FIR[14]
- * Attention from DDRPHYFIR 2
+ * Attention from DDRPHYFIR 3
*/
- (rMC_CHIPLET_FIR, bit(14)) ? analyzeConnectedMCA2;
+ (rMC_CHIPLET_FIR, bit(14)) ? analyzeConnectedMCA3;
/** MC_CHIPLET_FIR[15]
* Attention from DDRPHYFIR 0
@@ -276,9 +276,9 @@ group gMC_CHIPLET_FIR attntype CHECK_STOP, RECOVERABLE filter singlebit
(rMC_CHIPLET_FIR, bit(15)) ? analyzeConnectedMCA0;
/** MC_CHIPLET_FIR[16]
- * Attention from DDRPHYFIR 3
+ * Attention from DDRPHYFIR 2
*/
- (rMC_CHIPLET_FIR, bit(16)) ? analyzeConnectedMCA3;
+ (rMC_CHIPLET_FIR, bit(16)) ? analyzeConnectedMCA2;
};
OpenPOWER on IntegriCloud