Revision Date Author Comments
# 2424cb7c 02-Dec-2019 James Feist <james.feist@linux.intel.com>

Revert "Corrected the Settings service name"

This reverts commit d89bf5429f3687e483f230b8f5e1858abc37ad8c.

Reason for revert: Was right the in the first place
https://github.com/openbmc/meta-phosph

Revert "Corrected the Settings service name"

This reverts commit d89bf5429f3687e483f230b8f5e1858abc37ad8c.

Reason for revert: Was right the in the first place
https://github.com/openbmc/meta-phosphor/blob/master/recipes-phosphor/settings/phosphor-settings-manager/xyz.openbmc_project.Settings.service

Change-Id: I1d1c8c099c3f56976a7b3bb3d92f989c9915d595

show more ...


# d89bf542 22-Nov-2019 AppaRao Puli <apparao.puli@linux.intel.com>

Corrected the Settings service name

Corrected service name from "xyz.openbmc_project.Settings"
to "xyz.openbmc_project.settings" in exitairsensor.service.

This causes EntityManager service restart

Corrected the Settings service name

Corrected service name from "xyz.openbmc_project.Settings"
to "xyz.openbmc_project.settings" in exitairsensor.service.

This causes EntityManager service restart fails via systemctl.

Tested:
Restarted the EntityManager using systemctl and works fine.

Change-Id: I99e9ba2f23e30e776d833845ea6acdc0b4cd2617
Signed-off-by: AppaRao Puli <apparao.puli@linux.intel.com>

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 ...


# 1345209b 07-Mar-2019 James Feist <james.feist@linux.intel.com>

cfm: allow setting of max pwm

When a change from xyz.openbmc_project.Control.CFMLimit
interface is detected set the max pwm in pid control configs
to limit max fan speed.

This also puts the max CFM

cfm: allow setting of max pwm

When a change from xyz.openbmc_project.Control.CFMLimit
interface is detected set the max pwm in pid control configs
to limit max fan speed.

This also puts the max CFM on d-bus for other commands to
use.

Tested-by: Used settingsd to control fan speed

Change-Id: Ic4ca37747690f6476cfa12bf3c19a44d7ee086c8
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


# 9566bfac 29-Jan-2019 James Feist <james.feist@linux.intel.com>

Fix Exit Air Temp Sensor

Add custom destructor for CFM sensor as it is configuration
driven and can be destroyed unlike exit air. Having this not
have a destructor caused the old sensor loop to keep

Fix Exit Air Temp Sensor

Add custom destructor for CFM sensor as it is configuration
driven and can be destroyed unlike exit air. Having this not
have a destructor caused the old sensor loop to keep running
and not be destroyed. Also attempt to pre-populate inlet temp
as it doesn't get updated as frequently as tach readings.

Tested-by: sensor list started to work again and readings
were appropriate.

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

show more ...


# b82c2a78 24-Jan-2019 James Feist <james.feist@linux.intel.com>

Disable exit air temp sensor

It's having some issues, disable it while it's getting
fixed.

Change-Id: I6bb9501191f281655234d0cd74f5651ebcf862ff
Signed-off-by: James Feist <james.feist@linux.intel.c

Disable exit air temp sensor

It's having some issues, disable it while it's getting
fixed.

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

show more ...


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

Add exit air temp service file

Add service file so that the sensor is started.

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