commit | c08f5ff77436510fe9286fa48ae5f024e0986db5 | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Thu Jun 26 16:58:39 2025 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Thu Jun 26 16:58:39 2025 -0500 |
tree | 782187e131315ce645dd63da56bda229d9db2bd0 | |
parent | 0cab8ada29d783a1008285ca2166b5af632eaa26 [diff] |
fix resolution issue with duplicate callouts If two resolutions end up calling out the same part or procedure, only the callout with the high priority should be added to the callout list. This worked for the most. However, it did not take into account that the guard action may have changed between callouts. Change-Id: I1d42cdfcbac58086cdb54850f5b16aa686a3eb38 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