summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/hbToHwsvVoltageMsg.C
Commit message (Collapse)AuthorAgeFilesLines
* Add centaur dynamic VDDR code to hostbootRichard J. Knight2018-05-111-10/+10
| | | | | | | | | | | | | | | | | | | | | | -Update the makefile for istep07 and add the call to the p9c_mss_vddr_offset hwp -Update attribute mapping to separate the centaur specific values -Update the centaur target to include the attribute for the vddr offset voltage -Update createVddrMsg to use new attributes for centaur voltages Change-Id: I3be51277b7693aa91e60c8873844be785bf97c12 RTC:157672 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58294 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> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
* Delayed deconfig any DIMM on a failing voltage domainNick Bofferding2018-02-231-2/+2
| | | | | | | | | | | | | | | | | | 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>
* ZEPPELIN BUP: host enable memvolt changesPrachi Gupta2017-12-111-33/+97
| | | | | | | | | | | | | | | | This commit adds the base support to turn on VPP and VDDR voltage rails associated with membuf targets. Change-Id: I82eb237b63e2496dc9a0d25bbac71af2ef59e30f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50575 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Santosh S. Puranik <santosh.puranik@in.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
* Support non-std VDDR DEFAULT voltage on ZZMatt Derksen2017-09-191-2/+8
| | | | | | | | | | | | | Change-Id: Ifc67849e18868c29cd84de698b7d50da8bbe4981 RTC:179196 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45813 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@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> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* SW386506 - data storage exception in host_disable_memvoltRichard J. Knight2017-05-071-7/+7
| | | | | | | | | | | | | | -Modify function calls using hwsvPowrMemVoltDomainRequest_t to pass by reference instead of by value. Change-Id: I557ca92f76601e7b17568a8fa2f3946a0304c40a CQ:SW386506 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40043 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* Add traces to debug crash in set_voltagesDan Crowell2017-02-271-3/+7
| | | | | | | | | | | | More data to help debug SW380025 Change-Id: I4bcbf546e538c84e601d1719700d55654b90095d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36808 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* Interface to send processor voltage change requests to HWSVAndres Lugo-Reyes2016-09-161-0/+1009
This commit contains an altered implementation of hbVddrMsg that is capable of sending voltage change requests related to the processor to HWSV. It also contains the MRW parsing code to retrieve processor I2C information and relay that data to the FSP so POWR can actually change the voltage. Change-Id: Ifcdbd9ebe0eb300a61ee17cc8be6751cee4ff228 Depends-on: I3a478e4a70421d73bcaf7c9746d6569192be4d10 RTC:158500 CMVC-Prereq: 1002713 CMVC-Prereq: 1005080 CMVC-Prereq: 1005149 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28490 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Matt Derksen <v2cibmd@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
OpenPOWER on IntegriCloud