commit | d0c88849a9448b76621752988d734981801c5b28 | [log] [tgz] |
---|---|---|
author | Lawrence Tang <lawrence.tang@arm.com> | Wed Jul 13 14:51:17 2022 +0100 |
committer | Lawrence Tang <lawrence.tang@arm.com> | Wed Jul 13 14:51:17 2022 +0100 |
tree | 13d074e7e90ea6fe21632cac0a0054383d174de1 | |
parent | 0cb33793ac7775b7a27527b203e8d3ffa58313bb [diff] |
Add partial IA32x64 CPER-JSON support.
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).