Skip to content

Commit 1ca287e

Browse files
cnpalmerdcrowell77
authored andcommitted
Disable Bad Dq Reconfig Loop until Restore finished
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>
1 parent 77e0173 commit 1ca287e

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

src/usr/fapi2/attribute_service.C

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1185,15 +1185,18 @@ ReturnCode fapiAttrSetBadDqBitmap(
11851185
l_reconfigAttr |= fapi2::ENUM_ATTR_RECONFIGURE_LOOP_BAD_DQ_BIT_SET;
11861186

11871187
#ifndef CONFIG_VPD_GETMACRO_USE_EFF_ATTR
1188-
l_rc = FAPI_ATTR_SET( fapi2::ATTR_RECONFIGURE_LOOP,
1189-
fapi2::Target<fapi2::TARGET_TYPE_SYSTEM>(),
1190-
l_reconfigAttr );
1191-
if ( l_rc )
1192-
{
1193-
FAPI_ERR( "fapiAttrSetBadDqBitmap: Error setting "
1194-
"ATTR_RECONFIGURE_LOOP" );
1195-
break;
1196-
}
1188+
// TODO RTC 164707
1189+
// Restore DRAM Repairs not finished yet so commenting out the
1190+
// reconfig loop for now.
1191+
//l_rc = FAPI_ATTR_SET( fapi2::ATTR_RECONFIGURE_LOOP,
1192+
// fapi2::Target<fapi2::TARGET_TYPE_SYSTEM>(),
1193+
// l_reconfigAttr );
1194+
//if ( l_rc )
1195+
//{
1196+
// FAPI_ERR( "fapiAttrSetBadDqBitmap: Error setting "
1197+
// "ATTR_RECONFIGURE_LOOP" );
1198+
// break;
1199+
//}
11971200
#endif
11981201
}
11991202

0 commit comments

Comments
 (0)