| commit | aec839007acb90ddca37304e7122f59e7c34dd9a | [log] [tgz] |
|---|---|---|
| author | Lawrence Tang <lawrence.tang@arm.com> | Mon Jul 18 09:41:08 2022 +0100 |
| committer | Lawrence Tang <lawrence.tang@arm.com> | Mon Jul 18 09:41:08 2022 +0100 |
| tree | 570f3aa734bd3f144209c7993c8fb48774fb0fd0 | |
| parent | 205dd1d7e443486831bdeb36b269629c49b7f06c [diff] |
Add conversion for CXL protocol/component.
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).