270d27de | 20-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 ...
|
7f9d690d | 10-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 ...
|
7f837e05 | 10-Sep-2020 |
Patrick Venture <venture@google.com> |
dbus/dbusconfiguration: add missing asio header
Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I286f2202c0612f93cd48a050ee72be565f35e2db |
a5cf2086 | 13-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 |
eb428204 | 18-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 |
09334bbe | 16-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 ...
|
d82d0b7d | 16-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 ...
|
9bf5cef4 | 16-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 ...
|
b748b68c | 16-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 |
2a50eda8 | 16-Aug-2020 |
Patrick Venture <venture@google.com> |
pid/builder: switch to structured bindings
Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I770117d595fb2dbaa6c6d36b688e215be4ba5d45 |
d0571309 | 10-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 |
7a98c19a | 12-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 ...
|
597ebd67 | 11-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 ...
|
1a153794 | 11-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 |
0911bfe7 | 10-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 ...
|
84c188fe | 10-Aug-2020 |
Patrick Venture <venture@google.com> |
move util methods to dbusutil header
Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Ie57b106c2d4f28220986d0ab0324459dec2d6085 |
9b93692d | 10-Aug-2020 |
Patrick Venture <venture@google.com> |
dbushelper: drop obsolete parameter from interface
Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Idebae41e021f54c3670cc22aa6c784549a361c23 |
8729eb98 | 10-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 ...
|
ef1f8864 | 17-Aug-2020 |
Patrick Venture <venture@google.com> |
dbusconfiguration: fixup header inclusion
Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Ic42e7eb67d18e330c4b74f751d5db338845cb1e4 |
aadb30dd | 10-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 ...
|
cfbf62b5 | 10-Aug-2020 |
Patrick Venture <venture@google.com> |
sensors/builder: add missing headers
Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Ie6c26c27d292ad82a5113dce03439e40cae14904 |
a076487a | 08-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 |
cdd61349 | 07-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 |
3c2564cb | 10-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 |
4f4bb172 | 07-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 |