commit | 4e4582ba16fd25ea525f85b67ec64e4bd0838862 | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Fri Apr 01 16:57:13 2022 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Mon Aug 22 16:33:42 2022 +0000 |
tree | a3b2d794446ba5af33a43350c014e172e106c813 | |
parent | 1d63b6f31f44ab0967bb57b344cc252d3ae1d19e [diff] |
Stop ATTN service before instruction stop Ensuring that ATTN service is stopped after PHYP has completed the power off process. PHYP must be done before starting instruction stop. So that is a good target to use. Tested: Verify that during soft-off attention handler will service attentions (inject error during graceful shutdown). Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: I9611546d3133c444fe62500fc76750558945baf7
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