commit | 04cbbb3d3a86a2fa948f73ad60f596fd5c751ffb | [log] [tgz] |
---|---|---|
author | Ben Tyner <ben.tyner@ibm.com> | Wed Oct 07 13:27:46 2020 -0500 |
committer | Ben Tyner <ben.tyner@ibm.com> | Wed Oct 07 13:27:46 2020 -0500 |
tree | 3547d98f59649e902b1fe4c24c757b70af6c25ea | |
parent | 407177256644d60572d639826db03c2ab2cc8ee6 [diff] |
Attn: Qualify active attentions with true mask Only service active attentions that have their associated true mask bit set. Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: Ie83e04b7739d9c977eb9e7b599d5e8583c724d8e
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