commit | 9bb6746263a86bdddd6fd734e63673014c4a763f | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Fri Mar 15 15:09:50 2019 -0700 |
committer | James Feist <james.feist@linux.intel.com> | Fri Mar 15 15:10:46 2019 -0700 |
tree | 2dd1695d7ab097536cdca218eea5085205ade2aa | |
parent | 82bac4c7e10f0601bb9f68f5908887182c0e18f0 [diff] |
Add association to Fan Redundancy This also needs an association. Change-Id: I6b0f2f4c5fdc2143ee4e2336d0f9fb9976cec629 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