summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plat/p9/p9_mcbist.rule
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/diag/prdf/common/plat/p9/p9_mcbist.rule')
-rw-r--r--src/usr/diag/prdf/common/plat/p9/p9_mcbist.rule7
1 files changed, 6 insertions, 1 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 1f388ee82..3c0c04a1a 100644
--- a/src/usr/diag/prdf/common/plat/p9/p9_mcbist.rule
+++ b/src/usr/diag/prdf/common/plat/p9/p9_mcbist.rule
@@ -107,9 +107,12 @@ rule rMCBIST
UNIT_CS:
summary( 0, rMCBISTFIR );
+ HOST_ATTN:
+ summary( 0, rMCBISTFIR );
+
};
-group gMCBIST attntype CHECK_STOP, RECOVERABLE, UNIT_CS
+group gMCBIST attntype CHECK_STOP, RECOVERABLE, UNIT_CS, HOST_ATTN
{
(rMCBIST, bit(0)) ? analyze(gMCBISTFIR);
};
@@ -124,6 +127,8 @@ rule rMCBISTFIR
MCBISTFIR & ~MCBISTFIR_MASK & ~MCBISTFIR_ACT0 & ~MCBISTFIR_ACT1;
RECOVERABLE:
MCBISTFIR & ~MCBISTFIR_MASK & ~MCBISTFIR_ACT0 & MCBISTFIR_ACT1;
+ HOST_ATTN:
+ MCBISTFIR & ~MCBISTFIR_MASK & MCBISTFIR_ACT0 & ~MCBISTFIR_ACT1;
UNIT_CS:
MCBISTFIR & ~MCBISTFIR_MASK & MCBISTFIR_ACT0 & MCBISTFIR_ACT1;
};
OpenPOWER on IntegriCloud