summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2017-05-10 15:42:16 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-05-11 23:37:29 -0400
commit43983e5bbd7a2b1c9a480c60595b2ef9ab520cde (patch)
tree99c3c49e51fb69b2f3cf2ab8748e928a84fcbd2b /src
parent6d6cb5993693573a7e7c4e14701206a9dccc5949 (diff)
downloadtalos-hostboot-43983e5bbd7a2b1c9a480c60595b2ef9ab520cde.tar.gz
talos-hostboot-43983e5bbd7a2b1c9a480c60595b2ef9ab520cde.zip
Only enable OCC on OpenPower systems
Turning on the OCC for the standalone simics model caused 30 minute increase to IPLs. This was unnacceptable for Hostboot CI so we are turning off OCC for standalone nimbus simics until we resolve the time increase issue Change-Id: I1d207e17ef9424ffcc2bf239f0a99060ea2f8a4f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40355 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: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/usr/isteps/istep21/call_host_runtime_setup.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/isteps/istep21/call_host_runtime_setup.C b/src/usr/isteps/istep21/call_host_runtime_setup.C
index ba7530a6c..2cfeeccb1 100644
--- a/src/usr/isteps/istep21/call_host_runtime_setup.C
+++ b/src/usr/isteps/istep21/call_host_runtime_setup.C
@@ -188,7 +188,7 @@ void* call_host_runtime_setup (void *io_pArgs)
}
#ifdef CONFIG_START_OCC_DURING_BOOT
- bool l_activatePM = !(TARGETING::is_phyp_load());
+ bool l_activatePM = TARGETING::is_sapphire_load();
#else
bool l_activatePM = false;
#endif
OpenPOWER on IntegriCloud