summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep21/call_host_start_payload.C
diff options
context:
space:
mode:
authorDonald Washburn <dwashbur@us.ibm.com>2017-06-21 16:19:26 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-06-27 13:25:49 -0400
commitf8d753566769d1bffabc645c7927636164e0500a (patch)
treeb9a5c71870efedab5f01e73e53f0f4f872cc9bb1 /src/usr/isteps/istep21/call_host_start_payload.C
parent4efa1130539e7a40a06e417770abfadf06e19d57 (diff)
downloadtalos-hostboot-f8d753566769d1bffabc645c7927636164e0500a.tar.gz
talos-hostboot-f8d753566769d1bffabc645c7927636164e0500a.zip
Removed i2cSetupActiveMasters from last the IPL Step.
The i2cSetupActiveMasters function was called during the last ipl step in order to set the i2c bus speed to 400khz. This functionality was determined to be redundant as the OPAL/PHYP code initializes i2c bus speed. The call to i2cSetupActiveMasters has been commented out for over a year. RTC: 164492 Change-Id: I9c6a77234b15c0837768fc30e2a4f4a4da05023c Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42290 Tested-by: Jenkins Server <pfd-jenkins+hostboot@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> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: ILYA SMIRNOV <ismirno@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep21/call_host_start_payload.C')
-rw-r--r--src/usr/isteps/istep21/call_host_start_payload.C15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/usr/isteps/istep21/call_host_start_payload.C b/src/usr/isteps/istep21/call_host_start_payload.C
index 82a4b35a1..661af9d77 100644
--- a/src/usr/isteps/istep21/call_host_start_payload.C
+++ b/src/usr/isteps/istep21/call_host_start_payload.C
@@ -317,21 +317,6 @@ errlHndl_t callShutdown ( uint64_t i_masterInstance,
}
-// @todo RTC:123019 I2CM changes for P9bringup
-#if (0)
- // Phyp needs us to program all of the I2C masters with the bus
- // divisor
- TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace,
- "Setup I2C Masters" );
- err = I2C::i2cSetupActiveMasters(I2C::I2C_PROC_ALL);
- if( err )
- {
- TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace,
- "Error setting up I2C Bus Divisors" );
- // just commit the error and keep going
- errlCommit(err, ISTEP_COMP_ID);
- }
-#endif
// Get Target Service, and the system target.
TargetService& tS = targetService();
TARGETING::Target* sys = NULL;
OpenPOWER on IntegriCloud