summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Howe <dchowe@us.ibm.com>2018-03-05 09:40:32 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-06-15 10:19:58 -0400
commit7b9936e7b593946a8d2011440b77a3a5ac4cd8a0 (patch)
tree1c9d3cf052c5bd1e3e31b64e06d1517c88b2ef58
parent6d4c897edca3290c82db2994f550a651b535a1b8 (diff)
downloadtalos-hostboot-7b9936e7b593946a8d2011440b77a3a5ac4cd8a0.tar.gz
talos-hostboot-7b9936e7b593946a8d2011440b77a3a5ac4cd8a0.zip
dd1.1+ DL training procedure updates
Change-Id: I83a306531f4bd668e323a1bd1c8af17dee7d5e72 Original-Change-Id: I94b879d9eecdea6eadcebd9e50beb1b4d31ae8ca Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55046 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Dev-Ready: Joseph J. McGill <jmcgill@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: Jenny Huynh <jhuynh@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/60654 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Disable-CI: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r--src/import/chips/p9/procedures/hwp/nest/p9_fab_iovalid.C4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/nest/p9_fab_iovalid.C b/src/import/chips/p9/procedures/hwp/nest/p9_fab_iovalid.C
index ad8b56914..842f09f04 100644
--- a/src/import/chips/p9/procedures/hwp/nest/p9_fab_iovalid.C
+++ b/src/import/chips/p9/procedures/hwp/nest/p9_fab_iovalid.C
@@ -852,6 +852,10 @@ p9_fab_iovalid(const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_target,
FAPI_TRY(FAPI_ATTR_GET(fapi2::ATTR_PROC_FABRIC_A_LINK_DELAY, i_target, l_a_agg_link_delay),
"Error from FAPI_ATTR_GET (ATTR_PROC_FABRIC_A_LINK_DELAY");
+ // Add delay for dd1.1+ procedure to compensate for lack of lane lock polls
+ FAPI_TRY(fapi2::delay(100000000, 1000000),
+ "Error from delay");
+
for (uint8_t l_link_id = 0; l_link_id < P9_FBC_UTILS_MAX_X_LINKS; l_link_id++)
{
if (l_x_en[l_link_id])
OpenPOWER on IntegriCloud