summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/sbe_centaur_init/sbe_centaur_init.C
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2013-04-26 15:47:44 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-05-01 14:42:40 -0500
commit2adffa8e67cc3ffacdb25044c97af6909e8a8159 (patch)
tree3936527794db4ce915f4a8f4262f20d3f82efe90 /src/usr/hwpf/hwp/sbe_centaur_init/sbe_centaur_init.C
parent12bb660f69bc7d7bd4cab92621ee2d5b3963ab62 (diff)
downloadtalos-hostboot-2adffa8e67cc3ffacdb25044c97af6909e8a8159.tar.gz
talos-hostboot-2adffa8e67cc3ffacdb25044c97af6909e8a8159.zip
TULETA Bring Up - Centaur SBE image fix.
Removed retry workaround, implemented fix with image from b0424c_1317.810 Change-Id: I7d32531390d260a0b931165fecd5aef10c68d287 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4239 Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/sbe_centaur_init/sbe_centaur_init.C')
-rw-r--r--src/usr/hwpf/hwp/sbe_centaur_init/sbe_centaur_init.C13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/usr/hwpf/hwp/sbe_centaur_init/sbe_centaur_init.C b/src/usr/hwpf/hwp/sbe_centaur_init/sbe_centaur_init.C
index 5ae52d86b..a53edab9a 100644
--- a/src/usr/hwpf/hwp/sbe_centaur_init/sbe_centaur_init.C
+++ b/src/usr/hwpf/hwp/sbe_centaur_init/sbe_centaur_init.C
@@ -221,19 +221,6 @@ void* call_sbe_centaur_init( void *io_pArgs )
FAPI_INVOKE_HWP(l_errl, fapiPoreVe, l_fapiTarget, myArgs);
- //@TODO - This is a temp workaround while HW team (Martin)
- // investigating the scan failure in Centaur
- // RTC task 66964 is to remove this.
- if (l_errl )
- {
- TRACFCOMP(ISTEPS_TRACE::g_trac_isteps_trace,
- "Failed SBE Centaur init on 0x%.8X first time. Retry....",
- TARGETING::get_huid(l_membuf_target));
- delete l_errl;
- l_errl = NULL;
- FAPI_INVOKE_HWP(l_errl, fapiPoreVe, l_fapiTarget, myArgs);
- }
-
if (l_errl)
{
TRACFCOMP(ISTEPS_TRACE::g_trac_isteps_trace,
OpenPOWER on IntegriCloud