summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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