commit | 6f8ebc58ebe13e97522a7d1740690dde1adadaa8 | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Mon Nov 23 21:55:44 2020 -0600 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Fri Jan 15 07:55:21 2021 -0600 |
tree | e493b58672ad6037bf68218d35cd7135163c6da8 | |
parent | 47409124aaf297a8bc0b883e55f2ced50cd15cb8 [diff] |
Add hostboot dump entry interface and parameters Add the interface for hostboot dump entry and other parameters to initiate a hostboot dump. Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I711458c7c8b178e1d6bea063dfcca6c879905652
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