commit | b8b3cdf0f7f3bc032eacc59ee99a382effff74cc | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Mon May 04 13:28:04 2020 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Tue May 05 12:52:03 2020 -0500 |
tree | bd094e6bbbc68d981ff954fcc744484e484bcd6f | |
parent | dd109cc073ba4e5e8aa58b45598058ec1ff307e3 [diff] |
Fixed endian issue in ChipDataStream class The template specializations for uint16_t, uint32_t, uint64_t, etc. types were not properly handling the big-endian to host conversion. Change-Id: If827638655594962af815fe2fd9296cabfc0f78a 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.