commit | 3af5c32bc26f108501ae3353f9470f122a687b7c | [log] [tgz] |
---|---|---|
author | Ramesh Iyyar <rameshi1@in.ibm.com> | Fri Dec 04 00:38:42 2020 -0600 |
committer | Ramesh Iyyar <rameshi1@in.ibm.com> | Wed Dec 16 05:21:21 2020 -0600 |
tree | 142b3bc3b67a4a424d6a5867cd9269c2a67f15c3 | |
parent | 131994bedbfa09a821e0860382969e79b58d23ee [diff] |
offload: Moved existing pldm offload as oem/ibm command Currently used host mctp end point id is ibm specific and also the used effecter id (0x05) is for phyp and "SetNumericEffecterValue" pldm command is common so, changing existing pldm offload implementation into oem based and added default pldm offload interface as well. Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com> Change-Id: I8a401e03d29f9245dd54577b8b7b1d87d4a13d18
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
To build this package with meson, do the following steps:
1. meson builddir 2. ninja -C builddir
To clean the built files run ninja -C builddir clean
.
Tests can be run in the CI docker container, refer local-ci-build
or with an OpenBMC x86 sdk(see below for x86 steps).
meson -Doe-sdk=enabled -Dtests=enabled build ninja -C build test