commit | d4c0e9897d06d9991571f5e990448a3cb84c7986 | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Thu Dec 05 21:27:41 2019 -0600 |
committer | Zane Shelley <zshelle@us.ibm.com> | Fri Dec 06 14:09:47 2019 -0600 |
tree | 5d2b94d8ffa2aa1f6c4dca50f9f88698b815b0ab | |
parent | 5e61824ec9468ad7571461b7ec210fc5e7100023 [diff] |
Removed potentially dangerous * from operator registers The BitStringBuffer* iv_bs instance variable that is used in most of the operator register could be easily mishandled in copy constructors and assignment operators. A safer alternative was implemented. Change-Id: I747a3cb9ad35fa8b924b2242964968a675e184dd 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.