commit | e5d2308e73115a8afa2ad2a1d5e7f3be453be0cc | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Thu Jan 16 20:19:06 2020 +0000 |
committer | James Feist <james.feist@linux.intel.com> | Fri Jan 17 17:24:44 2020 +0000 |
tree | 2f2f38dd47cee56a82751c9f48c977e13c61f4d7 | |
parent | 59e4798ea407e6ac1aef3e9f89c2ee8feb33a608 [diff] |
Revert "PSUSensor: Fix for PSU details" This reverts commit 9f9b38d89a751e70cdf61bfb3f78c05800201f95. Reason for revert: Association was correct, fix needs to happen in bmcweb to distinguish power types vs other types Change-Id: If14ae1d47f218f5d0e39f482ee6052cfec80b883 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