summaryrefslogtreecommitdiffstats
path: root/src/include/usr/sbe
diff options
context:
space:
mode:
authorMarty Gloff <mgloff@us.ibm.com>2017-03-17 11:43:34 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-03-22 11:39:39 -0400
commitfbdf8b2ee884253d779c06df896558412850596f (patch)
treeb6708e3ae05a6930ab842faf86bf969fd2f1c8c3 /src/include/usr/sbe
parent6d4f01fdeac9ac94d20f7637fe3944828de413c4 (diff)
downloadtalos-hostboot-fbdf8b2ee884253d779c06df896558412850596f.tar.gz
talos-hostboot-fbdf8b2ee884253d779c06df896558412850596f.zip
Fix IPL: zzfp247 SBE update fail
Base SBE boot side for slave processor off SB keyword in MVPD rather than off boot side used by master processor. Change-Id: I3165d536f104c0d1f394de93a390bd0f722e4777 CQ: SW383676 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38152 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/sbe')
-rw-r--r--src/include/usr/sbe/sbeif.H9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/include/usr/sbe/sbeif.H b/src/include/usr/sbe/sbeif.H
index be7924869..09666df02 100644
--- a/src/include/usr/sbe/sbeif.H
+++ b/src/include/usr/sbe/sbeif.H
@@ -91,17 +91,14 @@ namespace SBE
errlHndl_t getBootMcSyncMode( uint8_t& o_mcSyncMode );
/**
- * @brief Sets the target processor to boot from the same side that
- * the master processor used
+ * @brief Sets the target processor to boot SBE from the side that is
+ * indicated by the SBE MVPD
*
* @param[in] i_target Target processor to update
*
- * @param[in] i_masterProc Master processor target
- *
* @return errlHndl_t Error log handle on failure.
*/
- errlHndl_t updateSbeBootSeeprom(TARGETING::Target* i_target,
- TARGETING::Target* i_masterProc);
+ errlHndl_t updateSbeBootSeeprom(TARGETING::Target* i_target);
} //end namespace SBE
OpenPOWER on IntegriCloud