commit | 5a58d7c16264a6b18d2844abe61dc3617a8ce590 | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Mon May 19 09:59:05 2025 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Mon May 19 10:00:51 2025 -0500 |
tree | 7845a48465990609f93dc2645963b7356b04820b | |
parent | 34b0ce19b894e4e1b56d33134898a5919d8e2e48 [diff] |
RAS data: callout update for P10/P11 PB_STATION_FIRs Bits 16:21 of PB_STATION_FIR_EN1, PB_STATION_FIR_EN4, PB_STATION_FIR_ES1, and PB_STATION_FIR_ES4 were changed to callout the chip instead of level 2 support. Change-Id: I60fab2bf7ae017696ccc410d54e8aab45518e3d1 Signed-off-by: Zane Shelley <zshelle@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