commit | 475237a48208f4ebcd0dd6aed32721fa16c2f352 | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Thu Feb 03 11:04:54 2022 -0600 |
committer | Zane Shelley <zshelle@us.ibm.com> | Thu Feb 03 11:12:22 2022 -0600 |
tree | fcd9eb0d5cef6b7d4fd23d6fe8a7146fb37972e0 | |
parent | 9980d48969bb957ac2b2fc9e49cad117762dba7e [diff] |
moved plugin global variable out of analyzer static library The global variables created for each registered plugin will not be initialized as expected when loaded in a static library. Instead, the plugins are now built with the hw-diags executables instead if in the static library. Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: Ie0cab06ab44a54312061f4a15fce86f76eee4085
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