commit | 6f379ce9caaee604c0ab92fbff4105efe8e459fe | [log] [tgz] |
---|---|---|
author | Tim Chao <Tim.Chao@quantatw.com> | Thu Feb 24 11:08:09 2022 +0800 |
committer | Tim Chao <Tim.Chao@quantatw.com> | Tue Mar 01 00:58:15 2022 +0000 |
tree | b65ef99976e528dae4738c35ed67a77ba48270df | |
parent | 5cf66dfc62ccf0c2648ad0f8c3fdf2673751a579 [diff] |
dbus-sensors: Add new psu sensor labels and sensor type The new type ADS7830 psu sensor is used in our machine. Add ADS7830 sensor labels and type to dbus-sensor. Tested:Combined with related driver and entity-manager changes; sensors properly show up in IPMI sensors. Tested on Quanta S6Q platform. Signed-off-by: Tim Chao <Tim.Chao@quantatw.com> Change-Id: I90979d1c9b74e2e704f42e946a343aeb537a8bb6
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