summaryrefslogtreecommitdiffstats
path: root/src/usr/fapi2
diff options
context:
space:
mode:
authorCaleb Palmer <cnpalmer@us.ibm.com>2017-09-06 14:48:32 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-09-06 17:18:45 -0400
commit1ca287e19219d77e64f0cdacb354bb8cafdccf09 (patch)
tree1ecb0788fd8018db9d02c0a45c7cce8683f9f449 /src/usr/fapi2
parent77e0173353795686ecf4c311f9bd79ddb74ca137 (diff)
downloadtalos-hostboot-1ca287e19219d77e64f0cdacb354bb8cafdccf09.tar.gz
talos-hostboot-1ca287e19219d77e64f0cdacb354bb8cafdccf09.zip
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>
Diffstat (limited to 'src/usr/fapi2')
-rw-r--r--src/usr/fapi2/attribute_service.C21
1 files changed, 12 insertions, 9 deletions
diff --git a/src/usr/fapi2/attribute_service.C b/src/usr/fapi2/attribute_service.C
index fea495705..4de34efc1 100644
--- a/src/usr/fapi2/attribute_service.C
+++ b/src/usr/fapi2/attribute_service.C
@@ -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
}
OpenPOWER on IntegriCloud