commit | ae956ad9efd2be24c5439a4ef6498fb5c8383719 | [log] [tgz] |
---|---|---|
author | Sunny Srivastava <sunnsr25@in.ibm.com> | Tue Mar 02 12:20:38 2021 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Mar 15 13:11:08 2021 +0000 |
tree | 9ab838a9db5edb31221e1ff41f3f3bd791546988 | |
parent | 71eaf8b1db7d903c5a62da3bae178116e69892e1 [diff] |
Addition of Fabric adapter interface This commit adds an interface to define attributes of a Fabric adapter. Current use case: Pcie cards need to implement this interface to be modeled as fabric adapter via Redfish schema. Signed-off-by: Sunny Srivastava <sunnsr25@in.ibm.com> Change-Id: Id6dcd3e539246a37f6a886f724d8d5b3a2737133
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