summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2014-05-02 15:58:58 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-05-04 13:46:18 -0500
commit2414e05c11453cac3785123afa00810abdb918f8 (patch)
treeae9495a006d09f0af211f01ca40d8808739eebe3 /src/usr
parent03d28fe73448b535415f06d8f82a9e581e8da9fe (diff)
downloadtalos-hostboot-2414e05c11453cac3785123afa00810abdb918f8.tar.gz
talos-hostboot-2414e05c11453cac3785123afa00810abdb918f8.zip
PRD: HW workaround for PBAFIR[3:4]
If both bits are on at the same time, ignore PBAFIR[4]. Change-Id: I1059bbfdc3d028dd4430ee77473ba80e822e29ec CQ: SW259996 Backport: release-fips810 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10910 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Tested-by: Jenkins Server Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10917
Diffstat (limited to 'src/usr')
-rwxr-xr-xsrc/usr/diag/prdf/common/plat/pegasus/Proc_acts_PB.rule5
1 files changed, 5 insertions, 0 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 6f9d0c0de..ec6cdefae 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
@@ -1690,6 +1690,11 @@ group gPbaFir filter singlebit
*/
(PbaFir, bit(4)) ? SelfHighThr1;
+ /** PBAFIR[3:4]
+ * PBAFIR_PB_SUE_FW
+ */
+ (PbaFir, bit(3,4)) ? callout2ndLvlMedThr32NoGard;
+
/** PBAFIR[5]
* PBAFIR_PB_CE_FW
*/
OpenPOWER on IntegriCloud