2c714052 | 06-Apr-2019 |
Patrick Venture <venture@google.com> |
move all services s/obmc-standby/multi-user/g
Transition all the services away from the custom obmc-standby service to the default multi-user target.
Signed-off-by: Patrick Venture <venture@google.
move all services s/obmc-standby/multi-user/g
Transition all the services away from the custom obmc-standby service to the default multi-user target.
Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Icc5cd0eb0767318f27fd8d568818659a50bbd987
show more ...
|
6ce6ab45 | 28-Jan-2019 |
Kuiying Wang <kuiying.wang@intel.com> |
Sync w/ updated power control interfaces
setPowerState/getPowerState methods are removed. all properties are removed except PGood and State. return value of forcePowerOff is changed to bool from int
Sync w/ updated power control interfaces
setPowerState/getPowerState methods are removed. all properties are removed except PGood and State. return value of forcePowerOff is changed to bool from int32
TestBy: Ipmi command and click buttons Change-Id: I0b5e51cea959594acf04257c566893da6ffe7d26 Signed-off-by: Kuiying Wang <kuiying.wang@intel.com>
show more ...
|
676d2c39 | 14-Feb-2019 |
James Feist <james.feist@linux.intel.com> |
Fix build
Some components needed to be updated to cpp17 to support std::variant and some components had incorrect dbus interfaces for what is currently available. Fix it so it builds.
Also re-clang
Fix build
Some components needed to be updated to cpp17 to support std::variant and some components had incorrect dbus interfaces for what is currently available. Fix it so it builds.
Also re-clangformat some files
Tested-by: build passed
Change-Id: I4d43dc47a5facfc096dd6ccf64d098d796f11016 Signed-off-by: James Feist <james.feist@linux.intel.com>
show more ...
|
80f6d927 | 13-Nov-2018 |
Kuiying Wang <kuiying.wang@intel.com> |
Remove useless inlcude and modify properties.
Submit a small patch to make sure x86-power-control is added into meta/intel/meta-s2600wf and make sure obmc-phosphor-image is built successfully. The m
Remove useless inlcude and modify properties.
Submit a small patch to make sure x86-power-control is added into meta/intel/meta-s2600wf and make sure obmc-phosphor-image is built successfully. The more funtions will be submitted one by one in the comming.
Change-Id: I53101712fd17b949f1fa57acbccb4d95ba193f14 Signed-off-by: Kuiying Wang <kuiying.wang@intel.com>
show more ...
|
c8153bca | 09-Nov-2018 |
Kuiying Wang <kuiying.wang@intel.com> |
Add service files into the repo
Upstream request is to have service files in repo now.
Change-Id: I0df43652acf0f98ad5e5d1548b64acddc38a89dd Signed-off-by: Kuiying Wang <kuiying.wang@intel.com> |
219a2f94 | 05-Nov-2018 |
Patrick Venture <venture@google.com> |
build: use c++17
Update CMakeLists to use c++17.
Change-Id: I968465fa76fe032fb49af1cde7b9932505988659 Signed-off-by: Patrick Venture <venture@google.com> |
8fbed2ec | 01-Nov-2018 |
Patrick Venture <venture@google.com> |
add clang-format to repo
Add clang-format to repo.
Change-Id: Ic856886375af1b92648932e7b7239272307d38f3 Signed-off-by: Patrick Venture <venture@google.com> |
64ff7ced | 14-Aug-2018 |
Kuiying Wang <kuiying.wang@intel.com> |
Implement power control for x86 based platforms
This power control module provides the capability to power on/off the host via gpio. And provides some interfaces for system to contorl the system pow
Implement power control for x86 based platforms
This power control module provides the capability to power on/off the host via gpio. And provides some interfaces for system to contorl the system power like: setPowerState getPowerState
Change-Id: Icd6530c42f2bc7c4d84062be786d25710b53f434 Signed-off-by: Kuiying Wang <kuiying.wang@intel.com>
show more ...
|
f9f50395 | 02-Aug-2018 |
Brad Bishop <radsquirrel@gmail.com> |
Initial commit |