Skip to content

Commit

Permalink
Disable Bad Dq Reconfig Loop until Restore finished
Browse files Browse the repository at this point in the history
Change-Id: I29ce26c68c85793e864b14f1257aec1d7e4cc35b
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45737
Reviewed-by: JACOB L. HARVEY <jlharvey@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
cnpalmer authored and dcrowell77 committed Sep 6, 2017
1 parent 77e0173 commit 1ca287e
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions src/usr/fapi2/attribute_service.C
Expand Up @@ -1185,15 +1185,18 @@ ReturnCode fapiAttrSetBadDqBitmap(
l_reconfigAttr |= fapi2::ENUM_ATTR_RECONFIGURE_LOOP_BAD_DQ_BIT_SET;

#ifndef CONFIG_VPD_GETMACRO_USE_EFF_ATTR
l_rc = FAPI_ATTR_SET( fapi2::ATTR_RECONFIGURE_LOOP,
fapi2::Target<fapi2::TARGET_TYPE_SYSTEM>(),
l_reconfigAttr );
if ( l_rc )
{
FAPI_ERR( "fapiAttrSetBadDqBitmap: Error setting "
"ATTR_RECONFIGURE_LOOP" );
break;
}
// TODO RTC 164707
// Restore DRAM Repairs not finished yet so commenting out the
// reconfig loop for now.
//l_rc = FAPI_ATTR_SET( fapi2::ATTR_RECONFIGURE_LOOP,
// fapi2::Target<fapi2::TARGET_TYPE_SYSTEM>(),
// l_reconfigAttr );
//if ( l_rc )
//{
// FAPI_ERR( "fapiAttrSetBadDqBitmap: Error setting "
// "ATTR_RECONFIGURE_LOOP" );
// break;
//}
#endif
}

Expand Down

0 comments on commit 1ca287e

Please sign in to comment.