commit | 323969bca5b755fdb1f03eeeaf2b399281578d86 | [log] [tgz] |
---|---|---|
author | Bruce Mitchell <bruce.mitchell@linux.vnet.ibm.com> | Thu Jul 15 16:23:00 2021 -0500 |
committer | Ed Tanous <ed@tanous.net> | Mon Jul 19 14:32:11 2021 +0000 |
tree | 147d67aeb645a06a7015e6e920fe44471269f7f5 | |
parent | e41d52ffbd7e875f906bc36884cec60b42e33601 [diff] |
dbus-sensors: add Pascals to allowlist for units This adds Pascals allowlist of the units a sensor can measure, to keep in sync with phosphor-dbus-interfaces/yaml/xyz/openbmc_project \ /Sensor/Value.interface.yaml This relates to 43729: phosphor-dbus-interfaces: Add enum value Pascals https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-dbus-interfaces \ /+/43729 Signed-off-by: Bruce Mitchell <bruce.mitchell@linux.vnet.ibm.com> Change-Id: I0af0231aca90841032377a88703b51a7f5f96cf3
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