commit | bc090a9244a783543038241e81b929e2340ab859 | [log] [tgz] |
---|---|---|
author | Kevin Tung <Kevin.Tung@quantatw.com> | Wed May 28 19:48:39 2025 +0800 |
committer | Kevin Tung <Kevin.Tung@quantatw.com> | Mon Jun 02 18:28:07 2025 +0800 |
tree | 9480fbe745862672f5e674e9a03bf6db0509dd9e | |
parent | 398e175383ec3bfbaae45ea7d7b8fc5eeecb0425 [diff] |
meta: add device compatible strings for Harma BIOS and VR Add Harma-compatible strings for BIOS SPI flash and VR devices. Change-Id: Ia21af5c081b9281602c770c6c02386354a406231 Signed-off-by: Kevin Tung <Kevin.Tung@quantatw.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