commit | dd109cc073ba4e5e8aa58b45598058ec1ff307e3 | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Thu Apr 30 21:41:41 2020 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Mon May 04 21:42:08 2020 -0500 |
tree | c3e9573c3414565cfc8c21627ed3bac7f9be4f33 | |
parent | aadf3bff95bb6a0dd16b29b799aade59aaf5b485 [diff] |
Removed the force init option from initialize() The ability to keep track of all objects that are specific to a given chip type is more complicated than what it is worth to support the ability to reinitialize a single chip type. Instead, the user application will need to uninitialize and reinitialize all needed chip types. In addition, the user application must ensure it does not try to initialize the same chip type more than once to prevent memory bloat. Change-Id: I8b33012553fe1bea75cdd319c53e7bd5bff91726 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.