commit | 2f26318121b41f304b5ab6b738eb89087426b016 | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Fri Jul 10 21:41:21 2020 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Tue Aug 11 20:32:10 2020 +0000 |
tree | 54a74ddf6fbbe435a85fa02a3c5bbb1978c9ede2 | |
parent | 89c0a7af33236c1963be6fe5673d7134fbb71555 [diff] |
added analyzer traces for debug Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: I2ff65de0cbf6893359c5dbc5096c7382749fb4da
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