commit | 6e388228d9407ee295bda173d5c63da56d0c0d65 | [log] [tgz] |
---|---|---|
author | Thang Tran <thuutran@amperecomputing.com> | Fri Aug 15 07:42:36 2025 +0000 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Sep 04 16:30:30 2025 +0000 |
tree | a395f7f9ebf0fbce809b225357b883d28da30790 | |
parent | 95552670fb232d565cf25e0191f492133c8692f6 [diff] [blame] |
com.ampere: Add Ampere's events The Ampere is logging PLDM error/warning/event as [1]. Create new events for these so that can be exposed via Redfish. [1] https://github.com/openbmc/pldm/blob/master/oem/ampere/event/oem_event_manager.cpp#L38 Change-Id: I435c3bbb1d7b0b21067006fb2dcc8ceb81ac5b78 Signed-off-by: Thang Tran <thuutran@amperecomputing.com>
diff --git a/gen/com/meson.build b/gen/com/meson.build index 3727d07..825860f 100644 --- a/gen/com/meson.build +++ b/gen/com/meson.build
@@ -1,4 +1,5 @@ # Generated file; do not modify. +subdir('ampere') subdir('google') subdir('ibm') subdir('intel')