summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/io
diff options
context:
space:
mode:
authorChris Steffen <cwsteffen@us.ibm.com>2016-10-13 18:33:51 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-10-14 11:58:45 -0400
commite528c80022f5858193fa1c14bb940b3f6b644ff4 (patch)
tree4844acef2e3d81c56c5cff3ecc8b92e1e68249d9 /src/import/chips/p9/procedures/hwp/io
parent427fc49fe53e8b6f9564c6ff0dac1f8cb458efdb (diff)
downloadtalos-hostboot-e528c80022f5858193fa1c14bb940b3f6b644ff4.tar.gz
talos-hostboot-e528c80022f5858193fa1c14bb940b3f6b644ff4.zip
Xbus Fixes
- Fix for HW390103 in xbus link training - Updated Xbus initfile settigns for group 0 & 1 - Updated Xbus Clean Up pll settings Change-Id: I928e6306bf71d922b65cbbff4a27d2cbf3d3b066 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31196 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Gary A. Peterson <garyp@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31197 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/io')
-rw-r--r--src/import/chips/p9/procedures/hwp/io/p9_io_xbus_linktrain.C9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/import/chips/p9/procedures/hwp/io/p9_io_xbus_linktrain.C b/src/import/chips/p9/procedures/hwp/io/p9_io_xbus_linktrain.C
index 2f7cf99f3..70a50f148 100644
--- a/src/import/chips/p9/procedures/hwp/io/p9_io_xbus_linktrain.C
+++ b/src/import/chips/p9/procedures/hwp/io/p9_io_xbus_linktrain.C
@@ -853,10 +853,11 @@ fapi2::ReturnCode p9_io_xbus_linktrain(
"P9 IO Xbus Linktrain Polling Failed" );
- // Disable the Tx Serializer Sync
- FAPI_TRY( tx_serializer_sync_power_off( l_mtgt, l_stgt, i_grp ),
- "tx_serializer_sync_power_off Failed.");
-
+ // >> HW390103 -- Leave Tx Unload Clock Disable Off
+ //// Disable the Tx Serializer Sync
+ //FAPI_TRY( tx_serializer_sync_power_off( l_mtgt, l_stgt, i_grp ),
+ // "tx_serializer_sync_power_off Failed.");
+ // << HW390103 -- Leave Tx Unload Clock Disable Off
// Record the Bad Lane Vectors after link training.
FAPI_TRY( get_bad_lane_data( l_mtgt, i_grp, l_m_post_bad_data ),
OpenPOWER on IntegriCloud