summaryrefslogtreecommitdiffstats
path: root/src/usr/htmgt/htmgt.C
diff options
context:
space:
mode:
authorAndres Lugo-Reyes <aalugore@us.ibm.com>2018-06-27 11:21:53 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-07-24 11:25:09 -0500
commitd1c85ffcab108ee526f5a0c91ce3c15996541633 (patch)
treecdd4c9f2398c28fe2478bd55fb0abfa248c8ff20 /src/usr/htmgt/htmgt.C
parent98e6e05479d562eb91cf5436bd8bea6256a88bb9 (diff)
downloadtalos-hostboot-d1c85ffcab108ee526f5a0c91ce3c15996541633.tar.gz
talos-hostboot-d1c85ffcab108ee526f5a0c91ce3c15996541633.zip
HTMGT: Save WOF reset reasons across all WOF resets
-Add query command to retrieve these reset reasons Change-Id: I55436031b73eff95ec7e69020050dad556f4809a RTC:192844 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/61903 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> 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> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/htmgt/htmgt.C')
-rw-r--r--src/usr/htmgt/htmgt.C8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/usr/htmgt/htmgt.C b/src/usr/htmgt/htmgt.C
index 83fcd4e51..4e6abbe77 100644
--- a/src/usr/htmgt/htmgt.C
+++ b/src/usr/htmgt/htmgt.C
@@ -727,6 +727,14 @@ namespace HTMGT
}
break;
+
+
+ case PASSTHRU_WOF_RESET_REASONS:
+ TMGT_INF("passThruCommand: Query WOF Reset Reasons");
+ OccManager::getWOFResetReasons(o_rspLength, o_rspData);
+ break;
+
+
case PASSTHRU_OCC_CFG_DATA:
if (i_cmdLength == 3)
{
OpenPOWER on IntegriCloud