commit | 1252846796f4ca677e026b1681abe5b5a718639f | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Tue May 24 18:04:35 2022 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Wed May 25 11:39:10 2022 -0500 |
tree | fabcfc68c5f85f12f8ad9739c1526138fb957b5d | |
parent | 119c3f79ecec0b3bf95d44eb217146771c5e5724 [diff] |
Use WOF in core unit checkstop analysis We have observed in the field that core unit checkstop attentions may be cleared in the FIR when a system checkstop attention is present. Fortunately we can rely on the attention to be present in the associated WOF register, which is what we use for recoverable attentions from the EQ_CORE_FIR. Change-Id: I356243e2248078646007db1e3873155244291c9f Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
This library is a common, portable code base for isolating errors reported by hardware registers on POWER Systems chips.
The primary consumers (and requirements drivers) will be:
See the primary API definitions for details on how to use this library.
This library can be integrated into a user application's source (either imported, or as a git subtree/submodule) or built as static library.
__HEI_ENABLE_HW_WRITE
: When defined, it will allow hardware write support. Note that the Chip Data Files will contain rules for clearing and masking register bits. Both of which will require modifying hardware registers, which is not allowed by user applications like OpenBMC or FSP firmware.src/include/
in the POWER Systems Hostboot firmware.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