commit | ceb08b2b7dd1ae3b0ef791c432a2095f376f3594 | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Thu Oct 07 18:08:27 2021 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Thu Oct 07 18:15:28 2021 -0500 |
tree | 72e71d98d5ba0321b0aad7259adf8c92edd4f810 | |
parent | 22a454b74b08eaf04cb87b9117f1073494d85d71 [diff] |
RAS data file updates for N1 chiplet Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: Ie0c8199370951a3c302b6bbf2312be24e2af3251
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