From 94c3f08b8e91b15ab139ee62fea3996c2a032687 Mon Sep 17 00:00:00 2001 From: Prem Shanker Jha Date: Tue, 1 Oct 2013 12:21:50 +0530 Subject: PRD:Updated action for PCINESTFIR - updated action for PCINESTFIR[15]. It shall be handled along with other PLL errors. RTC:86494 Change-Id: I60c79ad16dbb0d619a12d88e2d9d5db9c1ef0bfa Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6416 Tested-by: Jenkins Server Reviewed-by: Christopher T. Phan Reviewed-by: Sachin Gupta Reviewed-by: A. Patrick Williams III Reviewed-by: Zane Shelley Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6590 --- src/usr/diag/prdf/common/plat/pegasus/Proc_acts_PB.rule | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/usr/diag/prdf/common/plat/pegasus/Proc_acts_PB.rule b/src/usr/diag/prdf/common/plat/pegasus/Proc_acts_PB.rule index 6c575a2d7..4f6c75f80 100755 --- a/src/usr/diag/prdf/common/plat/pegasus/Proc_acts_PB.rule +++ b/src/usr/diag/prdf/common/plat/pegasus/Proc_acts_PB.rule @@ -2528,19 +2528,27 @@ group gPciNestFir filter singlebit /** PCINESTFIR_0[15] * PCI_CLOCK_ERROR + * + * These should never trigger directly themselves. + * Should be handled by global PRD PLL code. */ - # FIXME RTC 23127 Clock Isolate is under discussion - (PciNestFir_0, bit(15)) ? TBDDefaultCallout; + (PciNestFir_0, bit(15)) ? threshold32pday; /** PCINESTFIR_1[15] * PCI_CLOCK_ERROR + * + * These should never trigger directly themselves. + * Should be handled by global PRD PLL code. */ - (PciNestFir_1, bit(15)) ? TBDDefaultCallout; + (PciNestFir_1, bit(15)) ? threshold32pday; /** PCINESTFIR_2[15] * PCI_CLOCK_ERROR + * + * These should never trigger directly themselves. + * Should be handled by global PRD PLL code. */ - (PciNestFir_2, bit(15)) ? TBDDefaultCallout; + (PciNestFir_2, bit(15)) ? threshold32pday; /** PCINESTFIR_0[16] * AIB_FENCE -- cgit v1.2.3