summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common
diff options
context:
space:
mode:
authorPrem Shanker Jha <premjha2@in.ibm.com>2013-10-01 12:21:50 +0530
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-10-09 21:33:57 -0500
commit94c3f08b8e91b15ab139ee62fea3996c2a032687 (patch)
tree34e7329481901260d1d11539d7702e3e7860e423 /src/usr/diag/prdf/common
parentba27ce0f9abbdab195a87e40d5f072d30b464af2 (diff)
downloadtalos-hostboot-94c3f08b8e91b15ab139ee62fea3996c2a032687.tar.gz
talos-hostboot-94c3f08b8e91b15ab139ee62fea3996c2a032687.zip
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 <cphan@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6590
Diffstat (limited to 'src/usr/diag/prdf/common')
-rwxr-xr-xsrc/usr/diag/prdf/common/plat/pegasus/Proc_acts_PB.rule16
1 files changed, 12 insertions, 4 deletions
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
OpenPOWER on IntegriCloud