commit | d120d2ec96b4312436644129791f9d586e1ae171 | [log] [tgz] |
---|---|---|
author | Amithash Prasad <amithash@meta.com> | Mon Feb 10 14:44:57 2025 -0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Mar 06 11:09:12 2025 -0500 |
tree | a6505abd7653d52e55cab69c7039d46a320c62f9 | |
parent | 566005474550c2c8aef2d98a81793295d5fcf94d [diff] |
com: meta: Add OEM "UnifiedSEL" event Existing Meta BIOS create a "UnifiedSEL" structure for reporting problems detected by the Host. These are sent via either IPMI or PLDM messages. Create a new-style event for these so that they can be exposed via Redfish. Change-Id: I155e90c75f72f1b061646453f13cdc76fee56532 Signed-off-by: Amithash Prasad <amithash@meta.com> Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
YAML descriptors of standard D-Bus interfaces. The format is described by the sdbusplus binding generation tool sdbus++.
Before defining a new D-Bus interface or modifying an existing one, please read through the documented set of the common requirements and expectations.
This project can be built with meson
. The typical meson
workflow is: meson builddir && ninja -C builddir
.
The meson files used to handle the YAML files are automatically generated and found under the gen
subdirectory. When adding or removing YAML files, this must be regenerated. This can be done with the helper script found in the gen
subdirectory: cd gen && ./regenerate-meson
.
Only the xyz/openbmc_project and org/freedesktop interfaces are built by default. Other interfaces can be enabled by meson options:
-Ddata_com_ibm=true
-Ddata_org_open_power=true
Example: meson builddir -Ddata_com_ibm=true && ninja -C builddir