commit | 99543dc413dc0aaa87c7241a41870e58e7bd9067 | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Sun Oct 03 10:35:06 2021 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Tue Oct 05 10:16:02 2021 -0500 |
tree | 7ecea34305c65e3e9e8336325720a181bb448696 | |
parent | be619c009af31265e30431cfaa43c0f8dd0322a6 [diff] |
RAS data files updates for IOHS chiplet Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: Iab849719de5a464c4050d328569ca9cb58628e83
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