commit | b83bb2bed5db227483af4fa22563ddc66760a344 | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Fri May 31 12:31:23 2019 -0700 |
committer | James Feist <james.feist@linux.intel.com> | Mon Jun 03 18:25:00 2019 +0000 |
tree | 10d4283f40deb26fe17cb2d4b34ded41e351d669 | |
parent | 58295adae0b61ffa230a80d2719bd5068360f98e [diff] |
adcsensor: Add CPU presence checking This adds a match to catch cpu presence coming from cpusensor. Tested: ipmitool sensor list no longer showed ADCs that monitored unavailable CPU Change-Id: I39c067e5da3565c5b229cc19ed4ccf7767c1e85c 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