commit | 2d5c63d90c14793e333c4eee6d0b8002fdf0c7ba | [log] [tgz] |
---|---|---|
author | Brian Stegmiller <steg2021@linux.vnet.ibm.com> | Wed Mar 31 17:29:29 2021 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Tue Apr 13 19:54:26 2021 +0000 |
tree | e77646f7e7ec520b4b855708b9d2e2fbfad7f35c | |
parent | fe15649ef9bcc45513cec53cbd3f403ab2ddee8a [diff] |
ATTN: Add hostboot debug regs during chkstop and TIs Signed-off-by: Brian Stegmiller <steg2021@linux.vnet.ibm.com> Change-Id: Ie4f35f169ce8ddefc48f7e47e1987fc12cfe8cd6
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