commit | e8b2aed352f7874e73bac047c0eda228cec2e7cc | [log] [tgz] |
---|---|---|
author | Ben Tyner <ben.tyner@ibm.com> | Wed Dec 16 18:58:41 2020 -0600 |
committer | ben.tyner <ben.tyner@ibm.com> | Thu Dec 17 01:13:19 2020 +0000 |
tree | c64f30db12940fde89af93bd0f406c2a0b88197d | |
parent | 021dab3c73eab84d621500d8388392f85f73e4f3 [diff] |
Attn: Remove call to thread_stop_all The quiesce-host process will perform the stop-instruction task(s). Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I5e8525c6b6d70a08db262ae7bf99ffc75e596a69
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