commit | 0e14bf7dc6cb0dee8b2de6b29459e88b012e1829 | [log] [tgz] |
---|---|---|
author | Zoey YJ Chung <zoey.yj.chung.wiwynn@gmail.com> | Tue Aug 26 13:19:33 2025 +0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Sep 08 13:40:38 2025 +0000 |
tree | 1ff6eec5b90577247fdcef744654345286b0f658 | |
parent | 0c07b1352dff2f53861f5513c44eca8766e0cc21 [diff] |
Control: Add Flags interface and CMOSClear property for boot option Summary: - Add "Flags" interface and "CMOSClear" property to store the CMOS clear option. Motivate: -Add a interface and property to store flags related to boot options. Test Plan: - Build code : pass - Tested on YV4 system - Pass Change-Id: I5fffaf771796b084c82e75e96292ed3426421477 Signed-off-by: Zoey YJ Chung <zoey.yj.chung.wiwynn@gmail.com>
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