commit | 802d94fb92bfdba0adf41d3b8dd7ea647a5133cb | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Mon Jun 24 07:29:14 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Mon Jun 24 10:36:34 2019 -0700 |
tree | cc1d4b230981ddce575f93ad6659c8171ab31d16 | |
parent | caaebd1f426a63d89c0ea9f2de61bbe190d7838b [diff] |
MAINTAINERS: +R: Brandon Kim Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I2251ad28e2b83e397e86a22e3c85b11b4344feae
Exposes generic hwmon entries as DBus objects. More information can be found at Sensor Architecture
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`.
To enable the use of Linux features like cgroups prioritization and udev/systemd control, one instance of phosphor-hwmon is intended to be run per hwmon sysfs class instance. This requires an algorithm for selecting a stable, well-known D-Bus busname. The algorithm is <PREFIX>-<ID>.Hwmon<N> where PREFIX is an autoconf configurable prefix (BUSNAME_PREFIX, xyz.openbmc_project by default), ID is a std::hash of the /sys/devices path backing the hwmon class instance, and N is the implemented phosphor-hwmon D-Bus API version.