commit | baec7c0145a16b550a9894d0e9b8c290b0847cd4 | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Thu Mar 17 11:05:20 2022 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Thu Mar 17 11:05:20 2022 -0500 |
tree | e25427e851ae7148e1a103685347f1d7c839bcf8 | |
parent | d8b70184f218e5f4bedfc2abeb0278cbdba3fe07 [diff] |
Add filter for TI attentions Generally we will try to find a recovered or unit checkstop attention that could be blamed as the root cause TI (UEs, cresp errors, etc.). However, there is a subset of these attentions that will never cause a TI. So added a filter to ignore specfic bits. Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: I14ab09eda901c7e82d6bcf52ec8eacb3dd82fffe
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