summaryrefslogtreecommitdiffstats
path: root/src/usr/htmgt/htmgt_occcmd.H
diff options
context:
space:
mode:
authorDoug Gilbert <dgilbert@us.ibm.com>2015-01-26 14:41:54 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-02-28 05:49:51 -0600
commit29581aca6a1ed02d3374e5688e5f32fcb6f104bc (patch)
tree11f3ef76e83a0e18b313e2aa67b45292190e4b2a /src/usr/htmgt/htmgt_occcmd.H
parent9ca7f528d22e488c53d2dfbad32423806b47ddb0 (diff)
downloadtalos-hostboot-29581aca6a1ed02d3374e5688e5f32fcb6f104bc.tar.gz
talos-hostboot-29581aca6a1ed02d3374e5688e5f32fcb6f104bc.zip
HTMGT: Implement OCC Reset
Change-Id: Icb713497d662d1ab55718409675bf4b23ac2c3ec RTC: 121721 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15530 Tested-by: Jenkins Server Reviewed-by: Christopher Cain <cjcain@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/htmgt/htmgt_occcmd.H')
-rw-r--r--src/usr/htmgt/htmgt_occcmd.H10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/usr/htmgt/htmgt_occcmd.H b/src/usr/htmgt/htmgt_occcmd.H
index 252fc3852..a75dd5528 100644
--- a/src/usr/htmgt/htmgt_occcmd.H
+++ b/src/usr/htmgt/htmgt_occcmd.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2014 */
+/* Contributors Listed Below - COPYRIGHT 2014,2015 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -80,6 +80,14 @@ namespace HTMGT
OCC_CMD_END_OF_TABLE = 0xFF
};
+ enum occResetReasonType
+ {
+ OCC_RESET_CMD_VERSION = 0x00,
+ OCC_RESET_NON_FAILURE = 0x00,
+ OCC_RESET_FAIL_THIS_OCC = 0x01,
+ OCC_RESET_FAIL_OTHER_OCC = 0x02,
+ };
+
enum occCheckRspLengthType
{
OCC_CHECK_RSP_LENGTH_NONE = 0x00,
OpenPOWER on IntegriCloud