summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrem Shanker Jha <premjha2@in.ibm.com>2014-02-21 07:08:20 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-03-13 13:55:28 -0500
commit6ca50f051f3311f696cad90c18d0a407ed003147 (patch)
treedcaf4c92005bec4869e60a2dadaef0a707a11a5f
parent0f974f7ccadf3481ba17ef92616d052b44006acb (diff)
downloadtalos-hostboot-6ca50f051f3311f696cad90c18d0a407ed003147.tar.gz
talos-hostboot-6ca50f051f3311f696cad90c18d0a407ed003147.zip
PRD:Added action for OCCFIR[50]
Change-Id: Ib91cbc7931f04c7b0b5796b081a18ba672a3b12b CQ:SW247922 Backport: release-fips810 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9074 Tested-by: Jenkins Server Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: BENJAMIN J. WEISENBECK <bweisenb@us.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/9447
-rwxr-xr-xsrc/usr/diag/prdf/common/plat/pegasus/Proc_acts_TP.rule15
1 files changed, 13 insertions, 2 deletions
diff --git a/src/usr/diag/prdf/common/plat/pegasus/Proc_acts_TP.rule b/src/usr/diag/prdf/common/plat/pegasus/Proc_acts_TP.rule
index 5feb8cad9..184726d80 100755
--- a/src/usr/diag/prdf/common/plat/pegasus/Proc_acts_TP.rule
+++ b/src/usr/diag/prdf/common/plat/pegasus/Proc_acts_TP.rule
@@ -610,10 +610,15 @@ group gOccFir filter singlebit
*/
(OccFir, bit(49)) ? callout2ndLvlMedThr1;
- /** OCCFIR[50|51|52|53|54|55|56|57|58|59|60|61]
+ /** OCCFIR[50]
+ * OCC initiated attention
+ */
+ (OccFir, bit(50)) ? SelfMedThr1NoGard;
+
+ /** OCCFIR[51|52|53|54|55|56|57|58|59|60|61]
* OCC_SCOM_OCCLFIR_SPARE_FIR
*/
- (OccFir, bit(50|51|52|53|54|55|56|57|58|59|60|61)) ? defaultMaskedError;
+ (OccFir, bit(51|52|53|54|55|56|57|58|59|60|61)) ? defaultMaskedError;
/** OCCFIR[62|63]
* OCC_SCOM_OCCFIR_FIR_PARITY_ERR_DUP
@@ -1354,3 +1359,9 @@ actionclass selfCapThr32TopReConfig
funccall("requestTopologySwitch");
};
+/** callouts Proc on first instance, but doesn't gard */
+actionclass SelfMedThr1NoGard
+{
+ SelfMedThr1;
+ gard(NoGard);
+};
OpenPOWER on IntegriCloud