commit | b1eda6a3cbb9b7c6a2c46a4550a7cce396467ee0 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Jun 28 00:26:30 2021 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Jun 28 00:26:30 2021 -0500 |
tree | 9c46ba511917290b76e3955cbd269bf745f5dc5f | |
parent | ff068a154e5811bbddead76cc0e004cbf88870ac [diff] |
pdbg v3.3 related changes Separate sbe api into new header libpdbg_sbe.h related changes Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I4428d3a3d34d3032ff14e03b8d66c3d7db2db632
In the event of a system fatal error reported by the internal system hardware (processor chips, memory chips, I/O chips, system memory, etc.), POWER Systems have the ability to diagnose the root cause of the failure and perform any service action needed to avoid repeated system failures.
Aditional details TBD.
For a standard OpenBMC release build, you want something like:
meson -Dtests=disabled <build_dir> ninja -C <build_dir> ninja -C <build_dir> install
For a test / debug build, a typical configuration is:
meson -Dtests=enabled <build_dir> ninja -C <build_dir> test