From 15024cecd90e616624fe4bb2ea6fb33540d85683 Mon Sep 17 00:00:00 2001 From: Chris Steffen Date: Fri, 19 May 2017 08:02:12 -0500 Subject: [PATCH] IO Xbus RAS Update - Changed callouts to 'bus' callouts - Changed callouts to high priority Change-Id: I5a834cb3285330159449fb811cff2caa6c20d03a Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40751 Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: Richard J. Knight Reviewed-by: Gary A. Peterson Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40752 Reviewed-by: Hostboot Team Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- .../hwp/io/p9_io_xbus_post_trainadv.C | 10 ++++--- .../xml/error_info/p9_io_xbus_errors.xml | 26 +++++++++---------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/import/chips/p9/procedures/hwp/io/p9_io_xbus_post_trainadv.C b/src/import/chips/p9/procedures/hwp/io/p9_io_xbus_post_trainadv.C index 149447fac88..c824a7de251 100644 --- a/src/import/chips/p9/procedures/hwp/io/p9_io_xbus_post_trainadv.C +++ b/src/import/chips/p9/procedures/hwp/io/p9_io_xbus_post_trainadv.C @@ -73,7 +73,8 @@ fapi2::ReturnCode getDebugInfo( } fapi2::ReturnCode checkEyeWidth( - const fapi2::Target i_tgt, + const fapi2::Target& i_tgt, + const fapi2::Target& i_ctgt, const uint8_t i_grp ) { FAPI_IMP("Entering..."); @@ -110,7 +111,8 @@ fapi2::ReturnCode checkEyeWidth( // Check if the historical eye width is less then the manufacturing minimum eye width FAPI_ASSERT( ( io::get( EDIP_RX_HIST_MIN_EYE_WIDTH, data64 ) >= minMfgEyeWidth ), - fapi2::IO_XBUS_MFG_RX_EYE_WIDTH_FAILURE().set_TARGET( i_tgt ).set_GROUP( i_grp ) + fapi2::IO_XBUS_MFG_RX_EYE_WIDTH_FAILURE().set_RXTARGET(i_tgt) + .set_TXTARGET(i_ctgt).set_GROUP(i_grp) .set_EYE_WIDTH( io::get( EDIP_RX_HIST_MIN_EYE_WIDTH, data64 ) ) .set_EYE_WIDTH_LANE( io::get( EDIP_RX_HIST_MIN_EYE_WIDTH_LANE, data64 ) ) .set_EYE_WIDTH_VALID( io::get( EDIP_RX_HIST_MIN_EYE_WIDTH_VALID, data64 ) ) @@ -160,8 +162,8 @@ fapi2::ReturnCode p9_io_xbus_post_trainadv( if(l_status == fapi2::ENUM_ATTR_IO_X_MFG_CHK_TRUE) { - FAPI_TRY( checkEyeWidth( i_tgt, i_grp ) ); - FAPI_TRY( checkEyeWidth( i_ctgt, i_cgrp ) ); + FAPI_TRY( checkEyeWidth( i_tgt, i_ctgt, i_grp ) ); + FAPI_TRY( checkEyeWidth( i_ctgt, i_tgt, i_cgrp ) ); } diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_io_xbus_errors.xml b/src/import/chips/p9/procedures/xml/error_info/p9_io_xbus_errors.xml index f28d3075973..95eabf1be36 100644 --- a/src/import/chips/p9/procedures/xml/error_info/p9_io_xbus_errors.xml +++ b/src/import/chips/p9/procedures/xml/error_info/p9_io_xbus_errors.xml @@ -43,7 +43,7 @@ I/O EDI+ Xbus Rx Dccal(Offset calibration) Timeout TARGET - MEDIUM + HIGH TARGET @@ -60,7 +60,7 @@ I/O EDI+ Xbus Rx Dccal Cleanup Pll Not Locked TARGET - MEDIUM + HIGH TARGET @@ -80,14 +80,20 @@ MIN_EYE_WIDTH I/O EDI+ Xbus Rx Eye Width Failure - TARGET - MEDIUM + TXTARGET,RXTARGET + HIGH - TARGET + RXTARGET + + + TXTARGET - TARGET + RXTARGET + + + TXTARGET @@ -159,14 +165,6 @@ S_BAD_LANE2 S_BAD_LANE_CODE - - M_TARGET - MEDIUM - - - S_TARGET - MEDIUM - M_TARGET,S_TARGET HIGH