commit | 93cd64ea88f53cf3826b2ffee8cb70f6b0dc4733 | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Thu Sep 23 09:37:12 2021 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Thu Sep 23 09:37:12 2021 -0500 |
tree | 929076d42dc5950b03a63b6f0ed41888fbbddf98 | |
parent | 4aebf40d5efddb84840fce1d8419ec799e36cdd2 [diff] |
Add handling for bit 2 in all recoverable chiplet FIRs Bit 2 in the recoverable chiplet FIRs is a special bit that indicates there is a unit checkstop on that chiplet as well. If we ignore that bit like we were and there was a unit checkstop attention with no recoverable attentions, the isolator will return signatures from the GFIR which will just confuse things. Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: Ic340c0e765f266b2980561913df8c64461febcba
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