commit | 9126ec03b1eb638a7aac98d280c9f51bb8a92081 | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Wed Oct 12 04:59:55 2022 -0500 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Thu Oct 13 01:12:42 2022 -0500 |
tree | 83b252f09c3d3ff8c1750a3d0bbfcd9583891982 | |
parent | 706ae1b5c522132f71bed8670bb791370b1cb05d [diff] |
OpenPOWER: Add additional traces when requesting instance id The dump manager requests an instance id from PLDM to communicate with the host. Since the number of instances is limited PLDM needs to keep track of the requests, adding additional traces while requesting the instance id. Added exception handling for bus errors while getting instance id from PLDM. Testing: Execute offload and delete to see whether traces are coming. Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: Id15a99d349851ca00baf7fc8d59a83d7d266fa44
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 -Dtests=enabled build ninja -C build test