commit | 4ef0a0a4125b8ba973ce079c94275c8e6970acef | [log] [tgz] |
---|---|---|
author | Lawrence Tang <lawrence.tang@arm.com> | Mon Jul 18 10:50:58 2022 +0100 |
committer | Lawrence Tang <lawrence.tang@arm.com> | Mon Jul 18 10:50:58 2022 +0100 |
tree | 03cff3b161347376a7e599de170a414d9ec680de | |
parent | b8fa2f7ec5cc86fd4754debd1f704f27da0671c1 [diff] |
Remove remnants of test information.
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).