#
61b73296 |
| 10-May-2023 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest .clang-format from the docs repository and reformat the repository.
Change-Id: I152f141a5e8343b92b5ce81d3ca16eec77b5606b Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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 ...
|
#
e6fc210a |
| 07-Apr-2022 |
Matt Spinler <spinler@us.ibm.com> |
control: Add event name to the action unique name
The unique name of an action was previously just <action name>-ID, where ID was unique number. When there are multiple instances of an action, it c
control: Add event name to the action unique name
The unique name of an action was previously just <action name>-ID, where ID was unique number. When there are multiple instances of an action, it can be difficult to tell which action is being referred to when it shows up in the fan control dump in either the flight recorder or zones section.
To fix this, add the name of the owning event to the action's name so now it's <action name>-ID(event name). Here is an example from the fan control dump now:
"floor_holds": { "count_state_floor-4(Non-active OCCs)": 18000, "mapped_floor-64(Fan floors)": 11200 }
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I879e05a05da50545319635e82cc9a2d9ebac6b82
show more ...
|
#
d4c7fb7e |
| 09-Nov-2021 |
Matt Spinler <spinler@us.ibm.com> |
control: PCIe floors action
This action sets the PCIe floor index by looking up the highest floor index of all the powered on PCIe cards that are recognized in the PCIe card JSON files. If a PCIe c
control: PCIe floors action
This action sets the PCIe floor index by looking up the highest floor index of all the powered on PCIe cards that are recognized in the PCIe card JSON files. If a PCIe card has its own temperature sensor then it doesn't provide a floor index. If a card isn't recognized then it's just ignored as it isn't considered a hot card.
The class documentation contains additional details on how the action behaves. It's JSON name is 'pcie_card_floors'.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I474916773476a6232d479119acb4ac2989909cb3
show more ...
|