summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/core_activate/core_activate.C
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2013-02-06 14:02:02 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-02-16 00:19:50 -0600
commitd1195e983876d811c2ac413302598709fa750ffd (patch)
tree3dad957d5a6e768bea72e148459cf27e87d9f975 /src/usr/hwpf/hwp/core_activate/core_activate.C
parentaa8b7e5d9b554ffa33eaeb6279cbdfa3660f665c (diff)
downloadtalos-hostboot-d1195e983876d811c2ac413302598709fa750ffd.tar.gz
talos-hostboot-d1195e983876d811c2ac413302598709fa750ffd.zip
TULETA PON - HW procedures update 02/06/2013
Change-Id: I7c2bf13f750920a231e714d0b8068c052d687433 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3110 Tested-by: Jenkins Server 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.C4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/usr/hwpf/hwp/core_activate/core_activate.C b/src/usr/hwpf/hwp/core_activate/core_activate.C
index 6efce283e..6a331112a 100644
--- a/src/usr/hwpf/hwp/core_activate/core_activate.C
+++ b/src/usr/hwpf/hwp/core_activate/core_activate.C
@@ -429,6 +429,9 @@ void* call_host_ipl_complete( void *io_pArgs )
// call proc_switch_cfsim
+ // TODO - Comment out to work around Centaur FSI scom issue during BU
+ // RTC 64136 is opened to undo this when in-band scoms are available.
+#if 0
FAPI_INVOKE_HWP(l_err, proc_switch_cfsim, l_fapi_proc_target,
true, // RESET
true, // RESET_OPB_SWITCH
@@ -437,6 +440,7 @@ void* call_host_ipl_complete( void *io_pArgs )
true, // FENCE_PIB_H
true, // FENCE_FSI1
true); // FENCE_PIB_SW1
+#endif
if (l_err)
{
TRACFCOMP(ISTEPS_TRACE::g_trac_isteps_trace,
OpenPOWER on IntegriCloud