summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-config/master_write_read_white_list.json
blob: 9fdb3c916b3292453449a36112005399b33f6c70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
  "filters": [
    {
      "busId": "0x01",
      "slaveAddr": "0x4d",
      "command": "0x00"
    },
    {
      "busId": "0x01",
      "slaveAddr": "0x57",
      "command": "0x00"
    },
    {
      "busId": "0x02",
      "slaveAddr": "0x40",
      "command": "0x00"
    },
    {
      "busId": "0x02",
      "slaveAddr": "0x49",
      "command": "0x00"
    },
    {
      "busId": "0x02",
      "slaveAddr": "0x51",
      "command": "0x00"
    },
    {
      "busId": "0x03",
      "slaveAddr": "0x44",
      "command": "0x00"
    },
    {
      "busId": "0x03",
      "slaveAddr": "0x68",
      "command": "0x00"
    },
    {
      "busId": "0x06",
      "slaveAddr": "0x40",
      "command": "0x00"
    },
    {
      "busId": "0x07",
      "slaveAddr": "0x51",
      "command": "0x00"
    }
  ]
}