commit | 660271487b11b2faaa70e2afdf62c82935758da2 | [log] [tgz] |
---|---|---|
author | Marri Devender Rao <devenrao@in.ibm.com> | Fri Apr 29 04:04:14 2022 -0500 |
committer | Marri Devender Rao <devenrao@in.ibm.com> | Mon Nov 07 04:56:51 2022 -0600 |
tree | a3c30cffd06eb4b9054147690f83cf9ef75e9498 | |
parent | 7d3fced81c86eb84803b8d87dffebfa876fd5755 [diff] |
openpower:dreport: add cfam details to BMC dump Tested: Fri Apr 29 04:03:17 UTC 2022 INFO: Collected cfam 283c Fri Apr 29 04:03:17 UTC 2022 INFO: Collected cfam 1007 Fri Apr 29 04:03:17 UTC 2022 INFO: Collected cfam 2809 sh-5.1# cat cfam.log pu k0:n0:s0:p00 0x00000000 pu k0:n0:s0:p01 0x00000000 pu k0:n0:s0:p02 0x00000000 pu k0:n0:s0:p03 0x00000000 /usr/bin/edbg getcfam pu 283c -pall pu k0:n0:s0:p00 0x002000C4 pu k0:n0:s0:p01 0xC2200084 pu k0:n0:s0:p02 0x00200404 pu k0:n0:s0:p03 0x00200104 /usr/bin/edbg getcfam pu 1007 -pall pu k0:n0:s0:p00 0x00000000 pu k0:n0:s0:p01 0x00000000 pu k0:n0:s0:p02 0x00000000 pu k0:n0:s0:p03 0x00000000 /usr/bin/edbg getcfam pu 2809 -pall Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Change-Id: I7184d9676b9123f048f5b681e0cbdfeb6be7774c
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
One such mechanism is dreport, a script that collects debug data and packages it into an archive file.
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