commit | b971517919737064c1283aa8708768ec7b3e5f11 | [log] [tgz] |
---|---|---|
author | Ben Tyner <ben.tyner@ibm.com> | Wed Sep 29 08:46:19 2021 -0500 |
committer | Ben Tyner <ben.tyner@ibm.com> | Thu Oct 21 18:39:49 2021 -0500 |
tree | 7e2b21cd579e11ef01bea8fe7e69c6493557fc54 | |
parent | 7cebfbc60b07384c8a17cc0fcef4415315ad8d04 [diff] |
Attn: use phal library for get TI info calls Switch from using pdbg library sbe_mpipl_get_ti_info() to using phal library getTiInfo() for retrieving pointer to TI info shared memory region. Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I916d9195493b2759eed1695b36b9ae156b37be7e
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