blob: 634c3b71deb2672c4e3963ec0619e3eacad8d71a [file] [log] [blame]
Dhruvaraj Subhashchandran5006cdf2020-01-20 04:08:10 -06001description: >
2 Implement this to add system dump management.
3
4 System dumps are dump of the host memory and hardware states
5 generated during a failure in the host firmware. This can be a huge
6 dump stored in the host memory, the BMC doesnt store this dump but
7 stream this dump to an external client based on the offload request.
8 Apart from system generated system dump, users can also request for
9 this kind of dump.
10
11properties:
12 - name: SourceDumpId
13 type: uint32
14 description: >
15 The dump id provided by the source of the dump.
16 There are dumps which get generated outside the BMC, like a
17 system dump which gets generated and stored in the host memory.
18 All dumps will have a unique id but when communicating
19 to the source of the dump the SourceDumpId will be used.