commit | 135793a84b6631127d791757f5003f8b54ccf472 | [log] [tgz] |
---|---|---|
author | Ben Tyner <ben.tyner@ibm.com> | Wed Oct 27 09:18:41 2021 -0500 |
committer | Ben Tyner <ben.tyner@ibm.com> | Tue Nov 09 15:45:32 2021 -0600 |
tree | 3e2771ccab256ef2b9a2b37925f4a607047baa35 | |
parent | a00426f5e88b9d56a7e578971c3c0b7c21a58e1c [diff] |
Attn: On TI with recoverable errors call analyzer While servicing a TI attention handler will check if recoverable error attentions are present and if so it will call the analyzer. Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I60f0d32932f678ddee894d9424b16409e60bdbd4
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