From f9a40964fc9dfe9209ea6da3622f39959dd10477 Mon Sep 17 00:00:00 2001 From: Joe McGill Date: Tue, 1 May 2018 14:25:39 -0500 Subject: support IO reconfig loop for OBUS DL link training failures - p9c DD1.1+ only, DD1.0 not supported - FW to trigger reconfig loop back to step 0 from sys_proc_fab_iovalid if: 1) sys_proc_fab_iovalid rc = FAPI2_RC_SUCCESS -- AND -- 2) new output o_obus_dl_rcs (vector of P9_FAB_IOVALID_DL_NOT_TRAINED_ERR rc objects identifying links which failed on this chip) has entries - attribute changes: ATTR_LINK_TRAIN -- remove platinit tag, attr should init to zero (both even and odd), and reconfig loop will adjust value as we go CMVC-Prereq:1057645 Change-Id: I95eebd2b893db6d2511aae40798c0a4e049835d6 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59022 Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Tested-by: HWSV CI Tested-by: PPE CI Reviewed-by: Sachin Gupta Tested-by: Hostboot CI Reviewed-by: Thi N. Tran Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59039 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Daniel M. Crowell --- .../chips/p9/procedures/xml/attribute_info/nest_attributes.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml') diff --git a/src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml index db13c9ede..f52d98822 100644 --- a/src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml +++ b/src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml @@ -533,10 +533,11 @@ BOTH = 0x0, EVEN_ONLY = 0x1, - ODD_ONLY = 0x2 + ODD_ONLY = 0x2, + NONE = 0x3 - + -- cgit v1.2.1