commit | 7d47bf566ad1c61edee7185670ca0e190b31bed0 | [log] [tgz] |
---|---|---|
author | Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com> | Tue Apr 23 16:43:50 2019 -0700 |
committer | Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com> | Wed Apr 24 17:32:26 2019 +0000 |
tree | ce5761ef5f98376cb626f8414dc8de129c2cdb37 | |
parent | 690895f3925cd02bb2d160633921ab74916219d4 [diff] |
Replace Skylake with Xeon We are going to use Xeon for all CPU configs so this commit replaces Skylake string with Xeon. Tested: Dbus CPU sensors were listed as expected. Change-Id: I943e087a7602db3c00ab3f8ff1aa25f089f004b2 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