blob: ab6126a8768f06b742dd315fd4172f7d6f0c50b3 [file] [log] [blame]
Pavithra Barithaya8fc3edb2020-12-14 00:24:14 -06001{
2 "sensorPDRs": [
3 {
4 "pdrType" : 4,
5 "entries" : [{
6 "type" : 33,
7 "instance" : 0,
8 "container" : 0,
9 "effecters" : [{
10 "set" : {
11 "id" : 196,
12 "size" : 4,
13 "states" : [1,2,3,5,9,21,22,26]
14 },
15 "dbus" : {
16 "path": "/xyz/openbmc_project/state/host0",
17 "interface": "xyz.openbmc_project.State.Boot.Progress",
18 "property_name": "BootProgress",
19 "property_type": "string",
20 "property_values": [
21 "xyz.openbmc_project.State.Boot.Progress.ProgressStages.Unspecified",
22 "xyz.openbmc_project.State.Boot.Progress.ProgressStages.SystemInitComplete",
23 "xyz.openbmc_project.State.Boot.Progress.ProgressStages.MemoryInit",
24 "xyz.openbmc_project.State.Boot.Progress.ProgressStages.SecondaryProcInit",
25 "xyz.openbmc_project.State.Boot.Progress.ProgressStages.PCIInit",
26 "xyz.openbmc_project.State.Boot.Progress.ProgressStages.OSRunning",
27 "xyz.openbmc_project.State.Boot.Progress.ProgressStages.BusInit",
28 "xyz.openbmc_project.State.Boot.Progress.ProgressStages.PrimaryProcInit"
29 ]
30 }
31 }]
32 }]
33 }]
34}
35