commit | 3046a0242cfde0cbf871f632c2c143b48ac30c71 | [log] [tgz] |
---|---|---|
author | Yong Li <yong.b.li@linux.intel.com> | Fri Apr 03 13:01:02 2020 +0800 |
committer | Yong Li <yong.b.li@intel.com> | Sun Apr 12 06:49:43 2020 +0000 |
tree | 20c5be409908b0d303c740366682720a5d81dff4 | |
parent | 0a4c480e1b53f43c60f7aabf155a837df7c681cd [diff] |
Add beep support for PSU Spec requires that system will beep with pattern 1-5-1-4 if there is any PSU failure or config error. Tested: With two PSUs, disconnect one AC cable, or unplug one PSU, to trigger the psu failure/config error, there is a beep. Signed-off-by: Yong Li <yong.b.li@linux.intel.com> Change-Id: I8664400164298fa4a35f82b79e4bf417481aabb0
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