commit | 029fe6f1a2cd0967dc139cf3043df05cc97a0569 | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Tue May 23 21:47:49 2023 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Tue May 23 21:48:30 2023 -0500 |
tree | 15e051f46627a3755eca16e5c385c746e74bd93c | |
parent | 2f7537db1e0819814be85a9c79dae7446785e1ce [diff] |
Fix markstore register names in Odyssey chip data Change-Id: I1945ded86be1e1e11fd3806a074c12a789848c32 Signed-off-by: Zane Shelley <zshelle@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