commit | a1c5fa5a0ec21645d145198cae2f304a9465952f | [log] [tgz] |
---|---|---|
author | Caleb Palmer <cnpalmer@us.ibm.com> | Mon Apr 21 08:41:32 2025 -0500 |
committer | Caleb Palmer <cnpalmer@us.ibm.com> | Mon Apr 21 08:42:12 2025 -0500 |
tree | dd74b34a2db17d8c2425512124acf0ce5d98139e | |
parent | 19eeabecc411c97fad73f39d2666abee4d6679bd [diff] |
Fix extra signature file path in pel parsing Change-Id: Ia73a1e6ca066d5af9417313a34c744ab0e125f9a Signed-off-by: Caleb Palmer <cnpalmer@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