commit | f0f95574276269bfe4b60cab00ed81a61fa4299b | [log] [tgz] |
---|---|---|
author | Lawrence Tang <lawrence.tang@arm.com> | Thu Jul 07 16:56:22 2022 +0100 |
committer | Lawrence Tang <lawrence.tang@arm.com> | Thu Jul 07 16:56:22 2022 +0100 |
tree | 1df2203349a68ff4d94269645c546e451629f7b8 | |
parent | 151c6cabc516592df6102ad2b0a62f374ae36858 [diff] |
Add README, reverse function signature.
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).