summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep08
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2017-02-13 11:15:32 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-02-27 12:14:35 -0500
commit9b5f6cece30b2ce9b36768bb4b70fb128ba7bfa6 (patch)
tree0fa7e9c64138849d80e2d6da95377aa0b4aae751 /src/usr/isteps/istep08
parent07ffd49282c2f41ba113e5e644494b877c6e7903 (diff)
downloadtalos-hostboot-9b5f6cece30b2ce9b36768bb4b70fb128ba7bfa6.tar.gz
talos-hostboot-9b5f6cece30b2ce9b36768bb4b70fb128ba7bfa6.zip
Remove deprecated SBE side resolution
The HB Bootloader now owns the responsibility of selecting the appropriate side of PNOR to use when loading the HBB image. There is no longer a HBB pointer in the SBE image itself. This commit removes the code that dealt with that support. There is also some cleaning up of a few other related functions. Change-Id: I35bfccb3590f81867d8222333cb4be66718828fa Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36358 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep08')
-rw-r--r--src/usr/isteps/istep08/call_host_slave_sbe_config.C13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/usr/isteps/istep08/call_host_slave_sbe_config.C b/src/usr/isteps/istep08/call_host_slave_sbe_config.C
index dea506959..a9f41a3ce 100644
--- a/src/usr/isteps/istep08/call_host_slave_sbe_config.C
+++ b/src/usr/isteps/istep08/call_host_slave_sbe_config.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2016 */
+/* Contributors Listed Below - COPYRIGHT 2015,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -169,17 +169,6 @@ void* call_host_slave_sbe_config(void *io_pArgs)
}
} // end of cycling through all processor chips
- // Resolve the side characteristics of the Processor SBE Seeproms
- errlHndl_t err = SBE::resolveProcessorSbeSeeproms();
- if ( err )
- {
- // Create IStep error log and cross reference error that occurred
- l_stepError.addErrorDetails( err );
-
- // Commit Error
- errlCommit( err, ISTEP_COMP_ID );
- }
-
TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace,
"call_host_slave_sbe_config exit" );
OpenPOWER on IntegriCloud