commit | f7e2c5d59d0ab579041f0d88a61decfeca7dfd53 | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Wed Feb 13 17:27:51 2019 -0800 |
committer | James Feist <james.feist@linux.intel.com> | Thu Feb 14 08:22:13 2019 -0800 |
tree | 95d35c36ee9f00c2be7f6c3f8739f20c28d217e5 | |
parent | 8e94c2044961ca05418e867d88f6db34ed2daf1e [diff] |
ipmbsensor: resend init command every boot This stops the ipmi response from being na after ipmitool power cycle. Tested-by: Power cycled 5 times and sensors never went to na Change-Id: Ida6ac397805b9eb47025e0227e2d15fcc26bb045 Signed-off-by: James Feist <james.feist@linux.intel.com>
dbus-sensors is a collection of sensor applications that provide the xyz.openbmc_project.Sensor collection of interfaces. They read sensor values from hwmon, d-bus, or direct driver access to provide readings. Some advance non-sensor features such as fan presence, pwm control, and automatic cpu detection (x86) are also supported.
runtime re-configurable from d-bus (entity-manager or the like)
isolated: each sensor type is isolated into its own daemon, so a bug in one sensor is unlikely to affect another, and single sensor modifications are possible
async single-threaded: uses sdbusplus/asio bindings
multiple data inputs: hwmon, d-bus, direct driver access