commit | 93b001c5c088d81d96a4b0c6f167f358f9a7c8f0 | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Fri Mar 24 17:45:04 2023 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Mon Mar 27 17:21:52 2023 -0500 |
tree | bb5afd8e408aa4bfe93965171a4b2a9d989d1193 | |
parent | 100c7a266303456fb36bdb07faa77abd1dd6e88c [diff] |
Remove support for deprecated RAS data version 1 Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: I91572c057169e3416bc543bad5ccab1a505d1485
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