commit | 12c1f65d660a6151af810056b30405897bdeea6c | [log] [tgz] |
---|---|---|
author | Lawrence Tang <lawrence.tang@arm.com> | Fri Jul 08 15:29:37 2022 +0100 |
committer | Lawrence Tang <lawrence.tang@arm.com> | Fri Jul 08 15:29:37 2022 +0100 |
tree | 673d665334c05e0f83aa698bf2bcdfdc7b814e3b | |
parent | 3c8783529b999aac9846a84eb9e72f3259b7f7cb [diff] |
Expand specification to IA32/x64 targets.
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).