summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plat/pegasus/CommonActions.rule
diff options
context:
space:
mode:
authorChris Phan <cphan@us.ibm.com>2014-08-20 22:39:21 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-08-28 13:14:46 -0500
commit0c07aa8e008f340b4258241a6c387e02b950e2bd (patch)
tree27d1a38bd81234c7391ed228fd99cb1badd9579b /src/usr/diag/prdf/common/plat/pegasus/CommonActions.rule
parent26cf9ba1ab939cde15700c5b5078f6b0b5d01c3c (diff)
downloadtalos-hostboot-0c07aa8e008f340b4258241a6c387e02b950e2bd.tar.gz
talos-hostboot-0c07aa8e008f340b4258241a6c387e02b950e2bd.zip
PRD: fix TP_LFIR[19] masking issue at threshold
Change-Id: I457affecc313b158606bdad34b5679c2dfc780f7 CQ: SW274151 Backport: release-fips811 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/12913 Tested-by: Jenkins Server Reviewed-by: Prem Shanker Jha <premjha2@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.aus.stglabs.ibm.com:8080/gerrit/12941
Diffstat (limited to 'src/usr/diag/prdf/common/plat/pegasus/CommonActions.rule')
-rwxr-xr-xsrc/usr/diag/prdf/common/plat/pegasus/CommonActions.rule10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/usr/diag/prdf/common/plat/pegasus/CommonActions.rule b/src/usr/diag/prdf/common/plat/pegasus/CommonActions.rule
index f07088826..d91678cc6 100755
--- a/src/usr/diag/prdf/common/plat/pegasus/CommonActions.rule
+++ b/src/usr/diag/prdf/common/plat/pegasus/CommonActions.rule
@@ -5,7 +5,9 @@
#
# OpenPOWER HostBoot Project
#
-# COPYRIGHT International Business Machines Corp. 2012,2014
+# Contributors Listed Below - COPYRIGHT 2012,2014
+# [+] International Business Machines Corp.
+#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -61,6 +63,12 @@ actionclass threshold1
threshold( field(1) );
};
+/** PLL Threshold of 2 per 5 mins */
+actionclass thresholdPll
+{
+ threshold( field(2 / 5 min) );
+};
+
/** Threshold of 2 per day */
actionclass threshold2pday
{
OpenPOWER on IntegriCloud