commit | 5a26661c1f8f9b8c9910f64f6265485f4e6f441f | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Thu Aug 15 16:23:53 2019 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Thu Aug 15 16:26:51 2019 -0500 |
tree | b68e6bc43add30efc3b7a6da51472b6873f64469 | |
parent | f85bb66c85bf5d671b6693296a9f68a40d94d218 [diff] |
Created primary API wrappers for the Isolator class This is an attempt to abstract the internal workings of the isolator class from the user application. Change-Id: Ic898b202da6a0ddb368411c11218ca019d1f23fd 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.