summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/error_info/p9_fab_iovalid_errors.xml
diff options
context:
space:
mode:
authorJoe McGill <jmcgill@us.ibm.com>2016-03-03 08:56:59 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-05-13 00:02:12 -0400
commitec7c3db64967522e44713766119c0023382e9bc7 (patch)
tree7384b0f278d4d9299fa8d1fa9e2242ddc4d30601 /src/import/chips/p9/procedures/xml/error_info/p9_fab_iovalid_errors.xml
parent520d5cf53105bfe6ec39c3d02992a54aeda225cc (diff)
downloadtalos-hostboot-ec7c3db64967522e44713766119c0023382e9bc7.tar.gz
talos-hostboot-ec7c3db64967522e44713766119c0023382e9bc7.zip
L2 - Fabric updates for multi-chip support
Refactor p9_build_smp code Add FBC effective config (attribute-only) HWPs Add/call FBC initfiles HWP flow p9_fbc_eff_config p9_fbc_eff_config_links p9_chiplet_scominit p9_smp_link_layer p9_fab_iovalid p9_fbc_eff_config_aggregate p9_build_smp Update engd used in build to e9035 u087 Change-Id: Iff8f22941a01bd6783fd5e817bcb6bc730b846f5 Original-Change-Id: I9ab9e967847d380596e896a14e481ad8cf247b9a Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21643 Tested-by: PPE CI Tested-by: Hostboot CI Tested-by: Jenkins Server Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Benjamin Gass <bgass@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24464 Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/xml/error_info/p9_fab_iovalid_errors.xml')
-rw-r--r--[-rwxr-xr-x]src/import/chips/p9/procedures/xml/error_info/p9_fab_iovalid_errors.xml47
1 files changed, 41 insertions, 6 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_fab_iovalid_errors.xml b/src/import/chips/p9/procedures/xml/error_info/p9_fab_iovalid_errors.xml
index a6e587cee..aabac8dc7 100755..100644
--- a/src/import/chips/p9/procedures/xml/error_info/p9_fab_iovalid_errors.xml
+++ b/src/import/chips/p9/procedures/xml/error_info/p9_fab_iovalid_errors.xml
@@ -16,19 +16,54 @@
<!-- deposited with the U.S. Copyright Office. -->
<!-- -->
<!-- IBM_PROLOG_END_TAG -->
-<!-- Halt codes for p9_fab_iovalid -->
+<!-- Error definitions for p9_fab_iovalid_errors -->
<hwpErrors>
<!-- ******************************************************************** -->
<hwpError>
- <rc>RC_P9_FAB_IOVALID_TABLE_ERR</rc>
+ <rc>RC_P9_FAB_IOVALID_REM_ENDP_TARGET_ERR</rc>
<description>
Procedure: p9_fab_iovalid
- Internal procedure error.
- No match found for X/A link in procedure data structures.
+ No matching remote endpoint target found
+ </description>
+ <ffdc>LOC_TARGET</ffdc>
+ <ffdc>LOC_ENDP_TYPE</ffdc>
+ <ffdc>LOC_ENDP_UNIT_ID</ffdc>
+ <ffdc>REM_ENDP_UNIT_ID</ffdc>
+ </hwpError>
+ <!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_P9_FAB_IOVALID_LOC_ENDP_TARGET_ERR</rc>
+ <description>
+ Procedure: p9_fab_iovalid
+ No matching local endpoint target found
+ </description>
+ <ffdc>LOC_TARGET</ffdc>
+ <ffdc>LOC_ENDP_TYPE</ffdc>
+ <ffdc>LOC_ENDP_UNIT_ID</ffdc>
+ </hwpError>
+ <!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_P9_FAB_IOVALID_DL_NOT_TRAINED_ERR</rc>
+ <description>
+ Procedure: p9_fab_iovalid
+ Link DL training did not complete successfully
+ </description>
+ <ffdc>TARGET</ffdc>
+ <ffdc>LOC_ENDP_TYPE</ffdc>
+ <ffdc>LOC_ENDP_UNIT_ID</ffdc>
+ <ffdc>DL_FIR_REG</ffdc>
+ </hwpError>
+ <!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_P9_FAB_IOVALID_TL_NOT_TRAINED_ERR</rc>
+ <description>
+ Procedure: p9_fab_iovalid
+ Link TL training did not complete successfully
</description>
<ffdc>TARGET</ffdc>
- <ffdc>LINK</ffdc>
- <ffdc>LINK_ID</ffdc>
+ <ffdc>LOC_ENDP_TYPE</ffdc>
+ <ffdc>LOC_ENDP_UNIT_ID</ffdc>
+ <ffdc>TL_FIR_REG</ffdc>
</hwpError>
<!-- ******************************************************************** -->
</hwpErrors>
OpenPOWER on IntegriCloud