commit | 2c228cdcfbf08b0b997403a2cfa13c27c247a736 | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Thu Dec 16 23:45:12 2021 -0600 |
committer | Zane Shelley <zshelle@us.ibm.com> | Wed Jan 19 19:55:26 2022 +0000 |
tree | 3b3306e91b940eb85fe310c1d6cc28f7f438c442 | |
parent | 62adf5c2f0923b7bb45bf7e4906722c3e7da8008 [diff] |
Add plugin function for PLL unlock clock callouts Change-Id: Ic0e9c9d7fee7afb5a6534266ab011d9d41d9ca48 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