Skip to content

Commit

Permalink
Allow platHwasErrorAddHWCollout now that FSP supports it
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
crgeddes authored and dcrowell77 committed Mar 29, 2018
1 parent a17b84a commit a6bd3b6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/usr/hwas/common/hwas.C
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a6bd3b6

Please sign in to comment.