summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2017-06-14 16:53:11 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-08-11 09:57:05 -0400
commit18c1910fe597158178380a0cfb74504736b4fb3b (patch)
tree45d0c6163bd0ef0aa02f26b4ba890ac84cba18e0 /src/usr/hwas
parenteb8df8822f732c47e0ea3326da1691596206f90d (diff)
downloadtalos-hostboot-18c1910fe597158178380a0cfb74504736b4fb3b.tar.gz
talos-hostboot-18c1910fe597158178380a0cfb74504736b4fb3b.zip
Autogenerate targeting xmls for ekb attributes
CMVC-Prereq: 1028808 Change-Id: I3d50cf242fd4cf23358c553a1b5395950616637e Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41860 Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/hwas')
-rw-r--r--src/usr/hwas/common/deconfigGard.C7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/usr/hwas/common/deconfigGard.C b/src/usr/hwas/common/deconfigGard.C
index 63787a046..d6b2f93e0 100644
--- a/src/usr/hwas/common/deconfigGard.C
+++ b/src/usr/hwas/common/deconfigGard.C
@@ -1573,11 +1573,14 @@ void DeconfigGard::_deconfigureByAssoc(
targetService().getTopLevelTarget(pSys);
HWAS_ASSERT(pSys, "HWAS _deconfigureByAssoc: no TopLevelTarget");
+#if 0 //@TODO RTC 178216 Re-Add this after proc_setup_bars_memory_attributes.xml
+ // is imported from ekb
// done if not in interleaved mode
if (!pSys->getAttr<ATTR_ALL_MCS_IN_INTERLEAVING_GROUP>())
{
break;
}
+#endif
// if paired mode (interleaved)
// deconfigure paired MCS and MEMBUF (Centaur)
// find paired MCS / MEMBUF (Centaur)
@@ -1699,12 +1702,14 @@ void DeconfigGard::_deconfigureByAssoc(
targetService().getTopLevelTarget(pSys);
HWAS_ASSERT(pSys, "HWAS _deconfigureByAssoc: no TopLevelTarget");
+#if 0 //@TODO RTC 178216 Re-Add this after proc_setup_bars_memory_attributes.xml
+ // is imported from ekb
// done if not in interleaved mode
if (!pSys->getAttr<ATTR_ALL_MCS_IN_INTERLEAVING_GROUP>())
{
break;
}
-
+#endif
// we need to make sure that MBA memory is balanced.
// find parent MCS
OpenPOWER on IntegriCloud