History log of /openbmc/phosphor-pid-control/ (Results 126 – 150 of 373)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
270d27de20-Sep-2020 Josh Lehan <krellan@google.com>

gitignore: Adding more files to ignore

Adding more temporaries and IDE editor files

Tested: "git status" is now clean to me once again

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

gitignore: Adding more files to ignore

Adding more temporaries and IDE editor files

Tested: "git status" is now clean to me once again

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

show more ...

7f9d690d10-Sep-2020 Patrick Venture <venture@google.com>

transition dbus-configuration to run-time check

This now checks dbus if there is no json file configuration found.

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

transition dbus-configuration to run-time check

This now checks dbus if there is no json file configuration found.

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

show more ...

7f837e0510-Sep-2020 Patrick Venture <venture@google.com>

dbus/dbusconfiguration: add missing asio header

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

a5cf208613-Aug-2020 Patrick Venture <venture@google.com>

stepwisecontroller: add stepwise info setter

Add a setter for the stepwise info.

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

eb42820418-Aug-2020 Patrick Venture <venture@google.com>

pid/stepwisecontroller: fixup method name

Fixup name to follow style guide.

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

09334bbe16-Aug-2020 Patrick Venture <venture@google.com>

ipmi: add zone controller interface

Implementations of this interface can make the library mode testable and
work in environments other than dbus.

The main entry point to the IPMI handler now expec

ipmi: add zone controller interface

Implementations of this interface can make the library mode testable and
work in environments other than dbus.

The main entry point to the IPMI handler now expects to receive a
handler pointer. The handler itself is implemented to process IPMI
requests and responses in the expected way. The default object receives
a dbus implementation for the zone controls.

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

show more ...

d82d0b7d16-Aug-2020 Patrick Venture <venture@google.com>

ipmi: split dbus get property into separate file

This is a step towards handling getting/setting dbus properties as an
implementation of an interface, de-coupling from dbus.

Signed-off-by: Patrick

ipmi: split dbus get property into separate file

This is a step towards handling getting/setting dbus properties as an
implementation of an interface, de-coupling from dbus.

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

show more ...

9bf5cef416-Aug-2020 Patrick Venture <venture@google.com>

ipmi: split library constructor

Split out the library constuctor so that the code can be built into
separate library modules.

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

ipmi: split library constructor

Split out the library constuctor so that the code can be built into
separate library modules.

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

show more ...

b748b68c16-Aug-2020 Patrick Venture <venture@google.com>

pid/builder: add missing headers

Add missing headers for int64_t, string, vector, etc.

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

2a50eda816-Aug-2020 Patrick Venture <venture@google.com>

pid/builder: switch to structured bindings

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

d057130910-Aug-2020 Patrick Venture <venture@google.com>

dbus/dbuspassive: drop no longer used bus reference

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

7a98c19a12-Aug-2020 Patrick Venture <venture@google.com>

use ZoneInterface pointers where Dbus aspect not important

The implementation of the ZoneInterface used is the DbusPidZone, however
using the ZoneInterface when the Dbus aspect is unimportant provid

use ZoneInterface pointers where Dbus aspect not important

The implementation of the ZoneInterface used is the DbusPidZone, however
using the ZoneInterface when the Dbus aspect is unimportant provides for
trivial support of other implementations.

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

show more ...

597ebd6711-Aug-2020 Patrick Venture <venture@google.com>

s/PIDZone/DbusPidZone/g

Renamed PIDZone to DbusPidZone because this object builds in via
inheritance a Dbus implementation of the Mode control interface.

Signed-off-by: Patrick Venture <venture@goo

s/PIDZone/DbusPidZone/g

Renamed PIDZone to DbusPidZone because this object builds in via
inheritance a Dbus implementation of the Mode control interface.

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

show more ...

1a15379411-Aug-2020 Patrick Venture <venture@google.com>

pid/zone: split zone interface into its own header

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

0911bfe710-Aug-2020 Patrick Venture <venture@google.com>

dbusconfiguration: deconflict variable names

pwmInterface was defined that shadows other variable.

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

dbusconfiguration: deconflict variable names

pwmInterface was defined that shadows other variable.

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

show more ...

84c188fe10-Aug-2020 Patrick Venture <venture@google.com>

move util methods to dbusutil header

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

9b93692d10-Aug-2020 Patrick Venture <venture@google.com>

