commit | b7d37e991e8a3c7ad74e1e7c8e2f85e735aacfc5 | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Thu Jan 11 14:10:20 2024 -0600 |
committer | Zane Shelley <zshelle@us.ibm.com> | Thu Jan 11 14:10:20 2024 -0600 |
tree | b1d51f2dfd25d6d6db7917e846aace19229c3514 | |
parent | 038f48a320e570a6e2778f46f4de3da8211dd677 [diff] |
set L2FIR (RC) load/store received as SUE source Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: Ifa9642ad52aa17b03c4c263ff972d61dd6781c08
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