commit | 021dab3c73eab84d621500d8388392f85f73e4f3 | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Tue Dec 08 20:28:40 2020 -0600 |
committer | Zane Shelley <zshelle@us.ibm.com> | Thu Dec 10 17:28:59 2020 +0000 |
tree | 4d226b1895e06381646648c51878463fe99b7bf4 | |
parent | bcf65a8b95ae1e2b9c9ea53fe749ceba625732ff [diff] |
Add all signatures to PEL FFDC Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: I5628c9ec7da34c7d9e023ac2e227de72b90626a9
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