summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatt Derksen <mderkse1@us.ibm.com>2019-05-30 10:51:45 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-06-03 15:12:36 -0500
commitf212028b43f3502f76824d5a397e7631b13960cc (patch)
treef4c34a5653f452e75b171397d4ee101299ed074b /src
parent5fd22b47f8d633b118265bae079793e8d90a51c1 (diff)
downloadtalos-hostboot-f212028b43f3502f76824d5a397e7631b13960cc.tar.gz
talos-hostboot-f212028b43f3502f76824d5a397e7631b13960cc.zip
Enable calling p9_update_ec_eq_state
Simics fixed axone multicast support and has an updated powermgmt.act file. Change-Id: Idb792985c5075befa942344329c739314b8e032a RTC:209741 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/78071 Reviewed-by: Roland Veloz <rveloz@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@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: Glenn Miles <milesg@ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/usr/isteps/istep15/host_establish_ex_chiplet.C5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/usr/isteps/istep15/host_establish_ex_chiplet.C b/src/usr/isteps/istep15/host_establish_ex_chiplet.C
index be5640167..1d89bfa80 100644
--- a/src/usr/isteps/istep15/host_establish_ex_chiplet.C
+++ b/src/usr/isteps/istep15/host_establish_ex_chiplet.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016 */
+/* Contributors Listed Below - COPYRIGHT 2016,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -53,7 +53,6 @@ void* host_establish_ex_chiplet (void *io_pArgs)
{
TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace, "host_establish_ex_chiplet entry" );
ISTEP_ERROR::IStepError l_StepError;
- #ifndef CONFIG_AXONE_BRING_UP
errlHndl_t l_errl = NULL;
do {
//Use targeting code to get a list of all processors
@@ -64,6 +63,7 @@ void* host_establish_ex_chiplet (void *io_pArgs)
{
const fapi2::Target<TARGET_TYPE_PROC_CHIP>
l_fapi_cpu_target(l_procChip);
+
// call p9_update_ec_eq_state.C HWP
FAPI_INVOKE_HWP( l_errl,
p9_update_ec_eq_state,
@@ -78,7 +78,6 @@ void* host_establish_ex_chiplet (void *io_pArgs)
}
}
}while(0);
- #endif
// end task, returning any errorlogs to IStepDisp
TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace, "host_establish_ex_chiplet exit" );
OpenPOWER on IntegriCloud