1description: > 2 Implement this to add Hostboot dump management. 3 4 Hostboot dump collects memory and hardware states in the case of a failure 5 during hostboot booting phase. 6 7properties: 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. 14