summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas/common
diff options
context:
space:
mode:
authorBrian Horton <brianh@linux.ibm.com>2012-10-16 13:31:33 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-10-22 16:01:55 -0500
commit1aff4e6a3cd4c3089765b06f4bc187d7aff6a99f (patch)
treeb277bf8b3653b4dbbc6b4d3098af1e9acdb8f03b /src/usr/hwas/common
parent061548ec53d76b2119a16211131536394d505a88 (diff)
downloadtalos-hostboot-1aff4e6a3cd4c3089765b06f4bc187d7aff6a99f.tar.gz
talos-hostboot-1aff4e6a3cd4c3089765b06f4bc187d7aff6a99f.zip
remove workaround, allow full partial good vpd checks.
Change-Id: Icc2d670b8d18101f14492d8209a0d4a098675d97 RTC: 49991 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2067 Tested-by: Jenkins Server Reviewed-by: Terry J. Opie <opiet@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwas/common')
-rw-r--r--src/usr/hwas/common/hwas.C8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/usr/hwas/common/hwas.C b/src/usr/hwas/common/hwas.C
index df9997d76..98db2b7d3 100644
--- a/src/usr/hwas/common/hwas.C
+++ b/src/usr/hwas/common/hwas.C
@@ -312,13 +312,7 @@ errlHndl_t discoverTargets()
pDesc->getAttr<ATTR_HUID>(), indexEX,
VPD_CP00_PG_EX0_INDEX + indexEX,
VPD_CP00_PG_EX0_GOOD);
-////////////////////////////////////////////////////////////////////////////////
- // RTC: 49991 for now, return true because the VPD in
- // hostboot is broken (has 0xF200 instead of 0xF300,
- // and has the last 6 cores in the incorrect place)
- descFunctional = true;
- //descFunctional = false;
-////////////////////////////////////////////////////////////////////////////////
+ descFunctional = false;
}
}
} // chipFunctional
OpenPOWER on IntegriCloud