commit | 66ab84060ae39a0e07951d9a7080c146ccac42e2 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Thu Dec 02 15:03:51 2021 +1030 |
committer | Andrew Jeffery <andrew@aj.id.au> | Tue Dec 07 04:06:13 2021 +0000 |
tree | 31289963835d76ee4fae91d73b39e7ca3b58724b | |
parent | 710562a34b25e978d62a7047c127d06c268caee9 [diff] |
NVMeSensorMain: Define deriveRootBus() Continue lifting code from the lambda to simplify its implementation. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: Ib125c05a8f8aa10e0a0c1da4036ef134edaeb563
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