commit | 90c37748c2f7284ee231e510c3ffd9471bddeb3c | [log] [tgz] |
---|---|---|
author | Manojkiran Eda <manojkiran.eda@gmail.com> | Tue Oct 26 09:48:09 2021 +0530 |
committer | Manojkiran Eda <manojkiran.eda@gmail.com> | Tue Oct 26 09:48:27 2021 +0530 |
tree | 4c2640bfe809e711eb03884a9dc19fa9b59de28f | |
parent | 853765bf989a2789b4456faf8ea74b6ce0b30870 [diff] |
Add OWNERS file Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I2d9301ef89d7cedf961e3bdef2c52c184ac641dc
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