summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>2017-10-18 04:27:53 -0500
committerDhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>2017-10-18 04:30:33 -0500
commitfbf26b7bbc5424805d24dba48b6fad86f8165f77 (patch)
tree956ad4766816daf20040a158cfe09ff415540a4d
parent9b71d876a4e7f084f0fee3b602205d6bccb514bb (diff)
downloadphosphor-dbus-interfaces-fbf26b7bbc5424805d24dba48b6fad86f8165f77.tar.gz
phosphor-dbus-interfaces-fbf26b7bbc5424805d24dba48b6fad86f8165f77.zip
Update boot progress interface with missing entry.
PCI Initialization is missing in the list of boot progress stages, adding that to the boot progress interface yaml Change-Id: I6fe563ac89a33b2fe06006bbe0ddf206d5d61de3 Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
-rw-r--r--xyz/openbmc_project/State/Boot/Progress.interface.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/xyz/openbmc_project/State/Boot/Progress.interface.yaml b/xyz/openbmc_project/State/Boot/Progress.interface.yaml
index 74ad6d8..2872098 100644
--- a/xyz/openbmc_project/State/Boot/Progress.interface.yaml
+++ b/xyz/openbmc_project/State/Boot/Progress.interface.yaml
@@ -22,6 +22,9 @@ enumerations:
- name: SecondaryProcInit
description: >
Secondary Processor Initialization
+ - name: PCIInit
+ description: >
+ PCI resource initialization
- name: OSStart
description: >
Starting Operating System.
OpenPOWER on IntegriCloud