commit | 7bf1f6dee8e94d631c45d6863cee027c629ce66b | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Fri Oct 18 16:03:51 2019 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Thu Oct 24 16:25:24 2019 +0000 |
tree | f68cac418d73be62004a1c3777a9d329aeb3c46f | |
parent | 75e68e940a375c731bd1c014359dd2ce9753a21b [diff] |
Created IsolationNode class This class is a wrapper around the HardwareRegister objects and other Register objects that will do isolation of active attentions. Change-Id: I08b0955d59a6e278f51fd6bcac7b29c986c0770b 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.