commit | 8deb09054137d5047cde74b8c3cd66d31d8f34bf | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Mon Oct 14 15:52:27 2019 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Wed Oct 16 01:33:54 2019 +0000 |
tree | 6bf46f12ebb4cebb35a23d915a45d51e3985af54 | |
parent | 65ed96a8bd8d9f47c2f4ce63bb8252115197ec05 [diff] |
Create SCOM and ID SCOM register classes SCOM and ID SCOM registers are specialized register that will exist under the HardwareRegister abstract class. Change-Id: I40c39536ca7321c9ef36347cef2320cf7fc4da49 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.