commit | e4a970d9aea97c7c1a11c63215e7d3cda2124e54 | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Wed Aug 19 11:21:58 2020 -0700 |
committer | James Feist <james.feist@linux.intel.com> | Thu Aug 20 23:06:21 2020 +0000 |
tree | e33e0525638f7269061f0091767e7dfdb10d2c64 | |
parent | 58e02efa73d5511c603a327b9a6760931a03d66e [diff] |
Fix PXE VR reading negative PXE VR uses 11 bit format. Also sign extend the 11bit reading so that negatives show correctly. Change-Id: I22f92a385532e69a283fdf02adf8d2edc6bd60c2 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