commit | 5119d963fc6f868d0ec08b92b1e90e86444e717f | [log] [tgz] |
---|---|---|
author | Caleb Palmer <cnpalmer@us.ibm.com> | Tue Jul 30 15:49:00 2024 -0500 |
committer | Caleb Palmer <cnpalmer@us.ibm.com> | Thu Aug 01 13:20:27 2024 -0500 |
tree | 435d51454579c4c77991d8f8c1094a36c08180da | |
parent | 94ea8ed1369e0b26be0aec2fe7dfdf87ccada581 [diff] |
Markdown and minor updates for new chip data write op support Signed-off-by: Caleb Palmer <cnpalmer@us.ibm.com> Change-Id: Ibe913800fc62cab2c801db0a5e4d38b97553fe62
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