commit | 4d3f093a72e94689d60f0d198cb3c245afe80023 | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Mon Apr 01 09:06:52 2024 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Mon Apr 01 09:08:36 2024 -0500 |
tree | 180e8f814ba4f7ede6bc7a528f2c390a09fefc7a | |
parent | 169c4d7880884c9756b230a9e270bcfacffc121a [diff] |
Revert "Add level 2 callout to TI logs" This reverts commit 60cb2e4277759661f9054d263cc877dc7fa406ed. Change-Id: I707dcb5502ac43c38ad80f13e60afb2d09cbf711 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