commit | ac5bd05ceaf76afafe0bb2e825b749f6d0fa95d6 | [log] [tgz] |
---|---|---|
author | Ben Tyner <ben.tyner@ibm.com> | Thu Mar 03 14:09:13 2022 -0600 |
committer | Zane Shelley <zshelle@us.ibm.com> | Fri Mar 11 21:18:58 2022 +0000 |
tree | cb9ba46b7b8cc7a16a0c27bcc4a853c924ac177f | |
parent | 535a8d4aaa059e48f9650142e4db3d4ea41ca5db [diff] |
attn: Add support for hbNotVisibleFlag in TI info Hostboot defined a new flag in the TI info data. This flag is used to indicate to the attention handler that a PEL created by attention handler for a TI with SRC event should have the hidden-flag set in the action flags. Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I8090085274635109510e1af0513b39afa994781b
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