summaryrefslogtreecommitdiffstats
path: root/src/include
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/include
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/include')
-rw-r--r--src/include/usr/sbe/sbeif.H12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/include/usr/sbe/sbeif.H b/src/include/usr/sbe/sbeif.H
index 8dd87c028..67937b9b4 100644
--- a/src/include/usr/sbe/sbeif.H
+++ b/src/include/usr/sbe/sbeif.H
@@ -83,15 +83,6 @@ namespace SBE
errlHndl_t updateProcessorSbeSeeproms();
/**
- * @brief Iterates through all the functional processors and resolves
- * the Hostboot Base Addresses (HBB) in each SBE Image and performs
- * any necessary operations related to GOLDEN side support.
- *
- * @return errlHndl_t Error log handle on failure.
- */
- errlHndl_t resolveProcessorSbeSeeproms();
-
- /**
* @brief Determines whether we are on the Golden side or not
*
* @param[out] o_isGolden boolean, True if we are on Golden side, False
@@ -115,7 +106,8 @@ namespace SBE
errlHndl_t getBootMcSyncMode( uint8_t& o_mcSyncMode );
/**
- * @brief Updates which Seeprom was used to boot the SBE
+ * @brief Sets the target processor to boot from the same side that
+ * the master processor used
*
* @param[in] i_target Target processor to update
*
OpenPOWER on IntegriCloud