commit | 6f25e7e01e37d6b2b5382169260fcf3cd9b9dc6c | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Mon May 24 12:52:53 2021 +0930 |
committer | Andrew Jeffery <andrew@aj.id.au> | Thu Sep 23 22:30:11 2021 +0000 |
tree | a7c78634355ff32010c37d77b84beea34b8ebdc2 | |
parent | e3e3c97af854f702523efef70c9bf6a660b2099f [diff] |
nvmesensor: Introduce nvme-mi-mctp build feature Allow MCTP support to be configured at build time. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: I280337fce81a24c47bdb3b86279f2664ba80b380
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