commit | 06fb40356ea4c0aa3ecc7030dcec5aa73a18243b | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Tue Aug 22 14:16:43 2023 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Tue Aug 22 14:17:06 2023 -0500 |
tree | cb16bd3e4cdb5a83b250bc5d60be571d5140386c | |
parent | 9a64968497eff44ad83f76d883b50ae6e25c07e7 [diff] |
RAS data updates for Odyssey PLL unlock attentions Change-Id: I1d01af00aac6a3b5e9407cab363b545007afbee6 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