commit | 7f6ce6ac79a57984a89fbc959d9772d5f9736c77 | [log] [tgz] |
---|---|---|
author | Ben Tyner <ben.tyner@ibm.com> | Tue Aug 17 19:40:00 2021 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Fri Sep 17 13:35:03 2021 +0000 |
tree | 025200255d92d1f25e8757d8805ef18aa43a775c | |
parent | 63f2055801ae3f9d55fa12492196f4a70f0e2960 [diff] |
Attn: Self boot engine (SBE) attention support When an SBE vital attention is detected a plateform event log entry will be created and an SBE dump will be requested. A request to transition the host will be issued once the dump is completed. Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I3e53292d7eb429a76a920bda0dfb051afbc9fe6b
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