blob: 4d620f68e70a47347e62c72066c7f855b81fc119 [file] [log] [blame]
Jayanth Othayoth871f7552024-02-27 00:16:55 -06001description: >
2 This is used to define enumerations for FaultLog dump data types.
3
4enumerations:
5 - name: FaultLogTypes
6 description: >
7 Type of fault data logged.
8 values:
9 - name: CPER
10 description: >
11 UEFI Common Platform Error Record.
12 - name: Crashdump
13 description: >
14 Collection of processor and chipset register values typically
15 gathered for debugging purposes at the time of a crash (or
16 sometimes on-demand).