Lines Matching refs:CPER
1 # CPER JSON Representation & Conversion Library
3 This repository specifies a structure for representing UEFI CPER records (as
6 standard CPER binary format and the specified structured JSON.
24 This project comes with several binaries to help you deal with CPER binary and
25 CPER-JSON. The first of these is `cper-convert`, which is a command line tool
26 that can be found in `build/`. With this, you can convert to and from CPER and
27 CPER-JSON through the command line. An example usage scenario is below:
35 This allows you to generate pseudo-random valid CPER records with sections of
45 Finally, a static library containing symbols for converting CPER and CPER-JSON
56 The specification for this project's CPER-JSON format can be found in
58 document. Specification for the CPER binary format can be found in
64 This library is utilised in a proof of concept displaying CPER communication
65 between a SatMC and OpenBMC board, including a conversion into CPER JSON for