commit | 07ebb9be50d6a449971e4ae36f5fd712a6d09d5a | [log] [tgz] |
---|---|---|
author | Ben Tyner <ben.tyner@ibm.com> | Wed Dec 01 12:16:24 2021 -0600 |
committer | Zane Shelley <zshelle@us.ibm.com> | Tue Dec 07 21:25:25 2021 +0000 |
tree | 2986597ca0f159f7a9fef8b7d1ef8c3690c0e0c7 | |
parent | 87cd2f5767321bfa88c104f32cd08c9386fb468a [diff] |
attn: Add wait for power fault handling Added a 10 second delay between checkstop detection and call to analyzer so that power fault handler logic can intervene before analyzer begins logging events. Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I13d36e9fed35ff8af690a5f38bf4476027a4fea2
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