Dhruvaraj Subhashchandran | 0067ba2 | 2017-05-02 08:00:11 -0500 | [diff] [blame] | 1 | description: > |
| 2 | Implement to indicate progress of ongoing boot. |
| 3 | |
| 4 | properties: |
| 5 | - name: BootProgress |
| 6 | type: enum[self.ProgressStages] |
| 7 | default: Unspecified |
| 8 | description: > |
| 9 | Current boot progress |
| 10 | |
| 11 | enumerations: |
| 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 Subhashchandran | fbf26b7 | 2017-10-18 04:27:53 -0500 | [diff] [blame] | 25 | - name: PCIInit |
| 26 | description: > |
| 27 | PCI resource initialization |
Dhruvaraj Subhashchandran | 0067ba2 | 2017-05-02 08:00:11 -0500 | [diff] [blame] | 28 | - name: OSStart |
| 29 | description: > |
| 30 | Starting Operating System. |
| 31 | - name: MotherboardInit |
| 32 | description: > |
| 33 | Motherboard/Basebord Initialization. |