summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/State/Boot/Progress.interface.yaml
diff options
context:
space:
mode:
authorDhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>2017-05-02 08:00:11 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-06-08 13:08:17 +0000
commit0067ba2edbbe3257431531b124f1460dd19d0d48 (patch)
treea64eb72cb5e265d436475cc5962df071e0fa7486 /xyz/openbmc_project/State/Boot/Progress.interface.yaml
parent7b54884c0460f529efd047c7c5d1d679c9333a29 (diff)
downloadphosphor-dbus-interfaces-0067ba2edbbe3257431531b124f1460dd19d0d48.tar.gz
phosphor-dbus-interfaces-0067ba2edbbe3257431531b124f1460dd19d0d48.zip
D-Bus interfaces for describing State.
Change-Id: Ic52faba7a24bcf58f3326b1587282ca8398e9a70 Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
Diffstat (limited to 'xyz/openbmc_project/State/Boot/Progress.interface.yaml')
-rw-r--r--xyz/openbmc_project/State/Boot/Progress.interface.yaml30
1 files changed, 30 insertions, 0 deletions
diff --git a/xyz/openbmc_project/State/Boot/Progress.interface.yaml b/xyz/openbmc_project/State/Boot/Progress.interface.yaml
new file mode 100644
index 0000000..74ad6d8
--- /dev/null
+++ b/xyz/openbmc_project/State/Boot/Progress.interface.yaml
@@ -0,0 +1,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