blob: 8a91d10fc65daa854e956f932d325c23279ac28a [file] [log] [blame]
Vijay Lobo8c71ba72021-06-24 23:37:30 -05001description: >
2 Implement to provide PEL event/error entry attributes.
3properties:
4 - name: Hidden
5 type: boolean
6 default: false
7 description: >
8 Hidden Error - This flag allows events to be placed in a system, but
9 remain hidden from the customer. This event log is visible to
10 development personnel only, e.g. hardware recovered error, etc. No
11 service action is required for this type of errors. In general, when
12 this value is used, the Error Action Flags has the value of
13 "Hidden Error". An event log with this value is used primarily for
14 error thresholding design/code debug or as a record to indicate an
15 error frequency or trend.
16 - name: Subsystem
17 type: string
18 description: >
19 A free form, implementation defined string which uniquely and
20 permanently identifies a specific subsystem string. This field should
21 not be used for programmatic interrogation of an object.
Vijay Lobo3e9aa3b2021-08-11 17:24:53 -050022 - name: ManagementSystemAck
23 type: boolean
24 default: false
25 description: >
26 Notifies the PEL handler that the management system acknowledged a PEL.
27 The management system can be any system monitoring the hardware.