commit | 7ad677a03cf85a2359335264c1b2a59eb4e6d9f3 | [log] [tgz] |
---|---|---|
author | Caleb Palmer <cnpalmer@us.ibm.com> | Wed Jun 14 10:39:53 2023 -0500 |
committer | Caleb Palmer <cnpalmer@us.ibm.com> | Wed Jun 14 10:39:53 2023 -0500 |
tree | 6ba444514c87161e61ed167f729b3158b8aabf6e | |
parent | a68302797149f0ed37920a5a9fe9e78039d899e3 [diff] |
Reserved bit updates for Odyssey RAS data json Signed-off-by: Caleb Palmer <cnpalmer@us.ibm.com> Change-Id: I78ae2c113bb1d75ea0d5bc8fdcfe212758fd4568
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