summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep09
diff options
context:
space:
mode:
authorMike Baiocchi <mbaiocch@us.ibm.com>2016-06-21 16:32:10 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-23 22:27:26 -0400
commit0bee2ff51cfe64f137491b1b8fa6f38626f53206 (patch)
treead9ac90f3c01a08ddde177a53f8a4bb5cb8e5b91 /src/usr/isteps/istep09
parent575b9a3fc2a1ffced2ee3a2c3a8011cc8f69c7fd (diff)
downloadtalos-hostboot-0bee2ff51cfe64f137491b1b8fa6f38626f53206.tar.gz
talos-hostboot-0bee2ff51cfe64f137491b1b8fa6f38626f53206.zip
Enable P9 isteps fabric_io_run_training and proc_smp_link_layer
Change-Id: I929f23f0fc628f3e21df622dc56f4a6ad5859a8a RTC:134079 CMVC-Prereq:997998 CMVC-Prereq:996620 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26107 Tested-by: Jenkins Server Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Tested-by: FSP CI Jenkins Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep09')
-rw-r--r--src/usr/isteps/istep09/call_fabric_io_run_training.C13
-rw-r--r--src/usr/isteps/istep09/call_proc_smp_link_layer.C6
2 files changed, 10 insertions, 9 deletions
diff --git a/src/usr/isteps/istep09/call_fabric_io_run_training.C b/src/usr/isteps/istep09/call_fabric_io_run_training.C
index e1f050220..65b424106 100644
--- a/src/usr/isteps/istep09/call_fabric_io_run_training.C
+++ b/src/usr/isteps/istep09/call_fabric_io_run_training.C
@@ -229,13 +229,12 @@ uint8_t run_linktraining(
TARGETING::get_huid(i_slave_target),
l_connected_group );
-//@TODO RTC:134079 Re-enable for l2 story
-// FAPI_INVOKE_HWP(l_errl,
-// p9_io_xbus_linktrain,
-// i_master_target,
-// l_this_group,
-// i_slave_target,
-// l_connected_group);
+ FAPI_INVOKE_HWP(l_errl,
+ p9_io_xbus_linktrain,
+ i_master_target,
+ l_this_group,
+ i_slave_target,
+ l_connected_group);
if (l_errl)
{
diff --git a/src/usr/isteps/istep09/call_proc_smp_link_layer.C b/src/usr/isteps/istep09/call_proc_smp_link_layer.C
index 16810fce1..07d970636 100644
--- a/src/usr/isteps/istep09/call_proc_smp_link_layer.C
+++ b/src/usr/isteps/istep09/call_proc_smp_link_layer.C
@@ -99,8 +99,10 @@ void* call_proc_smp_link_layer( void *io_pArgs )
"Running p9_smp_link_layer HWP on processor target %.8X",
TARGETING::get_huid(l_cpu_target) );
-// @TODO RTC:134079 Integrate L2 HWPs for istep 9
-// FAPI_INVOKE_HWP(l_errl,p9_smp_link_layer, l_fapi2_proc_target);
+ FAPI_INVOKE_HWP(l_errl, p9_smp_link_layer,
+ l_fapi2_proc_target,
+ true, // train electrical - XBUS
+ true); // train optical - ABUS
if(l_errl)
{
TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace,
OpenPOWER on IntegriCloud