commit | 7aeb1a5e2b573a8c7ecd2f3da86a90fe0eb42f4b | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Tue Mar 15 22:49:04 2022 +1030 |
committer | Andrew Jeffery <andrew@aj.id.au> | Thu Mar 24 23:18:13 2022 +0000 |
tree | bdf96ca258c0aac8f8bd1a89c29660507b4561f8 | |
parent | 14108bb53f25e85e081b1d8a4e79f0b1bc1245b7 [diff] |
NVMeBasicContext: Account for invalid drive status Respect the drive status bits in the basic management command response before parsing the drive temperature value, as it may not yet be valid. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: I5311eb3b07f9b52fce7342c9c7f670f777d68c1d
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