commit | 1b3391838cd7d50a325a1f77eff63531d8eb82ac | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Fri May 21 15:35:36 2021 +0930 |
committer | Andrew Jeffery <andrew@aj.id.au> | Tue Jun 01 14:58:33 2021 +0930 |
tree | 91465594b7688cabaa5190d94455cd5fde7d6efe | |
parent | 916dcf7e84a44283425f1008dad890ca115fbbeb [diff] |
NVMeSensor: Drop libmctp include from header libmctp types and symbols are only required by the implementation. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: Ia50a168544ee62cda402b9da5d59eb6172d98679
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