commit | 8a2d737ce64da3d084c5984c92b4c69f550c40aa | [log] [tgz] |
---|---|---|
author | Lawrence Tang <lawrence.tang@arm.com> | Tue Jul 12 16:44:49 2022 +0100 |
committer | Lawrence Tang <lawrence.tang@arm.com> | Tue Jul 12 16:44:49 2022 +0100 |
tree | f49ac71897b0533ad0b149d07a708057476c0f18 | |
parent | 079d581e5161475b0635ddbd2681804c42a185b2 [diff] |
Add schema validator, make schemas root relative.
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).