summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/settings/phosphor-settings-read-settings-mrw-native/mrw-override-settings.yaml
Commit message (Collapse)AuthorAgeFilesLines
* [Subtree] Bring openbmc machines to top levelDave Cobbley2018-08-231-11/+0
| | | | | | | | | The new subtree model brings the subtrees up from the openbmc-machines layer. Change-Id: I58a03ae1be374bc79ae1438e65e888375d12d0c0 Signed-off-by: Dave Cobbley <david.j.cobbley@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Factor PS derating into power cap limit validationMatt Spinler2018-03-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | When the BMC sends a system power cap to the host, the host validates it is in a certain range or it will reject it. So, the BMC also checks the range before sending it at all. This range comes out of the MRW (machine readable workbook) XML, and is stored as output power. The user, however, inputs the power cap value as input power, and so the range the BMC code checks it against must also be in input power. To support this, the script that pulls the power cap min and max values out of the MRW for use in settings validation will now convert those output power values into input power by applying the power supply derating factor. Resolves openbmc/openbmc#2944 Tested: Check that the power cap range that the settings manager uses is now the input power versions. Change-Id: Id5c5851d081ad706fda73054b49e67a93d57f76e Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* Rename phosphor-settings-read-settings-mrw-native dirGunnar Mills2018-02-151-0/+11
The phosphor-settings-read-settings-mrw-native.bb was renamed in a62ad5c1. Rename the directory so the mrw-override-settings.yaml file can be found. a62ad5c1 appended -native to native setting recipes to follow bitbake naming conventions but left out this directory. Resolves openbmc/openbmc#2909 Tested: Built an image for Witherspoon and verified the correct power cap range values. Change-Id: I9860646bab9729a03366efbe30057bb3f1f5017d Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
OpenPOWER on IntegriCloud