commit | c140e2008b038b5fbf07aca0795b8030224eddd4 | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Thu Nov 14 15:23:51 2019 -0800 |
committer | James Feist <james.feist@linux.intel.com> | Thu Nov 14 15:23:51 2019 -0800 |
tree | 135a4f601d05ef87ff017c9a3a13e19a052a910b | |
parent | fbb44ad1ea716d4e8c2cacdf01d380c6d0f53855 [diff] |
CpuSensor: Fallback to ping if no presence sensor Not all cpus have presence, add a fallback method of exposing the item interface. Tested: After power on, the interface was available Change-Id: Ia3ee7ec309f31d5cf769f9582b091905f541cd40 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