diff options
| author | Nick Bofferding <bofferdn@us.ibm.com> | 2018-02-19 09:30:48 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-02-23 10:08:36 -0500 |
| commit | 55e51a61f98564b86be3a34b0fccff2689a28f29 (patch) | |
| tree | 57e8d3d5087e3d25db444a9bc32b6310a69c98dd /src/usr | |
| parent | 014e0ae7136ccd47412916acdbcbfaa2ceeac603 (diff) | |
| download | talos-hostboot-55e51a61f98564b86be3a34b0fccff2689a28f29.tar.gz talos-hostboot-55e51a61f98564b86be3a34b0fccff2689a28f29.zip | |
Delayed deconfig any DIMM on a failing voltage domain
If request to service processor to enable a memory voltage domain fails, delayed
deconfig any DIMMs tied to that voltage domain, so that in a reconfig loop the
system will boot, but without the affected DIMMs, rather than rebooting
endlessly.
Change-Id: Icc70c9c3203abefa8085229c7783ee858c8372d6
RTC: SW417148
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54358
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: ILYA SMIRNOV <ismirno@us.ibm.com>
Reviewed-by: Marshall J. Wilks <mjwilks@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr')
| -rw-r--r-- | src/usr/isteps/hbToHwsvVoltageMsg.C | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/isteps/hbToHwsvVoltageMsg.C b/src/usr/isteps/hbToHwsvVoltageMsg.C index 748d0ae92..a6eff7a12 100644 --- a/src/usr/isteps/hbToHwsvVoltageMsg.C +++ b/src/usr/isteps/hbToHwsvVoltageMsg.C @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2012,2017 */ +/* Contributors Listed Below - COPYRIGHT 2012,2018 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -591,7 +591,7 @@ void calloutMcbistChildDimms( errlHndl_t & io_errl, io_errl->addHwCallout( l_dimm, HWAS::SRCI_PRIORITY_LOW, - HWAS::NO_DECONFIG, + HWAS::DELAYED_DECONFIG, HWAS::GARD_NULL ); } } |

