summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/core_activate/core_activate.C
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2015-07-31 15:35:30 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-08-24 15:57:29 -0500
commit3d6217acec3cc424dc631b39b61e8e0eac8406ed (patch)
tree6443134e8d2632f56db92519acc34485377fd85f /src/usr/hwpf/hwp/core_activate/core_activate.C
parent871fb2de70dbf80af6b68a9eb27c3641a89fdc39 (diff)
downloadtalos-hostboot-3d6217acec3cc424dc631b39b61e8e0eac8406ed.tar.gz
talos-hostboot-3d6217acec3cc424dc631b39b61e8e0eac8406ed.zip
SW316014: INITPROC: updates to implement SBE interrupt service
CMVC-Coreq: 968951 CQ:SW316014 Change-Id: I31c015962f39342d0d1d9d575fd0c4569496918c Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19475 Reviewed-by: Thi N. Tran <thi@us.ibm.com> Tested-by: Thi N. Tran <thi@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19478 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/core_activate/core_activate.C')
-rw-r--r--src/usr/hwpf/hwp/core_activate/core_activate.C8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/usr/hwpf/hwp/core_activate/core_activate.C b/src/usr/hwpf/hwp/core_activate/core_activate.C
index c5e25d2f0..b8b01ed5f 100644
--- a/src/usr/hwpf/hwp/core_activate/core_activate.C
+++ b/src/usr/hwpf/hwp/core_activate/core_activate.C
@@ -288,9 +288,11 @@ void* call_host_activate_master( void *io_pArgs )
TARGETING::get_huid(l_cpu_target) );
// call the HWP with each fapi::Target
+ bool l_sbeIntrServiceActive = false;
FAPI_INVOKE_HWP( l_errl,
proc_stop_deadman_timer,
- l_fapi_cpu_target );
+ l_fapi_cpu_target,
+ l_sbeIntrServiceActive );
if ( l_errl )
{
TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace,
@@ -308,6 +310,10 @@ void* call_host_activate_master( void *io_pArgs )
TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace,
"proc_prep_master_winkle SUCCESS" );
}
+ TARGETING::Target* sys = NULL;
+ TARGETING::targetService().getTopLevelTarget(sys);
+ sys->setAttr<ATTR_SBE_MASTER_INTR_SERVICE_ENABLED>
+ (l_sbeIntrServiceActive);
TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace,
"Enable special wakeup on master core");
OpenPOWER on IntegriCloud