summaryrefslogtreecommitdiffstats
path: root/src/include/usr/initservice
diff options
context:
space:
mode:
authorMark Wenning <wenning@us.ibm.com>2012-11-02 17:30:38 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-11-09 10:33:26 -0600
commite7dd783e147db6078a88a87c96723b8a5c9d218e (patch)
tree9cf4de174c382e3a73507f69c7d5197f126b80bc /src/include/usr/initservice
parent151844793242c9ebf8ce127829a1f581943257fa (diff)
downloadtalos-hostboot-e7dd783e147db6078a88a87c96723b8a5c9d218e.tar.gz
talos-hostboot-e7dd783e147db6078a88a87c96723b8a5c9d218e.zip
IPL service not returning error on invalid isteps
Change-Id: I7f782eadaa23db2589689abd09aa8e1e22827a01 RTC: 47594 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2241 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/initservice')
-rw-r--r--src/include/usr/initservice/initsvcreasoncodes.H46
1 files changed, 23 insertions, 23 deletions
diff --git a/src/include/usr/initservice/initsvcreasoncodes.H b/src/include/usr/initservice/initsvcreasoncodes.H
index f576af928..ac7da0296 100644
--- a/src/include/usr/initservice/initsvcreasoncodes.H
+++ b/src/include/usr/initservice/initsvcreasoncodes.H
@@ -1,26 +1,25 @@
-/* IBM_PROLOG_BEGIN_TAG
- * This is an automatically generated prolog.
- *
- * $Source: src/include/usr/initservice/initsvcreasoncodes.H $
- *
- * IBM CONFIDENTIAL
- *
- * COPYRIGHT International Business Machines Corp. 2011-2012
- *
- * 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_TAG
- */
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/include/usr/initservice/initsvcreasoncodes.H $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* COPYRIGHT International Business Machines Corp. 2011,2012 */
+/* */
+/* 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 */
/**
* @file initsvcreasoncodes.H
*
@@ -72,6 +71,7 @@ enum InitServiceReasonCode
ISTEP_FAILED = INITSVC_COMP_ID | 0x10,
LAST_ISTEP_FAILED = INITSVC_COMP_ID | 0x11,
NO_MSG_PRESENT = INITSVC_COMP_ID | 0x12,
+ ISTEP_INVALID_ISTEP = INITSVC_COMP_ID | 0x13,
};
OpenPOWER on IntegriCloud