commit | 032bf9eca140e5c6302a7c05e368b92e8172cc5b | [log] [tgz] |
---|---|---|
author | Ben Tyner <ben.tyner@ibm.com> | Wed May 06 21:27:54 2020 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Fri May 08 18:42:56 2020 +0000 |
tree | 1b9f065ab951e6c53be8583129adca91f9921e2f | |
parent | 83a8d55dda5baa6da3381d62e90d49ae8f7d6715 [diff] |
Build openpower-libhei as a static library Build a static library that can be linked to by other applications. Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I4dec91928381712674e6621792830f811c44c30d
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.