blob: 34032f42d513f559518284fe04686f0e472aeaad [file] [log] [blame]
Dhruvaraj Subhashchandrana2eb94f2021-05-05 02:44:28 -05001description: >
2 Implement this to add Hardware dump management.
3
Patrick Williamsa1347412022-12-06 10:56:22 -06004 Hardware dump is a collection hardware state information, including various
5 registers, and it is used for debugging system checkstop. checkstop is the
6 descriptive term for entire system termination by the hardware due to a
7 detected error.
Dhruvaraj Subhashchandran0cd3adb2024-04-26 02:34:41 -05008
9properties:
10 - name: ErrorLogId
11 type: uint32
12 description: >
13 The id of the log associated with the action which triggered the dump.
14 This ID is a reference to an error log entry in the logging system.
15 The value should be a 32-bit unsigned integer.
16
17 - name: FailingUnitId
18 type: uint32
19 description: >
20 A unique id of the failing hardware unit which is causing the dump.
21 This ID could be used to identify the specific piece of hardware
22 within the system. The value should be a 32-bit unsigned integer.