commit | 36ed8ad2b40e63eaa0aa8b37a5e6d6d2faa614db | [log] [tgz] |
---|---|---|
author | Jason M. Bills <jason.m.bills@linux.intel.com> | Tue Nov 16 11:22:42 2021 -0800 |
committer | Jason M. Bills <jason.m.bills@linux.intel.com> | Fri Dec 10 09:31:57 2021 -0800 |
tree | f16503c51fd7fd15fedb4166d532e2c3430df03e | |
parent | 54ed0a11ec7915618f839fe21cedb0ecc87c0f14 [diff] |
Add interface for sending raw PECI commands This adds a D-Bus interface to send raw PECI commands to the CPU. Change-Id: I37c8c0b9fc713705b3afc81adca22ca313e91701 Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
YAML descriptors of standard D-Bus interfaces. The format is described by the sdbusplus binding generation tool sdbus++.
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