summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep15/host_establish_ex_chiplet.C
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2019-03-11 18:01:45 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-03-17 13:37:38 -0500
commit3653c5d44e88968b1f09f73eda056c3898174a22 (patch)
tree5370f6bbb7ec7c209c8dcff20abde69d46e21231 /src/usr/isteps/istep15/host_establish_ex_chiplet.C
parentdd41d6161ea9706268cd840bd178193d6d79035e (diff)
downloadtalos-hostboot-3653c5d44e88968b1f09f73eda056c3898174a22.tar.gz
talos-hostboot-3653c5d44e88968b1f09f73eda056c3898174a22.zip
Skip establish ex chiplet step (15.3) during Axone for now
For some reason when we set the multi-cast groups it breaks some multi-cast registers in simics that PRD uses after isteps. For now just skip this step so we can continue with the IPL. Change-Id: I2511ecb35ab32dae1d9a334964bc88317de74ef0 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/73149 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@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> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@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/isteps/istep15/host_establish_ex_chiplet.C')
-rw-r--r--src/usr/isteps/istep15/host_establish_ex_chiplet.C2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/isteps/istep15/host_establish_ex_chiplet.C b/src/usr/isteps/istep15/host_establish_ex_chiplet.C
index e96394007..be5640167 100644
--- a/src/usr/isteps/istep15/host_establish_ex_chiplet.C
+++ b/src/usr/isteps/istep15/host_establish_ex_chiplet.C
@@ -53,6 +53,7 @@ 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
@@ -77,6 +78,7 @@ 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