blob: 28720985a781fc69094000f1d8396dc4b3ccb62a [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
Dhruvaraj Subhashchandranfbf26b72017-10-18 04:27:53 -050025 - name: PCIInit
26 description: >
27 PCI resource initialization
Dhruvaraj Subhashchandran0067ba22017-05-02 08:00:11 -050028 - name: OSStart
29 description: >
30 Starting Operating System.
31 - name: MotherboardInit
32 description: >
33 Motherboard/Basebord Initialization.