commit | 8f793ac31100f7a454004f066eb5960daa33148e | [log] [tgz] |
---|---|---|
author | Lawrence Tang <lawrence.tang@arm.com> | Wed Jul 13 10:17:09 2022 +0100 |
committer | Lawrence Tang <lawrence.tang@arm.com> | Wed Jul 13 10:17:09 2022 +0100 |
tree | 112dce7977a6c016cb980de05f5c71cd595dc146 | |
parent | 45e04b0a3abcc6866ca16261acff65cec8a432cf [diff] |
Finish JSON validator, add debug out.
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).