commit | a06dcf82ba0c118f14d92ec800e38c188e73a1f7 | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Wed Nov 03 10:23:21 2021 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Wed Nov 03 11:25:33 2021 -0500 |
tree | d417e7e1b9bccb98cf70d3e83d3e1f88f81ea224 | |
parent | 39fcf65dce4d91601951c146a543bf85d68f6b3c [diff] |
include config header for use of CONFIG_PHAL_API CONFIG_PHAL_API is defined in config.h, which was not included in attn_handler.cpp before use of CONFIG_PHAL_API. Change-Id: Ic5fb0695bc0811ffcd232511b52023e33469c43a Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
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