commit | 53efc354d0f87cfa3615f5ba91065f4dcb7171a7 | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Thu Oct 03 21:46:39 2019 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Thu Oct 17 16:30:39 2019 +0000 |
tree | 35623f535580c0c89f546ac193b261622c8fc662 | |
parent | 6574f6eefa0a8618b1b7268fc432cfaf5767a118 [diff] |
Removed HardwareRegister::Accessor class Opted for a simpler interface that passes the accessor chip into the public functions. Change-Id: Iddbe171a59455d80cfe045004cb1662e894374f7 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.