commit | e36866c307f565aebe76179fc8f4a7f9684eae50 | [log] [tgz] |
---|---|---|
author | Caleb Palmer <cnpalmer@us.ibm.com> | Mon Oct 31 15:14:29 2022 -0500 |
committer | Caleb Palmer <cnpalmer@us.ibm.com> | Wed Nov 02 16:15:24 2022 -0500 |
tree | 9073fdbf6c26201e321c7657f62addfe58121605 | |
parent | 3a80c98342ba51e3876d3387faeb8227ecc8f4f6 [diff] |
Add auto-generated json RAS data and supporting changes Moving forward we want to use json RAS data files that have been auto-generated instead of maintaining the json itself. This updates the current json RAS data to version 2 and makes accompanying changes in the RAS data parser and schema. Change-Id: I1278c65f6479437630de5b9d3440d4a19f42a1f6 Signed-off-by: Caleb Palmer <cnpalmer@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