commit | fc7ab19615f5d4951fad5e7302cff2f5461290b7 | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Fri Sep 27 15:45:16 2019 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Thu Oct 03 21:51:04 2019 -0500 |
tree | f8b674266e75babefb76f787ad978ddd3a660395 | |
parent | 200c345e8a43b6af5192922288bc27b7d727da1b [diff] |
Replaced ported prdfScanFacility.[HC] The ScanFacility was just a bunch of wrapper functions for the flyweights. I eliminated the wrappers by making singletons for each flyweight. Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: I8ff96f33da2d52e2c1abc3556d094dabcf441945
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.