commit | 3a80c98342ba51e3876d3387faeb8227ecc8f4f6 | [log] [tgz] |
---|---|---|
author | Ben Tyner <ben.tyner@ibm.com> | Fri Oct 21 12:49:41 2022 -0500 |
committer | Ben Tyner <ben.tyner@ibm.com> | Fri Oct 21 15:34:27 2022 -0500 |
tree | 59f0d2f692450f496c066c0c91bc7fa4c6822844 | |
parent | d04d6423d1b583bbf4086b756dd0392203484e2c [diff] |
Attn: Add ten second delay during SBE attention handling A 10 second wait is introduced in the attention handler path when a SBE attention is detected. This wait has been shown to be adequate to allow the power fault handling logic to commit a PEL and gracefully power down the host before the SBE attention is handled. The SBE attention handling will be preempted by the host power down sequence. No SBE attention PEL will be committed. Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I91a313712b67eec0ec10eb3f37e0c56fda64f200
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