commit | 0a905012d0e90ea32ca651883413cd84b56804d1 | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Mon Apr 26 17:07:24 2021 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Tue May 04 19:18:40 2021 +0000 |
tree | 70df3191e7a49083ba8a3231f0873e0b23c07f88 | |
parent | 552992a66a275a046a93922dc14fa551da5a7f05 [diff] |
Updated build_chip_data_binary to include PEL parser json Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: Iaabad0199ba6f0ecf91b7b73dd56fbfe22f64373
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