commit | dd156ad5d70660b3f225484b94b1ea3f32655af6 | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Fri Oct 25 20:59:55 2019 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Thu Oct 31 12:27:02 2019 -0500 |
tree | f65e115210e5e41c629918b6a01b287bd0146f51 | |
parent | 7c8faa1405313088e5e9716a0b1601993d93a2cc [diff] |
Official .clang-format support There are a couple files that have been copied directly from the Hostboot project, which have not been updated to be included in the libhei code yet. They will be temporarily ignored until they are updated. Change-Id: I5c16a68acc6854ade0763fe64647b650b7863706 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 is intended to be integrated into containing user applications as a set of source files (either imported, or as a git subtree/submodule).
Details TBD.
__HEI_READ_ONLY
: When defined, it will ensure any hardware write support is disabled. 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.