commit | a4424050a32c269ad324817c71731f7b6e14c8b3 | [log] [tgz] |
---|---|---|
author | Caleb Palmer <cnpalmer@us.ibm.com> | Tue Oct 24 14:42:06 2023 -0500 |
committer | Caleb Palmer <cnpalmer@us.ibm.com> | Tue Oct 24 14:48:06 2023 -0500 |
tree | 483d434f6d44e9e4d9ca660162faf0c8ab44308e | |
parent | 7435fc0eb526cf12e56291202d12ddb4b5f5a590 [diff] |
Add root cause filtering for RDF_FIR bit 16 and 41 RDF_FIR bit 41 can cause bit 16 as a side effect, therefore, this adds some special filtering to blame bit 41 if both bits are found set. Change-Id: I4f3bf4f12315923ac810e404a1066d4d09c7525f Signed-off-by: Caleb Palmer <cnpalmer@us.ibm.com>
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