Adding support for new bootprogress state

Adding new bootprogress state which indicate system firmware
or BIOS is starting the operating system at the  point of time.

This new bootprogress state is taken from
PLDM stateset(DSP0249) design spec and stateset id is 196.



Change-Id: Idc257fe9aeab4d7282c771be33f23d988ba54c69
Signed-off-by: Kamalkumar Patel <kamalkumar.patel@ibm.com>
diff --git a/configurations/events/stateSensorPdrs.json b/configurations/events/stateSensorPdrs.json
index a33956b..37d8df4 100644
--- a/configurations/events/stateSensorPdrs.json
+++ b/configurations/events/stateSensorPdrs.json
@@ -25,6 +25,27 @@
             }
         },
         {
+            "containerID": 0,
+            "entityType": 64,
+            "entityInstance": 1,
+            "sensorOffset": 0,
+            "stateSetId": 196,
+            "event_states": [3, 5, 20, 22, 26],
+            "dbus": {
+                "object_path": "/xyz/openbmc_project/state/host0",
+                "interface": "xyz.openbmc_project.State.Boot.Progress",
+                "property_name": "BootProgress",
+                "property_type": "string",
+                "property_values": [
+                    "xyz.openbmc_project.State.Boot.Progress.ProgressStages.MemoryInit",
+                    "xyz.openbmc_project.State.Boot.Progress.ProgressStages.SecondaryProcInit",
+                    "xyz.openbmc_project.State.Boot.Progress.ProgressStages.OSStart",
+                    "xyz.openbmc_project.State.Boot.Progress.ProgressStages.BusInit",
+                    "xyz.openbmc_project.State.Boot.Progress.ProgressStages.PrimaryProcInit"
+                ]
+            }
+        },
+        {
             "containerID": 3,
             "entityType": 66,
             "entityInstance": 0,