commit | e4f5dbef747fb2a95768ba4fcf6286f559056bd7 | [log] [tgz] |
---|---|---|
author | Ben Tyner <ben.tyner@ibm.com> | Mon Oct 19 07:19:33 2020 -0500 |
committer | Ben Tyner <ben.tyner@ibm.com> | Mon Oct 19 07:19:33 2020 -0500 |
tree | cccaca90138a164cd54b0ea7923949e89a7bd9ad | |
parent | 04cbbb3d3a86a2fa948f73ad60f596fd5c751ffb [diff] |
Attn: Default special attention changed to TI When a special attention occurs the attention handler uses the get TI info chipop to determine whether to service either a TI or a breakipoint. If this chipop is not available or is not functional the attention handler will assume a TI has occurred. With this new behavior an additional attention handler configuration option was added (--defaultbreakpoint) which will allow breakpoints to be handled on systems where the get TI info chipop is not available or not functional. Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I1b386b5daf06021acd6567fdad39c21903e2ac3b
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