summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas/common/hwas.C
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2018-03-28 11:57:35 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-03-29 12:10:52 -0400
commita6bd3b6514e066c1274c7c38b74190b38f6185f8 (patch)
tree051f7bbe0aead6f333b06024c977dc1d360e2c15 /src/usr/hwas/common/hwas.C
parenta17b84a6678febef7ced9f0908cf39d5f16671df (diff)
downloadtalos-hostboot-a6bd3b6514e066c1274c7c38b74190b38f6185f8.tar.gz
talos-hostboot-a6bd3b6514e066c1274c7c38b74190b38f6185f8.zip
Allow platHwasErrorAddHWCollout now that FSP supports it
Previously we tried to add this callout to some hwas code. This caused FSP-CI to fail because the FSP has not implemented support for this platHwasErrorAddHWCollout. Now that the FSP has added support we can allow this callout to happen Change-Id: Ibc4063eecc6607f92e4c1cfe555348d2a0f12785 CQ: SW410022 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/56398 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: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/hwas/common/hwas.C')
-rw-r--r--src/usr/hwas/common/hwas.C11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/usr/hwas/common/hwas.C b/src/usr/hwas/common/hwas.C
index c79fcba85..17c6b5b49 100644
--- a/src/usr/hwas/common/hwas.C
+++ b/src/usr/hwas/common/hwas.C
@@ -2980,12 +2980,11 @@ errlHndl_t validateProcessorEcLevels()
userdata2);
// call out the procedure to find the deconfigured part.
- //TODO SW410022 Add HWSV support for platHwasErrorAddHWCallout
-// platHwasErrorAddHWCallout( l_err,
-// l_chip,
-// SRCI_PRIORITY_HIGH,
-// NO_DECONFIG,
-// GARD_NULL);
+ platHwasErrorAddHWCallout( l_err,
+ l_chip,
+ SRCI_PRIORITY_HIGH,
+ NO_DECONFIG,
+ GARD_NULL);
// if we already have an error, link this one to the earlier;
// if not, set the common plid
hwasErrorUpdatePlid(l_err, l_commonPlid);
OpenPOWER on IntegriCloud