commit | 5cf66dfc62ccf0c2648ad0f8c3fdf2673751a579 | [log] [tgz] |
---|---|---|
author | linchuyuan <linchuyuan@google.com> | Tue Dec 21 17:38:55 2021 -0800 |
committer | Ed Tanous <ed@tanous.net> | Wed Feb 23 20:52:24 2022 +0000 |
tree | 4df739da43f2b070f5a8dfb529a4fb52fe5155c6 | |
parent | 9f3a74edba3a0379f4b172ed998d9aae2101a920 [diff] |
Add support for flex bmr490 https: //flex.com/-/media/Project/Flex/BrandSite/technology/power/power_modules/Digital_DCDC/Flex-TS---BMR490_19-04-15.pdf Change-Id: I4b1fc3eee1a8b33b99b1b07b1886ce6ceb630999 Signed-off-by: linchuyuan <linchuyuan@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