commit | fd3f9cc4ea3012dfd840e26472e746b1d14a83d8 | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Mon Jul 29 15:02:24 2019 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Mon Jul 29 15:06:01 2019 -0500 |
tree | ea57c6da5b2233188ff73b9239f01da7e70ab4ab | |
parent | 814b1e3478f52c18c466be518d8548d5b55c8625 [diff] |
Copied PRD register access code from Hostboot project This is just a straight copy from the Hostboot project. No modifications have been made. Those will come in later commits. Change-Id: Id9985f5542944ba88498b348b24b711fe2c30704 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:
Details TBD.
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 Hostboot project.