From 7ee7b01c5d0628429a64f44b1e543c6ad062a492 Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Tue, 22 Aug 2017 12:39:22 -0500 Subject: 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 Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Reviewed-by: Martin Gloff Reviewed-by: Daniel M. Crowell --- src/include/usr/initservice/initsvcreasoncodes.H | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include') 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 -- cgit v1.2.1