commit | 6574f6eefa0a8618b1b7268fc432cfaf5767a118 | [log] [tgz] |
---|---|---|
author | Paul Greenwood <Paul.Greenwood@ibm.com> | Tue Sep 17 09:43:22 2019 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Tue Oct 15 20:54:05 2019 -0500 |
tree | 4f207909106f6e95b7bcd0d71c7d2cc83b452926 | |
parent | 8deb09054137d5047cde74b8c3cd66d31d8f34bf [diff] |
updates to HardwareRegister class Removed, updated, and uncommented most of the code ported from the Hostboot project. Signed-off-by: Paul Greenwood <Paul.Greenwood@ibm.com> Change-Id: Id554adada52598d6d71422fdeb8f6ae3e69af5f0
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.