commit | 7ea918f22b7df400dd11f909342ac4d256536000 | [log] [tgz] |
---|---|---|
author | Zev Weiss <zweiss@equinix.com> | Wed Mar 24 22:46:02 2021 +0000 |
committer | Ed Tanous <ed@tanous.net> | Mon Apr 05 16:12:20 2021 +0000 |
tree | be777fcc46230a59a643608bab517f40ecddd8ae | |
parent | dbb73aa2c615a4de96086cf2083b1eb99928eea7 [diff] |
Add support for Nuvoton w83773g temp sensor Tested on ASRock Rack e3c246d4i (an in-progress port) in tandem with corresponding entity-manager change. Signed-off-by: Zev Weiss <zweiss@equinix.com> Change-Id: Ie46c77459ad472aaf0803a44740a02765b49fb1f
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