1*871f7556SJayanth Othayothdescription: >
2*871f7556SJayanth Othayoth    This is used to define enumerations for FaultLog dump data types.
3*871f7556SJayanth Othayoth
4*871f7556SJayanth Othayothenumerations:
5*871f7556SJayanth Othayoth    - name: FaultLogTypes
6*871f7556SJayanth Othayoth      description: >
7*871f7556SJayanth Othayoth          Type of fault data logged.
8*871f7556SJayanth Othayoth      values:
9*871f7556SJayanth Othayoth          - name: CPER
10*871f7556SJayanth Othayoth            description: >
11*871f7556SJayanth Othayoth                UEFI Common Platform Error Record.
12*871f7556SJayanth Othayoth          - name: Crashdump
13*871f7556SJayanth Othayoth            description: >
14*871f7556SJayanth Othayoth                Collection of processor and chipset register values typically
15*871f7556SJayanth Othayoth                gathered for debugging purposes at the time of a crash (or
16*871f7556SJayanth Othayoth                sometimes on-demand).
17