commit | fe15649ef9bcc45513cec53cbd3f403ab2ddee8a | [log] [tgz] |
---|---|---|
author | Ben Tyner <ben.tyner@ibm.com> | Thu Apr 08 07:28:13 2021 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Fri Apr 09 18:16:49 2021 +0000 |
tree | b2e08624e2d331ddd86b93a0b7b6770549fb41d9 | |
parent | feeea83b3fc9aabd23a1ec6d29bd293008954acc [diff] |
Attn: Remove --defaultbreakpoint add --defaultti In order to support breakpoint handling and TI handling on systems that did not support the get TI info interface the --defaultbreakpoint configuration option was added. This switch is no longer needed and breakpoint handling is now the default action for available but invalid TI info data. A new option --defaultti was added to force handling of TI's when TI info is available but not valid. Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I4bdf90dcbbf20b3428a1cef6f1a71ec32b3ca238
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