blob: 74ad6d826f321ca440fbe9a2685bcc50ad1a5fcd [file] [log] [blame]
Dhruvaraj Subhashchandran0067ba22017-05-02 08:00:11 -05001description: >
2 Implement to indicate progress of ongoing boot.
3
4properties:
5 - name: BootProgress
6 type: enum[self.ProgressStages]
7 default: Unspecified
8 description: >
9 Current boot progress
10
11enumerations:
12 - name: ProgressStages
13 description: >
14 The boot progress stage
15 values:
16 - name: Unspecified
17 description: >
18 Unknown state.
19 - name: MemoryInit
20 description: >
21 Memory Initialization
22 - name: SecondaryProcInit
23 description: >
24 Secondary Processor Initialization
25 - name: OSStart
26 description: >
27 Starting Operating System.
28 - name: MotherboardInit
29 description: >
30 Motherboard/Basebord Initialization.