summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2019-06-11 12:13:15 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-06-24 09:21:15 -0500
commit37038960c8c70916e0914ebbeb4bb5533489eec0 (patch)
tree8a82884c9f20c0b192504e4309a2fa3fdba733a6 /src/usr/isteps
parent639cf25d2ace2f3ddc75f30b7ff4317bbcc548c0 (diff)
downloadtalos-hostboot-37038960c8c70916e0914ebbeb4bb5533489eec0.tar.gz
talos-hostboot-37038960c8c70916e0914ebbeb4bb5533489eec0.zip
Enable sbe update for Axone
Previously we had an old SBE image and newer MVPD so the SBE update was failing. Now that we have an updated image for axone we can run sbe customization without failing to update the MVPD rings. Change-Id: I86d3c8f6c7f95bb6969a0d58a6082e329c5bd391 RTC: 210806 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/78751 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-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> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: Roland Veloz <rveloz@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps')
-rw-r--r--src/usr/isteps/istep10/call_host_slave_sbe_update.C3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/usr/isteps/istep10/call_host_slave_sbe_update.C b/src/usr/isteps/istep10/call_host_slave_sbe_update.C
index 6e230fc38..1d12e2fcb 100644
--- a/src/usr/isteps/istep10/call_host_slave_sbe_update.C
+++ b/src/usr/isteps/istep10/call_host_slave_sbe_update.C
@@ -275,7 +275,6 @@ void* call_host_slave_sbe_update (void *io_pArgs)
errlCommit( l_errl, HWPF_COMP_ID );
}
- #ifndef CONFIG_AXONE_BRING_UP
// Call to check state of Processor SBE SEEPROMs and
// make any necessary updates
l_errl = SBE::updateProcessorSbeSeeproms(
@@ -290,8 +289,6 @@ void* call_host_slave_sbe_update (void *io_pArgs)
break;
}
- #endif
-
// Run LPC Init on Alt Master Procs
// Get list of all processors
TARGETING::TargetHandleList l_procList;
OpenPOWER on IntegriCloud