commit | 3b7f45b562adaa70cbc645526581fa5f303c3c35 | [log] [tgz] |
---|---|---|
author | Lawrence Tang <lawrence.tang@arm.com> | Thu Jul 14 14:14:30 2022 +0100 |
committer | Lawrence Tang <lawrence.tang@arm.com> | Thu Jul 14 14:14:30 2022 +0100 |
tree | 7668f89db8765be94e55cff6ffd84b0a25d0c1da | |
parent | c837faca15f4a2707ac689b73767040d8bc8ec3a [diff] |
Add PCIe/memory CPER-JSON parsing.
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).