commit | 078f2324ce8f7527608a74ff514720fd917e8d19 | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Fri Mar 08 11:09:05 2019 -0800 |
committer | James Feist <james.feist@linux.intel.com> | Fri Mar 15 12:49:48 2019 -0700 |
tree | b7a5f7e8eaeacdfcc32f731205bdcb166c479c3b | |
parent | 3a1807e08a024ec712d7bc02ad62629ff76570c8 [diff] |
Add associations to sensors This adds associations to all the sensors on dbus. Tested: Mapper has lots of sensor associations now. Change-Id: I9a1c51d6b139e45a228507d29637c29a84b302d9 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