#
075c7923 |
| 16-Aug-2024 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: re-format for clang-18
clang-format-18 isn't compatible with the clang-format-17 output, so we need to reformat the code with the latest version. The way clang-18 handles lambda forma
clang-format: re-format for clang-18
clang-format-18 isn't compatible with the clang-format-17 output, so we need to reformat the code with the latest version. The way clang-18 handles lambda formatting also changed, so we have made changes to the organization default style format to better handle lambda formatting.
See I5e08687e696dd240402a2780158664b7113def0e for updated style. See Iea0776aaa7edd483fa395e23de25ebf5a6288f71 for clang-18 enablement.
Change-Id: I21d2ca8065f24fd73509229c517f5caf48934b60 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
6ddbf69e |
| 05-Sep-2023 |
Willy Tu <wltu@google.com> |
Remove SDBUSPP_REMOVE_DEPRECATED_NAMESPACE
Fix the code to support new sdbusplus error without SDBUSPP_REMOVE_DEPRECATED_NAMESPACE.
Change-Id: I12713ec1757d3835e1acf07c7abf409ff97615e1 Signed-off-b
Remove SDBUSPP_REMOVE_DEPRECATED_NAMESPACE
Fix the code to support new sdbusplus error without SDBUSPP_REMOVE_DEPRECATED_NAMESPACE.
Change-Id: I12713ec1757d3835e1acf07c7abf409ff97615e1 Signed-off-by: Willy Tu <wltu@google.com>
show more ...
|
#
45e83521 |
| 22-Jul-2022 |
Patrick Williams <patrick@stwcx.xyz> |
sdbusplus: use shorter type aliases
The sdbusplus headers provide shortened aliases for many types. Switch to using them to provide better code clarity and shorter lines. Possible replacements are
sdbusplus: use shorter type aliases
The sdbusplus headers provide shortened aliases for many types. Switch to using them to provide better code clarity and shorter lines. Possible replacements are for: * bus_t * exception_t * manager_t * match_t * message_t * object_t * slot_t
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ibc25db433a6926f7ee43ea83312c3ac14f480c33
show more ...
|
#
0add0b79 |
| 09-Apr-2020 |
Andrew Geissler <geissonator@yahoo.com> |
boot-block: create blocking association
This will create an association between the logging entry preventing the boot and the boot block D-Bus object. This will enable tools and such to be able to e
boot-block: create blocking association
This will create an association between the logging entry preventing the boot and the boot block D-Bus object. This will enable tools and such to be able to easily see which error is causing a boot block.
Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ia9cd79a53bb1feebdfec2f31850478200308ef44
show more ...
|
#
6a0ef6f5 |
| 06-Apr-2020 |
Andrew Geissler <geissonator@yahoo.com> |
boot-block: create d-bus block object on callout
If the QuiesceOnHwError is set and a callout is present in the Entry then create the new block object and the xyz.openbmc_project.Logging.ErrorBlocks
boot-block: create d-bus block object on callout
If the QuiesceOnHwError is set and a callout is present in the Entry then create the new block object and the xyz.openbmc_project.Logging.ErrorBlocksTransition interface.
Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I9aea289ab7cc8dc7649820ff54edc8c04ecb3ef5
show more ...
|