commit | 13f4888f5062a29021f36375157e058596d32885 | [log] [tgz] |
---|---|---|
author | Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com> | Tue Feb 19 13:37:07 2019 -0800 |
committer | Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com> | Tue Feb 19 23:37:41 2019 +0000 |
tree | 8be1deaf03d021fa5307b06708020e24ac683b94 | |
parent | f7e2c5d59d0ab579041f0d88a61decfeca7dfd53 [diff] |
Exclude non-sensor properties from CPU sensor creation This commit makes CPU sensor service excludes non-sensor properties while creating dbus sensors. Tcontrol, Tthrottle and Tjmax will be filtered out. Change-Id: I57a551bf576d74164a6f7ea4873ac8340c0696c3 Signed-off-by: Jae Hyun Yoo <jae.hyun.yoo@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