commit | 583cdeeec55b2e6cee5ae103a83b7ed8c524095e | [log] [tgz] |
---|---|---|
author | Lawrence Tang <lawrence.tang@arm.com> | Mon Jul 11 14:31:11 2022 +0100 |
committer | Lawrence Tang <lawrence.tang@arm.com> | Mon Jul 11 14:31:11 2022 +0100 |
tree | b706b4c1844df83bcb7dff4fbc7c399405aca136 | |
parent | 3636d3c240901a643892ce8127e3344f5d2dba5d [diff] |
Add memory error/memory error 2 sections.
This repository specifies a structure for representing UEFI CPER records (as described in UEFI Specification Appendix N) in a human-readable JSON format, in addition to a library which can readily convert back and forth between the standard CPER binary format and the specified structured JSON.
This project uses CMake (>=3.10). To build, simply run:
cmake . make
A static library file for the parsing library will be written to lib/
, and test executables will be written to bin/
.
The specification for this project can be found in specification/
. Specification for the CPER binary format can be found in UEFI Specification Appendix N (2021/03/18).