commit | 446da09e346c5e091b6838a5d2c4c1e1dc5b3d45 | [log] [tgz] |
---|---|---|
author | Caleb Palmer <cnpalmer@us.ibm.com> | Thu Jan 16 10:22:02 2025 -0600 |
committer | Caleb Palmer <cnpalmer@us.ibm.com> | Tue Jan 21 13:15:02 2025 -0600 |
tree | c794ef90f53c01fc18f248766cd19444eb2e2f43 | |
parent | 2795a47ade1eeff3627f74b1ddea4e013b59ce4b [diff] |
Minor simulator updates Signed-off-by: Caleb Palmer <cnpalmer@us.ibm.com> Change-Id: I351e5a9b8435c7aa3cfdec275ab183b50aa5e3d1
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