| commit | 23c96e7c249b41efecc10ba7acba82603a54b996 | [log] [tgz] | 
|---|---|---|
| author | Zhikui Ren <zhikui.ren@intel.com> | Thu Nov 05 22:32:28 2020 -0800 | 
| committer | Ed Tanous <ed@tanous.net> | Sat Dec 12 02:11:22 2020 +0000 | 
| tree | f16db9e2b31419ee33561834661f17d8a3bc138d | |
| parent | 832a2c604956a2e37da9acedb32ebc8f6d9abae1 [diff] | 
PSUSensors: Move to GetSensorConfiguration GetSensorConfiguration has improved to have retries and avoid more expensive GetManagedOjects calls. Use it. Tested PSU sensors are created consistently ac_cycle test Signed-off-by: Zhikui Ren <zhikui.ren@intel.com> Change-Id: Id6b374ff415cc7c6c0d83b55f12551556838f2b7
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