commit | 94555352240ba7ac577a7017c0719cd9bbeb7a23 | [log] [tgz] |
---|---|---|
author | Matthew Barth <msbarth@us.ibm.com> | Mon Nov 16 14:57:50 2020 -0600 |
committer | Matthew Barth <msbarth@us.ibm.com> | Mon Nov 16 15:33:42 2020 -0600 |
tree | 28317876a31186a573aec54455343dccf64c2133 | |
parent | 7ab1b25b50bd4f68062c6a07200f8f69f09d3387 [diff] |
max31785-msl: Default not to install Default not to install the max31785-msl script and provide autoconf and meson options to install it. This is a tool used to check the revision of the MAX31785 fan controller chip against a configuration defining what the minimum ship level is required. Always installing this script isn't necessary where a MAX31785 chip doesn't exist in a machine or where the revision of it needs to be verified. Tested: Built using autoconf where the max31785-msl script is only installed when `--enable-max31785-msl` is given Build using meson where the max31785-msl script is only installed when `-Denable-max31785-msl=true` is given Change-Id: I563e30f093340ee035fd55c5fb0a10bef879ca12 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
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.