commit | cef2a592711efe78ea2f30bd09fda4a6bd5e5fe0 | [log] [tgz] |
---|---|---|
author | Lawrence Tang <lawrence.tang@arm.com> | Mon Jul 11 17:00:48 2022 +0100 |
committer | Lawrence Tang <lawrence.tang@arm.com> | Mon Jul 11 17:00:48 2022 +0100 |
tree | a3fe9cbc34d0fec156aa85a04a83b72478ad9859 | |
parent | d0c225b9072a74fca4e9c770114fe6d0efc9fabd [diff] |
Add remaining types bar CXL component to spec.
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).