summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/power
AgeCommit message (Collapse)AuthorFilesLines
2019-11-18phosphor-power: srcrev bump 494ef03afe..6d5977375fAndrew Geissler1-1/+1
Shawn McCarney (7): Enhance regulators Rule class Create regulators RunRuleAction class Only build regulator tests when option enabled Create regulators NotAction class Create regulators AndAction class Create regulators OrAction class Create regulators IfAction class (From meta-phosphor rev: 5dbfa7a8d63c434f5aab8df2046e0413f94e2067) Change-Id: I2ad6e86bfba5395585e6d73e36d04392c5754dc0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-12phosphor-power: srcrev bump 623f5a8c23..494ef03afeAndrew Geissler1-1/+1
Shawn McCarney (5): Combine regulator tests into one executable Replace regulators StubAction with MockAction Create regulators action_utils namespace Use C++17 format for nested namespace definitions Remove circular dependencies in regulator includes (From meta-phosphor rev: a753e320285d44efba2871d54f0ab8ec337c9a36) Change-Id: Iacc252158d823a226b5f6436eec09515fbdd3c1f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-07Add cli11 dependency to phosphor-power recipeJim Wright1-0/+1
Following https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-power/+/26406, the phospor-power repository is using cli11 function. The dependency was not added to the recipe and Rainier based builds are failing to compile. Add the missing dependency. (From meta-phosphor rev: 7a0e57f74e0b8434f3e62817e51b9b9368f4edf4) Signed-off-by: Jim Wright <jlwright@us.ibm.com> Change-Id: I08ac6db4284a364b69a25f91c6c20e5587cd598f Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-06phosphor-power: srcrev bump 7a7a29ece3..623f5a8c23Andrew Geissler1-1/+1
Shawn McCarney (2): Create regulators SetDeviceAction class Create regulators StubAction class (From meta-phosphor rev: a1371ed733942e7f1474ced82c44d81e890f2b5f) Change-Id: Icae2ba8a776d47cd839fd75371c3e727aa40bbb4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-06phosphor-power: srcrev bump cfc040c772..7a7a29ece3Andrew Geissler1-1/+1
Shawn McCarney (2): Create regulators ActionEnvironment class Create regulators Action class (From meta-phosphor rev: e65062b563fdefece30744e54df1d74a6ab75188) Change-Id: I1b43c221d89bb0eab4c28cd0acdb49646ee29e7b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-05phosphor-power: srcrev bump 5ea8b552fa..cfc040c772Andrew Geissler1-1/+1
Andrew Geissler (1): power-supply-monitor: fix systemd unit syntax Lei YU (4): power-utils: Add --compare option power-utils: Initially add --update option power-utils: Initially add Updater class Refactor: Move isPoweredOn to utility (From meta-phosphor rev: dd8ebbbefa566884b8e407da81c12d64d0d402bf) Change-Id: Ia39660d116576289abac2efb8551688003a12b38 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-04phosphor-power: srcrev bump ad8d454272..5ea8b552faAndrew Geissler1-1/+1
Gunnar Mills (1): Update sensor-architecture.md link (From meta-phosphor rev: 696613c6f3287e16fea628d9bf19093d288b117a) Change-Id: Iee5092ad8987c5f1d596032903500cdf8cae266e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-31phosphor-power: srcrev bump aff6548e90..ad8d454272Andrew Geissler1-1/+1
Jim Wright (2): Make GPIOAnalysis section optional in power sequencer YAML Update example power sequencer YAML Shawn McCarney (4): Create stubs for regulator Device, Rail, and Rule Conform regulator methods to acronym conventions Add explicit keyword to regulator constructors Create regulators IDMap class (From meta-phosphor rev: 76780eac778d98b4bc3ce10e4c1e3789e62a116e) Change-Id: Ib4f0d241cbd37ad9193738c400f566fa566749f4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-30Add phosphor-power recipeLei YU3-0/+77
There was witherspoon-fault-analysis recipe in meta-ibm. Now the repo becomes a generic one, phosphor-power, add the recipe in meta-phosphor. Tested: Verify the build `bitbake phosphor-power` succeeds. With changes in meta-ibm/meta-witherspoon, verify phosphor-power is built correctly and the services are installed. (From meta-phosphor rev: 4d8175e674b521669822da61d09b338f391b38fa) Change-Id: I4e30bba75a0883c4e431c56a10eef7917b5c46c8 Signed-off-by: Lei YU <mine260309@gmail.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>