commit | b1ef8c42c7464c1df26652e74973ddea4fcc76ed | [log] [tgz] |
---|---|---|
author | Caleb Palmer <cnpalmer@us.ibm.com> | Thu Apr 04 12:07:16 2024 -0500 |
committer | Caleb Palmer <cnpalmer@us.ibm.com> | Thu Apr 04 12:07:16 2024 -0500 |
tree | fe1dcbf071e3bb002dbe9b0160ea74c11b7e9c40 | |
parent | 4d3f093a72e94689d60f0d198cb3c245afe80023 [diff] |
Add longer timeout value for test-pll-unlock Signed-off-by: Caleb Palmer <cnpalmer@us.ibm.com> Change-Id: I306369466a768cef2cd1091c5e0ac32a925e32fd
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