summaryrefslogtreecommitdiffstats
path: root/src/include/usr/initservice
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2017-08-22 12:39:22 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-09-07 11:52:20 -0400
commit7ee7b01c5d0628429a64f44b1e543c6ad062a492 (patch)
tree1020d331fd10d91a11952c55331fccca24469a10 /src/include/usr/initservice
parentb60a858401ceff59d4a8daa05a13071dde886ddc (diff)
downloadtalos-hostboot-7ee7b01c5d0628429a64f44b1e543c6ad062a492.tar.gz
talos-hostboot-7ee7b01c5d0628429a64f44b1e543c6ad062a492.zip
Create unique TI RC for all reconfig loops
Creating a new TI RC (SHUTDOWN_DO_RECONFIG_LOOP = 0x513) that will be used for all cases where HB is shutting down due to some kind of hardware event with the expectation that the FSP will execute a reconfig loop and start the IPL over. Improved the SRC data for the error log that shows up when this path is hit to include the potential reasons for the failure. Change-Id: Ie0a38a99ca1ae1eed6460c6c85b21cc9ddbb8f7e Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44988 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/initservice')
-rw-r--r--src/include/usr/initservice/initsvcreasoncodes.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/usr/initservice/initsvcreasoncodes.H b/src/include/usr/initservice/initsvcreasoncodes.H
index 29f73e253..7c2e85e47 100644
--- a/src/include/usr/initservice/initsvcreasoncodes.H
+++ b/src/include/usr/initservice/initsvcreasoncodes.H
@@ -78,6 +78,8 @@ enum InitServiceReasonCode
SHUTDOWN_NOT_RECONFIG_LOOP = INITSVC_COMP_ID | 0x10,
ISTEP_SKIP_ATTEMPTED = INITSVC_COMP_ID | 0x11,
ISTEP_PROCESSING_DISABLED = INITSVC_COMP_ID | 0x12,
+ //termination_rc
+ SHUTDOWN_DO_RECONFIG_LOOP = INITSVC_COMP_ID | 0x13,
};
enum InitServiceUserDetailDataSubSection
OpenPOWER on IntegriCloud