summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2018-11-01 10:36:40 -0500
committerZane C. Shelley <zshelle@us.ibm.com>2018-11-07 12:13:06 -0600
commitbeca51100d6ba74914391b2a0baec830f427ec99 (patch)
treefcb148c6afaacd7ca790bd4df60127f5e72bc540
parentb12a2a3c601c5e2a87640a78fd4c2ef079cfb0ca (diff)
downloadtalos-hostboot-beca51100d6ba74914391b2a0baec830f427ec99.tar.gz
talos-hostboot-beca51100d6ba74914391b2a0baec830f427ec99.zip
PRD: Fixed TOD register capturing
Change-Id: I12b6b25cb51dc7ff9e6a8ad77295f39382d1480c Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68266 Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68385 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
-rw-r--r--src/usr/diag/prdf/common/plat/p9/p9_common_proc_actions.rule4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/usr/diag/prdf/common/plat/p9/p9_common_proc_actions.rule b/src/usr/diag/prdf/common/plat/p9/p9_common_proc_actions.rule
index 058e2f7e2..f5b81bde8 100644
--- a/src/usr/diag/prdf/common/plat/p9/p9_common_proc_actions.rule
+++ b/src/usr/diag/prdf/common/plat/p9/p9_common_proc_actions.rule
@@ -496,12 +496,12 @@ actionclass calloutBusInterface_obus3_th_1
*/
actionclass TodReportByRegister
{
+ capture(TODReg);
try(analyze(gTodErrors),TodRegisterAnalyzeFail);
};
actionclass TodRegisterAnalyzeFail
{
- capture(TODReg);
self_H_th_1;
};
@@ -528,7 +528,6 @@ actionclass analyzeStepCheckErr
actionclass selfCaptThr32
{
calloutSelfHigh;
- capture(TODReg);
threshold32pday;
};
@@ -541,7 +540,6 @@ actionclass selfCaptThr32
actionclass maskTodError
{
self_H_th_1;
- capture(TODReg);
funccall("ClearServiceCallFlag");
funccall("todNewTopologyIfBackupMDMT");
};
OpenPOWER on IntegriCloud