commit | e4ad4e3c08992c7d697ef0b8416c3656a81c4c79 | [log] [tgz] |
---|---|---|
author | Caleb Palmer <cnpalmer@us.ibm.com> | Wed Aug 07 09:48:14 2024 -0500 |
committer | Caleb Palmer <cnpalmer@us.ibm.com> | Tue Aug 13 13:14:53 2024 -0500 |
tree | a3f74c81dd57d8917c9c8744498fda4765f92cdd | |
parent | a27b584cb2153070872b2a9c3f16020a4cd348f3 [diff] |
Add support in the isolator to perform write operations on a signature Signed-off-by: Caleb Palmer <cnpalmer@us.ibm.com> Change-Id: Ia1f189a8ce7d1d71efc0ae81942151c31d63a4f5
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