commit | 25e20bd8cc614edb6bc3a335d6b4eb2e9df5c054 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Tue Mar 15 22:26:04 2022 +1030 |
committer | Andrew Jeffery <andrew@aj.id.au> | Thu Mar 24 23:18:13 2022 +0000 |
tree | 1cfaf27df3fee535c5bda2415eeba8cf337d7861 | |
parent | 8418975235cb792235e7cdc8fb4951be2167ced9 [diff] |
NVMeBasicContext: Reject bad I2C bus IDs We can't possibly query such sensors, so ensure they can't exist. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: I899979db57a84272be9b537d87e54756296695cf
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