Add missing boot progress sensor value

Adding the missing PCI Resource initialization step to
boot progress stages.

Resolves openbmc/openbmc#2298

Change-Id: I5b3b42c15d5f0d43351921749a4e31aaa3f22b48
Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
diff --git a/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml b/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml
index 72f592a..63c4173 100644
--- a/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml
+++ b/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml
@@ -53,6 +53,9 @@
           0x03:
             type: string
             set: "xyz.openbmc_project.State.Boot.Progress.ProgressStages.SecondaryProcInit"
+          0x07:
+            type: string
+            set: "xyz.openbmc_project.State.Boot.Progress.ProgressStages.PCIInit"
           0x13:
             type: string
             set: "xyz.openbmc_project.State.Boot.Progress.ProgressStages.OSStart"
diff --git a/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory/config.yaml b/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory/config.yaml
index 8e4506b..f5c0e56 100644
--- a/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory/config.yaml
+++ b/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory/config.yaml
@@ -20,6 +20,9 @@
           0x03:
             type: string
             set: xyz.openbmc_project.State.Boot.Progress.ProgressStages.SecondaryProcInit
+          0x07:
+            type: string
+            set: xyz.openbmc_project.State.Boot.Progress.ProgressStages.PCIInit
           0x14:
             type: string
             set: xyz.openbmc_project.State.Boot.Progress.ProgressStages.MotherboardInit