summaryrefslogtreecommitdiffstats
path: root/src/include/usr/xscom
diff options
context:
space:
mode:
authorMissy Connell <missyc@us.ibm.com>2013-04-25 14:54:56 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-05-16 09:56:30 -0500
commitcaf97f338fd6d40bb087aecb1e5fc7bf0b32d581 (patch)
tree37a964528f3465d10015b9949218cd743600e0f2 /src/include/usr/xscom
parent4b1f946d7558f8ca95c87d89e637513f18e87818 (diff)
downloadtalos-hostboot-caf97f338fd6d40bb087aecb1e5fc7bf0b32d581.tar.gz
talos-hostboot-caf97f338fd6d40bb087aecb1e5fc7bf0b32d581.zip
Xscom Error Handling
Change-Id: Ic43af1de85d7bba02ee9078451e093e5443e8890 RTC:60768 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4402 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/xscom')
-rw-r--r--src/include/usr/xscom/xscomreasoncodes.H47
1 files changed, 25 insertions, 22 deletions
diff --git a/src/include/usr/xscom/xscomreasoncodes.H b/src/include/usr/xscom/xscomreasoncodes.H
index 9706d9295..facc7657d 100644
--- a/src/include/usr/xscom/xscomreasoncodes.H
+++ b/src/include/usr/xscom/xscomreasoncodes.H
@@ -1,25 +1,25 @@
-// IBM_PROLOG_BEGIN_TAG
-// This is an automatically generated prolog.
-//
-// $Source: src/include/usr/xscom/xscomreasoncodes.H $
-//
-// IBM CONFIDENTIAL
-//
-// COPYRIGHT International Business Machines Corp. 2011
-//
-// p1
-//
-// Object Code Only (OCO) source materials
-// Licensed Internal Code Source Materials
-// IBM HostBoot Licensed Internal Code
-//
-// The source code for this program is not published or other-
-// wise divested of its trade secrets, irrespective of what has
-// been deposited with the U.S. Copyright Office.
-//
-// Origin: 30
-//
-// IBM_PROLOG_END
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/include/usr/xscom/xscomreasoncodes.H $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* COPYRIGHT International Business Machines Corp. 2011,2013 */
+/* */
+/* p1 */
+/* */
+/* Object Code Only (OCO) source materials */
+/* Licensed Internal Code Source Materials */
+/* IBM HostBoot Licensed Internal Code */
+/* */
+/* The source code for this program is not published or otherwise */
+/* divested of its trade secrets, irrespective of what has been */
+/* deposited with the U.S. Copyright Office. */
+/* */
+/* Origin: 30 */
+/* */
+/* IBM_PROLOG_END_TAG */
#ifndef __XSCOM_REASONCODES_H
#define __XSCOM_REASONCODES_H
@@ -34,6 +34,9 @@ namespace XSCOM
XSCOM_TEST_XSCOM1 = 0x02,
XSCOM_GET_TARGET_VIRT_ADDR = 0x03,
XSCOM_TEST_XSCOM2 = 0x04,
+ XSCOM_COLLECT_FFDC = 0x05,
+ XSCOM_RESET = 0x06,
+ XSCOM_DO_OP = 0x07,
};
enum xscomReasonCode
OpenPOWER on IntegriCloud