commit | 70ee34a1ebdee4b422f786eb8cf829d54bc1d7a6 | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Fri Sep 16 08:52:37 2022 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Fri Sep 16 13:08:18 2022 -0500 |
tree | 5435d9160d76ee591ab28a4f4700e6f03d4aa6a6 | |
parent | dfe36c8d07ed43bb18a8a865888f057a89656bd4 [diff] |
sorting issue in chip data parser script In parse_chip_data_xml there is a list that was parsed lexically instead of numerically causing an issue in error isolation to MC_OMI_DL_FIR[0]. Change-Id: Ie8210b7e3f52660477b7611b19d7137d0d488dbd 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