commit | d81cff3c7a1b4b8f4a4442c26dcac3773e457ad2 | [log] [tgz] |
---|---|---|
author | Brandon Kim <brandonkim@google.com> | Wed Sep 01 10:00:13 2021 -0700 |
committer | Brandon Kim <brandonkim@google.com> | Thu Sep 02 13:42:32 2021 -0700 |
tree | 9df1503006a8e4fd5398fa469a31664f5ef50b2c | |
parent | 3e9aa3b284d54a047e694b0eb4195b60396830d3 [diff] |
Add Step and Microcode properties to Cpu Interface Add Step and Microcode properties to follow the Redfish Schema for ProcessorId: https://redfish.dmtf.org/schemas/v1/Processor.v1_12_0.json Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: Ide119d717ec70c711e14a93c65c72b0536c68f5d
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 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