commit | 7c79605d66ec861c966df880e743801adb0f4945 | [log] [tgz] |
---|---|---|
author | Ben Tyner <ben.tyner@ibm.com> | Mon Feb 03 19:00:37 2020 -0600 |
committer | Ben Tyner <ben.tyner@ibm.com> | Wed Feb 12 10:09:34 2020 -0600 |
tree | 14865b6669b78db12c202dfe6333236dcd34c0e2 | |
parent | 32c7600e4f4ab805d9bd2dfadc8a69abf474220a [diff] |
Setup dependencies for subproject building We need to define dependency information so that other projects can build libhei as a subproject. Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I9b49b7a72a87132d209c9df2a63344b7bade6f1b
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.