commit | f5709b4b8b7b7e673025a73025f31e2f3ddfd394 | [log] [tgz] |
---|---|---|
author | Alex Qiu <xqiu@google.com> | Wed Jan 29 13:29:50 2020 -0800 |
committer | Alex Qiu <xqiu@google.com> | Wed Apr 01 16:25:03 2020 -0700 |
tree | 90185457843dd1deb5040a22db09c5034f5ff321 | |
parent | f3fd1915faa9a80a6d7baec7f0dcd6ac34753a6c [diff] |
PSUSensor: Add support for MAX16601 and add label temp6 Tested: Combined with related driver, related entity-manager changes and related config file changes, sensors properly show up in IPMI sensors. Change-Id: Id1c1e4ede11b69fefbd806a1d5c496bf4aaf1b88 Signed-off-by: Alex Qiu <xqiu@google.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