PLDM: Remove Boot Progress entry from 11.json
Phyp is using a sensor to communicate the boot progress
state changes to pldm.This commit verifies that and removes
the Boot Progress entry from 11.json which was used earlier.
Change-Id: I43a385a5a1c30f522bdaa848d44d67ef97d5d20f
Signed-off-by: Pavithra Barithaya <pavithra.b@ibm.com>
diff --git a/configurations/pdr/11.json b/configurations/pdr/11.json
index 673a59a..4aab37d 100644
--- a/configurations/pdr/11.json
+++ b/configurations/pdr/11.json
@@ -3,34 +3,6 @@
{
"pdrType" : 11,
"entries" : [{
- "type" : 33,
- "instance" : 0,
- "container" : 0,
- "effecters" : [{
- "set" : {
- "id" : 196,
- "size" : 4,
- "states" : [1,2,3,5,9,21,22,26]
- },
- "dbus" : {
- "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.Unspecified",
- "xyz.openbmc_project.State.Boot.Progress.ProgressStages.SystemInitComplete",
- "xyz.openbmc_project.State.Boot.Progress.ProgressStages.MemoryInit",
- "xyz.openbmc_project.State.Boot.Progress.ProgressStages.SecondaryProcInit",
- "xyz.openbmc_project.State.Boot.Progress.ProgressStages.PCIInit",
- "xyz.openbmc_project.State.Boot.Progress.ProgressStages.OSRunning",
- "xyz.openbmc_project.State.Boot.Progress.ProgressStages.BusInit",
- "xyz.openbmc_project.State.Boot.Progress.ProgressStages.PrimaryProcInit"
- ]
- }
- }]
- },
- {
"type" : 45,
"instance" : 0,
"container" : 0,