Dhruvaraj Subhashchandran | 6f8ebc5 | 2020-11-23 21:55:44 -0600 | [diff] [blame] | 1 | description: > |
| 2 | Implement this to add Hostboot dump management. |
| 3 | |
Patrick Williams | a134741 | 2022-12-06 10:56:22 -0600 | [diff] [blame] | 4 | Hostboot dump collects memory and hardware states in the case of a failure |
| 5 | during hostboot booting phase. |
Dhruvaraj Subhashchandran | cd2d64a | 2024-04-26 03:23:12 -0500 | [diff] [blame] | 6 | |
| 7 | properties: |
| 8 | - name: ErrorLogId |
| 9 | type: uint32 |
| 10 | description: > |
| 11 | The identifier of the log entry associated with the action which |
| 12 | triggered the dump. This is a 32-bit unsigned integer that links the |
| 13 | dump to a specific error log. |