commit | c62813d4de33804c7ba5d82fe8ddc4a0f722c5ed | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Tue Aug 22 16:52:19 2023 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Wed Aug 23 15:09:24 2023 -0500 |
tree | 016f446fb88fe323447347a905e93fc4402b58ef | |
parent | 06fb40356ea4c0aa3ecc7030dcec5aa73a18243b [diff] |
Odyssey PLL unlock analysis plugin Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: Ia53910eecdcdeb836bd836039a509f00121a67f7
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