Skip to content

Commit

Permalink
Read of SBE SEEPROM under second Processor Target fails
Browse files Browse the repository at this point in the history
Remove the temporary check in the slave processor handling that
skips SBE Update if Simics is running.

Change-Id: I25d831bf71c5e13821e28b45905a2a607ad08596
RTC:168193
Depends-on: Ic0bde9a4ff573eb7e7eba180ded7324677457c90
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36035
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: Elizabeth K. Liner <eliner@us.ibm.com>
Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
mgloff authored and dcrowell77 committed Mar 9, 2017
1 parent 416675e commit 157f3e3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/usr/sbe/sbe_update.C
Expand Up @@ -292,15 +292,6 @@ namespace SBE
else
{
sbeState.target_is_master = false;

// If running in simics, don't do the update
if ( Util::isSimicsRunning() )
{
// Push this sbeState onto the vector
sbeStates_vector.push_back(sbeState);

break;
}
}

//Can only update the SBE once the powerbus is up (secureboot)
Expand Down

0 comments on commit 157f3e3

Please sign in to comment.