1description: > 2 Implement this to add Hardware dump management. 3 4 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. 8 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. 23