summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorMarty Gloff <mgloff@us.ibm.com>2017-02-07 10:21:27 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-03-09 11:05:51 -0500
commit157f3e3983a4556245b45641c3b842c37b63da57 (patch)
tree17f699b1562620cfee9019be95db02e9f704cb7e /src/usr
parent416675e8c93451901fb7f2ab360a4bf1d65500e9 (diff)
downloadtalos-hostboot-157f3e3983a4556245b45641c3b842c37b63da57.tar.gz
talos-hostboot-157f3e3983a4556245b45641c3b842c37b63da57.zip
Read of SBE SEEPROM under second Processor Target fails
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>
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/sbe/sbe_update.C9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/usr/sbe/sbe_update.C b/src/usr/sbe/sbe_update.C
index 199379d44..ee2de7b3a 100644
--- a/src/usr/sbe/sbe_update.C
+++ b/src/usr/sbe/sbe_update.C
@@ -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)
OpenPOWER on IntegriCloud