summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2017-05-12 09:28:10 -0500
committerZane C. Shelley <zshelle@us.ibm.com>2017-05-19 10:54:09 -0400
commit9ed2003cff9cf56e54f9e5c550685d402b1822f6 (patch)
treec2c85bf23782c3aab395918cd5364901ceb8edca /src
parenta12b4ce0769e07495726733c6d55a90358cf86bd (diff)
downloadtalos-hostboot-9ed2003cff9cf56e54f9e5c550685d402b1822f6.tar.gz
talos-hostboot-9ed2003cff9cf56e54f9e5c550685d402b1822f6.zip
PRD: DD2.0 updates for ENHCAFIR
Change-Id: Id8f2209a54e3730d18717f7d8bd332fdd0892eb9 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40449 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/40721 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_nimbus.rule7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/usr/diag/prdf/common/plat/p9/p9_nimbus.rule b/src/usr/diag/prdf/common/plat/p9/p9_nimbus.rule
index 500160f48..15435c5d8 100644
--- a/src/usr/diag/prdf/common/plat/p9/p9_nimbus.rule
+++ b/src/usr/diag/prdf/common/plat/p9/p9_nimbus.rule
@@ -4175,7 +4175,7 @@ group gN3_CHIPLET_FIR filter singlebit
/** N3_CHIPLET_FIR[9]
* Attention from ENHCAFIR
*/
- (rN3_CHIPLET_FIR, bit(9)) ? analyze(gENHCAFIR);
+ (rN3_CHIPLET_FIR, bit(9)) ? analyze(gENHCAFIR); # DD1.0 only
/** N3_CHIPLET_FIR[10]
* Attention from NPU0FIR
@@ -4232,6 +4232,11 @@ group gN3_CHIPLET_FIR filter singlebit
*/
(rN3_CHIPLET_FIR, bit(20)) ? analyze(gPBAMFIR);
+ /** N3_CHIPLET_FIR[22]
+ * Attention from ENHCAFIR
+ */
+ (rN3_CHIPLET_FIR, bit(22)) ? analyze(gENHCAFIR); # DD2.0+
+
};
################################################################################
OpenPOWER on IntegriCloud