History log of /openbmc/phosphor-hwmon/README.md (Results 1 – 10 of 10)
Revision Date Author Comments
# 46a29b7f 08-Dec-2022 Patrick Williams <patrick@stwcx.xyz>

markdownlint: fix all warnings

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ia4527cf44351f3a009b2f742a619fad3e0921b06


# 5203d48a 08-Dec-2022 Patrick Williams <patrick@stwcx.xyz>

prettier: re-format

Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML
files to have consistent formatting for these file types. Re-run the
formatter on the whole repository.

prettier: re-format

Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML
files to have consistent formatting for these file types. Re-run the
formatter on the whole repository.

Change-Id: I07d5f6906d6d142c0c6f56ec52c99dd8597fc861
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

show more ...


# d46d0818 03-Feb-2021 Anton D. Kachalov <gmouse@google.com>

Add sensor instance id command line argument.

Introduce `-i|--sensor-id` flag to explicitly set sensor
suffix for dbus name.

Sample usage:

phosphor-hwmon-readd -i te

Add sensor instance id command line argument.

Introduce `-i|--sensor-id` flag to explicitly set sensor
suffix for dbus name.

Sample usage:

phosphor-hwmon-readd -i test_sensor_id -o /apb/...

Will register the service with the following busname:

xyz.openbmc_project.Hwmon-test_sensor_id.Hwmon1

This change required as a part of privilege separation work:
https://github.com/openbmc/openbmc/issues/3383

Signed-off-by: Anton D. Kachalov <gmouse@google.com>
Change-Id: I48ff9c3efe0edb84718ff8f695e7e932af5445de

show more ...


# 6f42e356 28-Apr-2021 Matt Spinler <spinler@us.ibm.com>

Remove autotools files

Now that meson is enabled in the bitbake build, remove support for
building with autotools.

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id

Remove autotools files

Now that meson is enabled in the bitbake build, remove support for
building with autotools.

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: I49d66ca766d7d3475f454675124b3008f70bde4f

show more ...


# ddbf1c68 17-Oct-2019 Gunnar Mills <gmills@us.ibm.com>

Update sensor-architecture.md link

sensor-architecture.md is moving under architecture/ as part of
https://gerrit.openbmc-project.xyz/c/openbmc/docs/+/26251/

26251 should merge

Update sensor-architecture.md link

sensor-architecture.md is moving under architecture/ as part of
https://gerrit.openbmc-project.xyz/c/openbmc/docs/+/26251/

26251 should merge before this is merged.

Change-Id: I3d01bf49d4bf22a18c74a96d0547dcbd060ef046
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...


# 280586a2 06-Jun-2018 Matt Spinler <spinler@us.ibm.com>

Add documentation pointer to README

Change-Id: Ibc3798c8d764bf59ce5ef00f115605bcfd03412a
Signed-off-by: Matt Spinler <spinler@us.ibm.com>


# 1daaf26a 30-Mar-2018 Gunnar Mills <gmills@us.ibm.com>

README: Reword cleaning the repo

Reworded cleaning the repo. The old wording did not make sense.

Change-Id: I6d0859b7c7cb325abf3940b21324211b1e9b3757
Signed-off-by: Gunnar Mills

README: Reword cleaning the repo

Reworded cleaning the repo. The old wording did not make sense.

Change-Id: I6d0859b7c7cb325abf3940b21324211b1e9b3757
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...


# 4d9a35b2 14-Nov-2017 Brad Bishop <bradleyb@fuzziesquirrel.com>

Claim a stable well known busname

Prior to this patch readd instances claim a busname with a format of:

xyz.openbmc_project.Hwmon.Hwmon<N> where N is the hwmon sysfs class
insta

Claim a stable well known busname

Prior to this patch readd instances claim a busname with a format of:

xyz.openbmc_project.Hwmon.Hwmon<N> where N is the hwmon sysfs class
instance.

This is problematic for client applications that cache sensor object
busname mappings for objects provided by readd. When readd instances
restart (due to udev events) the hwmon sysfs class index may have changed,
resulting in clients connecting to the wrong service instance.

Address this by ensuring readd instances claim the same name every
time they are started:

xyz.openbmc_project.Hwmon-<ID>.Hwmon1

Where ID is a std::hash of the /sys/devices path backing the hwmon
instance.

Additionally, add a trailing API version as recommended best practice
by the D-Bus specification.

Change-Id: Idd0057ce883a49c1e828fb54fede27ea14022d6a
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

show more ...


# 6292aeed 06-Oct-2016 Matthew Barth <msbarth@us.ibm.com>

Convert build process to autotools

Replaced the use of a manual Makefile with the use of autotools to
automatically verify and generate the necessary build files. Follow the
steps ou

Convert build process to autotools

Replaced the use of a manual Makefile with the use of autotools to
automatically verify and generate the necessary build files. Follow the
steps outlined within the README.md file to build the package.

Change-Id: Ieed870c63b2bef83b3741dd22e413c25916ed408
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>

show more ...


# 3667cf3c 20-Oct-2015 Patrick Williams <patrick@stwcx.xyz>

Initial read-daemon for hwmon entries

Discoveres hwmon entries for fans, input voltage, and temperature
sensors. Polls entries on a 1s interval and displays a message to
stdout if o

Initial read-daemon for hwmon entries

Discoveres hwmon entries for fans, input voltage, and temperature
sensors. Polls entries on a 1s interval and displays a message to
stdout if one of the entries have changed.

show more ...