summaryrefslogtreecommitdiffstats
path: root/src/usr/diag
diff options
context:
space:
mode:
authorPrem Shanker Jha <premjha2@in.ibm.com>2015-02-10 23:15:39 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-02-16 11:59:16 -0600
commit0e58a17ace081132941307bb348edde68dea5279 (patch)
tree87ad6486c944037eab01116cff7392252a0b94e7 /src/usr/diag
parent7fb93de695db73807f4fd70a689f62b381ce7515 (diff)
downloadtalos-hostboot-0e58a17ace081132941307bb348edde68dea5279.tar.gz
talos-hostboot-0e58a17ace081132941307bb348edde68dea5279.zip
PRD: Defined TOD error bit as secondary.
Based on the fact that all the TOD errors are recoverable, this activity moves all the TOD errors in to category of secondary error bits. RTC: 119944 Change-Id: Ib6302a8bb47a25e67bc7bda8ea3b63aa323983e5 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15658 Tested-by: Jenkins Server Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: Bilicon Patil <bilpatil@in.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.aus.stglabs.ibm.com:8080/gerrit/15738
Diffstat (limited to 'src/usr/diag')
-rwxr-xr-xsrc/usr/diag/prdf/common/plat/pegasus/Proc_acts_TP.rule4
1 files changed, 2 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 bd451cb92..4ffe84e59 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
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2012,2014
+# Contributors Listed Below - COPYRIGHT 2012,2015
# [+] International Business Machines Corp.
#
#
@@ -176,7 +176,7 @@ rule TpLFir
RECOVERABLE: TP_LFIR & ~TP_LFIR_MASK & ~TP_LFIR_ACT0 & TP_LFIR_ACT1;
};
-group gTpLFir filter singlebit
+group gTpLFir filter singlebit, secondarybits( 16, 17, 18 )
{
/** TP_LFIR[0]
* CFIR internal parity error
OpenPOWER on IntegriCloud