#
6856f1b0 |
| 01-Sep-2023 |
Patrick Williams <patrick@stwcx.xyz> |
remove generated elog-errors.hpp
Remove the generated file and rely on the ones directly in phosphor-logging.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib56e3caadeabb0a7afdd2d7
remove generated elog-errors.hpp
Remove the generated file and rely on the ones directly in phosphor-logging.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib56e3caadeabb0a7afdd2d784dc2eb3fc8d1252c
show more ...
|
#
fbc6c9d7 |
| 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: I44441096113929ce96eb1439e2932e6ff3c87f27 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
b3f74ace |
| 09-Sep-2021 |
Patrick Williams <patrick@stwcx.xyz> |
exception: switch sdbusplus type The exceptions defined in error-HostEvent.hpp are "by-hand" versions of classes that would come from sdbus++/PDI. sdbusplus now uses a different exc
exception: switch sdbusplus type The exceptions defined in error-HostEvent.hpp are "by-hand" versions of classes that would come from sdbus++/PDI. sdbusplus now uses a different exception base class for generated exceptions[1], so switch the local versions here to match. 1. https://github.com/openbmc/sdbusplus/commit/15228663a1e1f27729a5e55c8d775f3537ab8444 Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I713e0376b5cc60e6ffc865925b87eb9df4669b7c
show more ...
|
#
0b02be92 |
| 31-Aug-2018 |
Patrick Venture <venture@google.com> |
add .clang-format Change-Id: I7c2a527b4751a560703a61fcbe9638b150546af5 Signed-off-by: Patrick Venture <venture@google.com>
|
#
b647d5be |
| 31-Oct-2017 |
Tom Joseph <tomjoseph@in.ibm.com> |
Commit a MaintenanceProcedure log entry on a 0xDE SEL record In the case of a procedure callout, HB sends a eSEL of 0xDF type. It is followed by a Add SEL record with OEM record type 0xD
Commit a MaintenanceProcedure log entry on a 0xDE SEL record In the case of a procedure callout, HB sends a eSEL of 0xDF type. It is followed by a Add SEL record with OEM record type 0xDE and byte 11 in the record indicate the procedure associated with the eSEL. Resolves openbmc/openbmc#2368 Change-Id: Ia57f423c9d533cd8968b613d7522b409a9820198 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
show more ...
|
#
b0b395b6 |
| 24-Oct-2017 |
Marri Devender Rao <devenrao@in.ibm.com> |
Fixed the duplicated event string in error message The message for the host event was org.open_power.Host.Event.Error.Event, it is corrected to org.open_power.Host.Error.Event.
Fixed the duplicated event string in error message The message for the host event was org.open_power.Host.Event.Error.Event, it is corrected to org.open_power.Host.Error.Event. Resolves openbmc/openbmc#1960 Change-Id: I86304b1f2e4bec740e2e9ec58f98ea9df0d752ea Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
show more ...
|
#
448e74e8 |
| 24-Jul-2017 |
Tom Joseph <tomjoseph@in.ibm.com> |
Add inventory path metadata to host event log entry The ESEL data contains sensor number to related to the event. The generated code maps sensor number to inventory path. The inventory
Add inventory path metadata to host event log entry The ESEL data contains sensor number to related to the event. The generated code maps sensor number to inventory path. The inventory path is added as metadata to the log entry for the admin to figure out the inventory affected by the system event. The generated header for Host event exception type is generated in the org/open_power/Host/Event/error.hpp. Phosphor repositories should not include open power specific header files. The eventual plan to is to move the code to add ESEL to an OEM repo, till then we would check in the header file in the repo. TODO: openbmc/openbmc#1658 The elog-errors.hpp is checked in for the CI to pass. TODO: openbmc/openbmc#1772 issue would take care, so that CI passes without the checking in elog-errors.hpp. Resolves openbmc/openbmc#1920 Change-Id: I31d68de475ef84b8755c5de6d7ce6d311dd32214 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
show more ...
|