Skip to content

Commit

Permalink
Do not deconfig on nvdimm erase fail
Browse files Browse the repository at this point in the history
Changing from DECONFIG to NO_DECONFIG on erase check per RAS feedback

Change-Id: Ic50b8650e71fef3635a7730e3d439ac99c977ccf
CQ:SW488769
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/94605
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Corey V Swenson <cswenson@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: Daniel M Crowell <dcrowell@us.ibm.com>
  • Loading branch information
Tsung Yeung authored and dcrowell77 committed Apr 15, 2020
1 parent f30db09 commit f198534
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/usr/isteps/nvdimm/nvdimm.C
Expand Up @@ -1513,10 +1513,11 @@ errlHndl_t nvdimmEraseCheck(Target *i_nvdimm, bool i_statusOnly)

if(l_err)
{
// Callout nvdimm on high, gard and deconfig
// Callout nvdimm on high and gard. No deconfig to prevent
// re-ipl for ESS config since this is called during IPL
l_err->addHwCallout( i_nvdimm,
HWAS::SRCI_PRIORITY_HIGH,
HWAS::DECONFIG,
HWAS::NO_DECONFIG,
HWAS::GARD_Fatal);

// Collect register data for FFDC Traces
Expand Down

0 comments on commit f198534

Please sign in to comment.