summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/State/Boot/Progress.interface.yaml
blob: 74ad6d826f321ca440fbe9a2685bcc50ad1a5fcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
description: >
    Implement to indicate progress of ongoing boot.

properties:
    - name: BootProgress
      type: enum[self.ProgressStages]
      default: Unspecified
      description: >
        Current boot progress

enumerations:
   - name: ProgressStages
     description: >
       The boot progress stage
     values:
       - name: Unspecified
         description: >
           Unknown state.
       - name: MemoryInit
         description: >
           Memory Initialization
       - name: SecondaryProcInit
         description: >
           Secondary Processor Initialization
       - name: OSStart
         description: >
           Starting Operating System.
       - name: MotherboardInit
         description: >
           Motherboard/Basebord Initialization.
OpenPOWER on IntegriCloud