commit | 58295adae0b61ffa230a80d2719bd5068360f98e | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Thu May 30 15:01:41 2019 -0700 |
committer | James Feist <james.feist@linux.intel.com> | Mon Jun 03 18:24:11 2019 +0000 |
tree | a59edae8a54b9b17242f2b38d068c4b464b39785 | |
parent | 58b2b53e6f065bfb2b470d8f616d3fef67179fcb [diff] |
cpusensor: detect if cpu is available Add CPU inventory item detection via gpio. Tested: inventory item is exposed Change-Id: Ia26a4bed5534edec6a7f5c7cf0965f84fa0fc23a 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