#
64b5ac20 |
| 04-Apr-2025 |
Anwaar Hadi <anwaar.hadi@ibm.com> |
Move the control application to lg2
Update the logging API used for files in phosphor-fan-presence/control from the older phosphor::logging::log to the more recent lg2::log.
Tested: * Verified jour
Move the control application to lg2
Update the logging API used for files in phosphor-fan-presence/control from the older phosphor::logging::log to the more recent lg2::log.
Tested: * Verified journal traces worked correctly in simulation. * Modified json to force various property errors and verified correct key/value pairs in the journalctl output.
Change-Id: If1ac33b90abe2a9baae6f3cc788863bd514fa80e Signed-off-by: Anwaar Hadi <anwaar.hadi@ibm.com>
show more ...
|
#
4fa67aa1 |
| 03-Feb-2025 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: If152304b21dd2daaa2f79255a4f98218615efb05 Signed-off-by: Patrick Williams <p
clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: If152304b21dd2daaa2f79255a4f98218615efb05 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
fbf4703f |
| 17-Jul-2023 |
Patrick Williams <patrick@stwcx.xyz> |
use std::format instead of fmt::format
The std::format is sufficient for the uses in this repository except for in one file (override_fan_target.cpp, since P2286 isn't supported by GCC yet). Switch
use std::format instead of fmt::format
The std::format is sufficient for the uses in this repository except for in one file (override_fan_target.cpp, since P2286 isn't supported by GCC yet). Switch to std::format whenever possible.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib2576fb530a4d7ce238e1b0bd95b40b476ec2107
show more ...
|
#
b2e9a4fc |
| 13-Jun-2022 |
Mike Capps <mikepcapps@gmail.com> |
meson support: remove code warnings 2
This commit contains code changes necessary to support the increased warning level from Meson builds. Most changes are for unused variables. to keep the review
meson support: remove code warnings 2
This commit contains code changes necessary to support the increased warning level from Meson builds. Most changes are for unused variables. to keep the review size manageable, this commit contains only control changes (plus one in sensor-monitor).
Change-Id: Ie20f1d9028add4b605e4cc9fb230940710365706 Signed-off-by: Mike Capps <mikepcapps@gmail.com>
show more ...
|
#
d0ba86a3 |
| 09-Nov-2021 |
Matt Spinler <spinler@us.ibm.com> |
control: Create parameter trigger
Create a new event trigger that will run actions when a parameter is either added, removed, or changed.
When the trigger is enabled it is added to the Manager clas
control: Create parameter trigger
Create a new event trigger that will run actions when a parameter is either added, removed, or changed.
When the trigger is enabled it is added to the Manager class since that is where parameters are stored, and then the Manager watches for parameter changes and runs actions as needed.
The JSON config would look like: { "class": "parameter", "parameter": "pcie_floor_index" }
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I8ff281d49ac780e8ff38f3e8ed02ab95395f1fd3
show more ...
|