Revision Date Author Comments
# 255da6b4 28-Jul-2022 Thu Nguyen <thu@os.amperecomputing.com>

cpusensor: Change cpusensor to intelcpusensor

cpusensor class is specifically used for Intel CPU. The name of this
class and the build option should be changed to reflect with their
role.
The patch

cpusensor: Change cpusensor to intelcpusensor

cpusensor class is specifically used for Intel CPU. The name of this
class and the build option should be changed to reflect with their
role.
The patch set https://gerrit.openbmc.org/c/openbmc/openbmc/+/56096 is
required to prevent the build error in openbmc source.

Tested:
1. No build error.

Signed-off-by: Thu Nguyen <thu@os.amperecomputing.com>
Change-Id: I1f941fffa10222cdac908fd763dccc866ba0e8a6

show more ...


# fcbf32d0 08-Oct-2019 Josh Lehan <krellan@google.com>

Ensuring EntityManager starts before all Sensor services

This fix was needed by PSUSensor
However, all of these Sensor services are written in a similar way
All could probably benefit from this simi

Ensuring EntityManager starts before all Sensor services

This fix was needed by PSUSensor
However, all of these Sensor services are written in a similar way
All could probably benefit from this similar fix
Adds Requires and After for EntityManager
Also clean up dangling Requires that did not have After
Tested: On PSUSensor only

Signed-off-by: Josh Lehan <krellan@google.com>
Change-Id: Ib132b642b88dfb344b28d27d55dfd89b49e917f4

show more ...


# b83bb2be 31-May-2019 James Feist <james.feist@linux.intel.com>

adcsensor: Add CPU presence checking

This adds a match to catch cpu presence coming from
cpusensor.

Tested: ipmitool sensor list no longer showed ADCs that
monitored unavailable CPU

Change-Id: I3

adcsensor: Add CPU presence checking

This adds a match to catch cpu presence coming from
cpusensor.

Tested: ipmitool sensor list no longer showed ADCs that
monitored unavailable CPU

Change-Id: I39c067e5da3565c5b229cc19ed4ccf7767c1e85c
Signed-off-by: James Feist <james.feist@linux.intel.com>

show more ...


# 8a7e291c 28-Mar-2019 Patrick Venture <venture@google.com>

build: install into bin instead of sbin

Installs into bin instead of sbin per guidelines.

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: Ie5783c3a631c09497cf5e27e51a31035f25c6208


# 7c977b6d 06-Dec-2018 James Feist <james.feist@linux.intel.com>

Fix service files

Template names don't work when installing from repo

Change-Id: I6749e2f8cd468faa8a5b1bfb4cddd2cf94b1a88e
Signed-off-by: James Feist <james.feist@linux.intel.com>


# 2ef26fbf 26-Nov-2018 Vijay Khemka <vijaykhemka@fb.com>

Add service files

Added service files for ADC, CPU, HWTemp and Fan sensors.
Install service files in /lib/systemd/system

Change-Id: I1d87f3f22417051dcd039bb3232906803c2cb891
Signed-off-by: Vijay Kh

Add service files

Added service files for ADC, CPU, HWTemp and Fan sensors.
Install service files in /lib/systemd/system

Change-Id: I1d87f3f22417051dcd039bb3232906803c2cb891
Signed-off-by: Vijay Khemka <vijaykhemka@fb.com>

show more ...