commit | 2d2534f6259bdf86621bb0583087800a24953fe4 | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Wed Dec 14 11:34:01 2022 -0600 |
committer | Zane Shelley <zshelle@us.ibm.com> | Thu Dec 15 11:25:28 2022 -0600 |
tree | 210cc8a6c4022f8408306f3f7cbb616203bc5b9d | |
parent | d5d236365f8e4f02f7621f17c8a02b6728d2178a [diff] |
Add prettier RC file This file is copied from openbmc-build-scripts:config/prettierrc.yaml, which is the default for BMC CI. The presence of the RC file is so that autoformat plugins/extensions will now if this project should be formatted. Change-Id: I31430dd26d7c2ddd2d46fa125e164d31b157982b 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