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. |
Andrew Geissler | 3b47377 | 2020-11-13 15:27:32 -0600 | [diff] [blame^] | 19 | - name: PrimaryProcInit |
| 20 | description: > |
| 21 | Primary Processor Initialization |
| 22 | - name: BusInit |
| 23 | description: > |
| 24 | Processor and Memory Bus Initialization |
Dhruvaraj Subhashchandran | 0067ba2 | 2017-05-02 08:00:11 -0500 | [diff] [blame] | 25 | - name: MemoryInit |
| 26 | description: > |
| 27 | Memory Initialization |
| 28 | - name: SecondaryProcInit |
| 29 | description: > |
| 30 | Secondary Processor Initialization |
Dhruvaraj Subhashchandran | fbf26b7 | 2017-10-18 04:27:53 -0500 | [diff] [blame] | 31 | - name: PCIInit |
| 32 | description: > |
| 33 | PCI resource initialization |
Andrew Geissler | 3b47377 | 2020-11-13 15:27:32 -0600 | [diff] [blame^] | 34 | - name: SystemInitComplete |
| 35 | description: > |
| 36 | System firmware completed booting |
Dhruvaraj Subhashchandran | 0067ba2 | 2017-05-02 08:00:11 -0500 | [diff] [blame] | 37 | - name: OSStart |
| 38 | description: > |
| 39 | Starting Operating System. |
Andrew Geissler | 3b47377 | 2020-11-13 15:27:32 -0600 | [diff] [blame^] | 40 | - name: OSRunning |
| 41 | description: > |
| 42 | Operating System up and running |
Dhruvaraj Subhashchandran | 0067ba2 | 2017-05-02 08:00:11 -0500 | [diff] [blame] | 43 | - name: MotherboardInit |
| 44 | description: > |
| 45 | Motherboard/Basebord Initialization. |