commit | f1ace50bbb781c0febd15387110d1a03b11391f9 | [log] [tgz] |
---|---|---|
author | Avenash Asai Thambi <avenash.thambi@fii-usa.com> | Mon Aug 02 16:10:19 2021 -0500 |
committer | Ed Tanous <ed@tanous.net> | Mon Aug 16 22:09:51 2021 +0000 |
tree | 6702a845f8d66ac47bc35bc0a25405e8b6208898 | |
parent | e5fc3a55d344167832cab45cc3626fe5cf44d76c [diff] |
PSUSensorMain.cpp: Add support for ADM1266 device. Tested: - Combined with related driver and entity-manager changes from https://gerrit.openbmc-project.xyz/c/openbmc/entity-manager/+/40860, sensors properly show up in IPMI sensors. Signed-off-by: Avenash Asai Thambi <avenash.thambi@fii-usa.com> Change-Id: Ide4c90027a1ef8b5df4adeeb8450ccce3da29dd7
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