dbushelper: drop obsolete parameter from interface

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

8729eb9810-Aug-2020 Patrick Venture <venture@google.com>

Make the dbushelper own its own bus handle.

The dbushelper implements an interface that should not be sdbusplus
specific. By making the implementation own the sdbusplus aspects, an
alternate impleme

Make the dbushelper own its own bus handle.

The dbushelper implements an interface that should not be sdbusplus
specific. By making the implementation own the sdbusplus aspects, an
alternate implementation can be swapped in.

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

show more ...

ef1f886417-Aug-2020 Patrick Venture <venture@google.com>

dbusconfiguration: fixup header inclusion

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

aadb30dd10-Aug-2020 Patrick Venture <venture@google.com>

move dbus helper interface into its own file

This is step 1 to improving the interface to be more generic and drop
requirements on dbus.

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

move dbus helper interface into its own file

This is step 1 to improving the interface to be more generic and drop
requirements on dbus.

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

show more ...

cfbf62b510-Aug-2020 Patrick Venture <venture@google.com>

sensors/builder: add missing headers

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

a076487a08-Aug-2020 Patrick Venture <venture@google.com>

sensors/zones: place in namespace and cleanup

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


conf.hpp
dbus/dbusactiveread.cpp
dbus/dbusactiveread.hpp
dbus/dbusconfiguration.cpp
dbus/dbusconfiguration.hpp
dbus/dbuspassive.cpp
dbus/dbuspassive.hpp
dbus/dbuspassiveredundancy.cpp
dbus/dbuspassiveredundancy.hpp
dbus/dbuswrite.cpp
dbus/dbuswrite.hpp
dbus/util.cpp
experiments/drive.cpp
experiments/drive.hpp
interfaces.hpp
main.cpp
notimpl/readonly.cpp
notimpl/readonly.hpp
notimpl/writeonly.cpp
notimpl/writeonly.hpp
pid/builder.cpp
pid/builder.hpp
pid/buildjson.cpp
pid/buildjson.hpp
pid/controller.hpp
pid/ec/pid.cpp
pid/ec/pid.hpp
pid/ec/stepwise.cpp
pid/ec/stepwise.hpp
pid/fan.hpp
pid/fancontroller.cpp
pid/fancontroller.hpp
pid/pidcontroller.cpp
pid/pidcontroller.hpp
pid/pidloop.cpp
pid/pidloop.hpp
pid/stepwisecontroller.cpp
pid/stepwisecontroller.hpp
pid/thermalcontroller.cpp
pid/thermalcontroller.hpp
pid/util.cpp
pid/zone.cpp
pid/zone.hpp
sensors/builder.cpp
sensors/builder.hpp
sensors/buildjson.cpp
sensors/buildjson.hpp
sensors/host.cpp
sensors/host.hpp
sensors/manager.cpp
sensors/manager.hpp
sensors/pluggable.cpp
sensors/pluggable.hpp
sensors/sensor.hpp
sysfs/sysfsread.cpp
sysfs/sysfsread.hpp
sysfs/sysfswrite.cpp
sysfs/sysfswrite.hpp
sysfs/util.cpp
test/controller_mock.hpp
test/dbus_active_unittest.cpp
test/dbus_passive_unittest.cpp
test/dbushelper_mock.hpp
test/helpers.hpp
test/json_parse_unittest.cpp
test/pid_fancontroller_unittest.cpp
test/pid_json_unittest.cpp
test/pid_stepwisecontroller_unittest.cpp
test/pid_thermalcontroller_unittest.cpp
test/pid_zone_unittest.cpp
test/readinterface_mock.hpp
test/sensor_host_unittest.cpp
test/sensor_manager_unittest.cpp
test/sensor_mock.hpp
test/sensor_pluggable_unittest.cpp
test/sensors_json_unittest.cpp
test/writeinterface_mock.hpp
test/zone_mock.hpp
util.hpp
cdd6134907-Aug-2020 Patrick Venture <venture@google.com>

Move the sensor utils into their own module

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

3c2564cb10-Aug-2020 Patrick Venture <venture@google.com>

sysfs/sysfsread: add missing explicit to constructor

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

4f4bb17207-Aug-2020 Patrick Venture <venture@google.com>

sensors:sensor: drop unused chrono header

The chrono header is no longer used in this file.

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

12345678910>>...15