summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep16/call_host_activate_slave_cores.C
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2018-02-15 10:41:31 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-02-16 20:22:29 -0500
commit35165b3476254ee9a6f95786b93e6425ed6482a2 (patch)
treeb660147a42574839bc32cdf8dcd4f99249a991a4 /src/usr/isteps/istep16/call_host_activate_slave_cores.C
parent2d6ba11ae2fc6dd2aca923be277cb94ef7e95c92 (diff)
downloadtalos-hostboot-35165b3476254ee9a6f95786b93e6425ed6482a2.tar.gz
talos-hostboot-35165b3476254ee9a6f95786b93e6425ed6482a2.zip
Remove all explicit calls to special_wakeup from hostboot code
The only time that special wakeup should be called on the hostboot platform is when it is called by other HWPs. PM_RESET will only enable special wakeup if the SKIP_WAKEUP attribute is set to 0 Change-Id: Ib9939eae857fa5113a876a717f8169e150b78318 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54148 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-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/usr/isteps/istep16/call_host_activate_slave_cores.C')
-rw-r--r--src/usr/isteps/istep16/call_host_activate_slave_cores.C35
1 files changed, 0 insertions, 35 deletions
diff --git a/src/usr/isteps/istep16/call_host_activate_slave_cores.C b/src/usr/isteps/istep16/call_host_activate_slave_cores.C
index 865a4f5d0..e18639077 100644
--- a/src/usr/isteps/istep16/call_host_activate_slave_cores.C
+++ b/src/usr/isteps/istep16/call_host_activate_slave_cores.C
@@ -42,7 +42,6 @@
#include <sys/misc.h>
#include <fapi2/plat_hwp_invoker.H>
-#include <p9_cpu_special_wakeup.H>
#include <p9_check_idle_stop_done.H>
#ifdef CONFIG_IPLTIME_CHECKSTOP_ANALYSIS
@@ -55,7 +54,6 @@ using namespace ERRORLOG;
using namespace TARGETING;
using namespace ISTEP;
using namespace ISTEP_ERROR;
-using namespace p9specialWakeup;
using namespace p9_check_idle_stop;
namespace ISTEP_16
@@ -200,39 +198,6 @@ void* call_host_activate_slave_cores (void *io_pArgs)
errlCommit( l_errl, HWPF_COMP_ID );
break;
}
-
- TRACFCOMP(ISTEPS_TRACE::g_trac_isteps_trace,
- "Running p9_cpu_special_wakeup_core (ENABLE)"
- " EX target HUID %.8X",
- TARGETING::get_huid(*l_core));
-
- // Enable special wakeup on core
- FAPI_INVOKE_HWP( l_errl,
- p9_cpu_special_wakeup_core,
- l_fapi2_coreTarget,
- SPCWKUP_ENABLE,
- HOST);
-
- if( l_errl )
- {
- TRACFCOMP(ISTEPS_TRACE::g_trac_isteps_trace,
- "ERROR : enable p9_cpu_special_wakeup_core, "
- "PLID=0x%x", l_errl->plid() );
-
- ErrlUserDetailsTarget(*l_core).addToLog( l_errl );
-
- // Create IStep error log and cross ref error that
- // occurred
- l_stepError.addErrorDetails( l_errl );
-
- // Commit Error
- errlCommit( l_errl, HWPF_COMP_ID );
- }
- else
- {
- TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace,
- "SUCCESS: enable p9_cpu_special_wakeup_core");
- }
}
}
// @@@@@ END CUSTOM BLOCK: @@@@@
OpenPOWER on IntegriCloud