summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2018-05-15 11:26:17 -0500
committerZane C. Shelley <zshelle@us.ibm.com>2018-05-16 15:49:53 -0400
commit4e47aaa5ef48f0b323efe45e5bc57b37c7bfacf7 (patch)
tree44debe526579e9d81095c777b08fda69ba095d58
parenteb3bc77cbaf3c4b2eaf07bbdb2ff86750bb7bd87 (diff)
downloadtalos-hostboot-4e47aaa5ef48f0b323efe45e5bc57b37c7bfacf7.tar.gz
talos-hostboot-4e47aaa5ef48f0b323efe45e5bc57b37c7bfacf7.zip
PRD: Callout MBA LOW with no gard on RCD parity errors
Change-Id: Iabece4b7ce099ccebdb00d459b3cd194f87032a8 CQ: SW429011 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58845 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com> Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58903 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
-rw-r--r--src/usr/diag/prdf/common/plat/cen/cen_common_actions.rule4
-rw-r--r--src/usr/diag/prdf/common/plat/cen/cen_mba_actions.rule2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/diag/prdf/common/plat/cen/cen_common_actions.rule b/src/usr/diag/prdf/common/plat/cen/cen_common_actions.rule
index 366e7353f..a82a96272 100644
--- a/src/usr/diag/prdf/common/plat/cen/cen_common_actions.rule
+++ b/src/usr/diag/prdf/common/plat/cen/cen_common_actions.rule
@@ -117,6 +117,10 @@ actionclass calloutSelfLow { callout(MRU_LOW); };
actionclass callout2ndLvlMed
{ callout(procedure(LEVEL2_SUPPORT), MRU_MED); };
+/** Callout self with low priority but don't gard it */
+actionclass calloutSelfLowNoGard
+{ callout(MRU_LOW, NO_GARD); };
+
################################################################################
# Callouts with thresholds #
################################################################################
diff --git a/src/usr/diag/prdf/common/plat/cen/cen_mba_actions.rule b/src/usr/diag/prdf/common/plat/cen/cen_mba_actions.rule
index 21b881dfd..6edeb20fc 100644
--- a/src/usr/diag/prdf/common/plat/cen/cen_mba_actions.rule
+++ b/src/usr/diag/prdf/common/plat/cen/cen_mba_actions.rule
@@ -33,7 +33,7 @@ actionclass maint_cmd_complete
actionclass rcd_parity_error_UERE
{
funccall("MaskRcdParitySideEffects");
- calloutSelfLow;
+ calloutSelfLowNoGard;
threshold1;
SueSource;
};
OpenPOWER on IntegriCloud