#
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 ...
|
#
2544b419 |
| 04-Oct-2022 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: update with latest
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I329396457b83bb2eb8740629b4ac1fbe9106bced
|
#
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 ...
|
#
734ed2b5 |
| 21-Jan-2022 |
Matt Spinler <spinler@us.ibm.com> |
PEL: Clean up PEL Entry D-bus signals
Don't emit an InterfacesAdded signal when restoring the org.open_power.Logging.PEL.Entry interface on D-Bus, since this happens before the bus name is claimed.
PEL: Clean up PEL Entry D-bus signals
Don't emit an InterfacesAdded signal when restoring the org.open_power.Logging.PEL.Entry interface on D-Bus, since this happens before the bus name is claimed.
Also, don't emit PropertiesChanged signals when the PEL code updates the Resolution, EventID, and ServiceProviderNotify properties with their final values on the xyz.openbmc_project.Logging.Entry interface.
Definitely the PC signals aren't necessary during the restore phase, and while technically it'd be valid to send them after the IA signal has already been emitted for the Logging.Entry interface, nobody is listening for them anyway and doing it this way makes it so only InterfacesAdded signals are emitted when event logs are created.
Change-Id: Ia30163fb58e78d3746015903acc7597b2a097aa4
show more ...
|
#
7f3c8a49 |
| 21-Jan-2022 |
Matt Spinler <spinler@us.ibm.com> |
PEL: Convert pel_entry.*pp to unix line endings
Run dox2unix on pel_entry.hpp and pel_entry.cpp
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: Ib48fa2e01259a00c6f77d1acfb4ed4e8b21b2bf6
|
#
2fb10211 |
| 22-Aug-2021 |
Vijay Lobo <vijaylobo@gmail.com> |
PEL.Entry - Add managementSystemAck property Add managementSystemAck property to PEL.Entry interface to support HMC acknowledgement of event receipt. Tested: 1. Created a PE
PEL.Entry - Add managementSystemAck property Add managementSystemAck property to PEL.Entry interface to support HMC acknowledgement of event receipt. Tested: 1. Created a PEL log using busctl and set-property managementSystemAck to true. Verified that the flag is set by using peltool Result:(output of peltool) "Host Transmission": "Not Sent", "HMC Transmission": "Acked" Restarted phosphor-log-manager and verified that the flag is true. 2. Generated PEL using RAWPEL and verified all the steps as in 1. Change-Id: Ifa06cca0063c6c609317192f9c18bb2524e2f292 Signed-off-by: Vijay Lobo <vijaylobo@gmail.com>
show more ...
|