commit | 3a02e24db362b0029a1a49a9480d3b24b9550f1b | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Fri May 08 16:25:36 2020 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Fri May 08 16:29:01 2020 -0500 |
tree | c56a3e3b78190111e278ab4496c9d164ca4ce873 | |
parent | 2f4aa910bfc5f62741411ddf1aa8256762f39c03 [diff] |
Reduces headers needed for external includes hei_main.hpp included hei_isolator.hpp, which requires nearly all headers in this project to be exported when building a library. Change-Id: I6013ab53a7ee2b4993526bc4c62b30e8bf5f6702 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.