summaryrefslogtreecommitdiffstats
path: root/meta-openpower/common/recipes-phosphor/ipmi/openpower-ipmi-oem-sensor-inventory-mrw/openpower-config.yaml
blob: cf61b0521baf5313bb73d4645c5ba73b5b864e97 (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
occ_active_sensor:
  serviceInterface: org.freedesktop.DBus.Properties
  readingType: assertion
  mutability: Mutability::Write|Mutability::Read
  sensorNamePattern: nameLeaf
  interfaces:
    org.open_power.OCC.Status:
      OccActive:
        Offsets:
          0x00:
            type: "bool"
            assert: "false"
            deassert: "true"
          0x01:
            type: "bool"
            assert: "true"
            deassert: "false"

hb_volatile_sensor:
  path: /org/open_power/control/volatile
  serviceInterface: org.freedesktop.DBus.Properties
  readingType: assertion
  mutability: Mutability::Write|Mutability::Read
  sensorNamePattern: nameLeaf
  interfaces:
    xyz.openbmc_project.Object.Enable:
      Enabled:
        Offsets:
          0x00:
            type: "bool"
            assert: false
          0x01:
            type: "bool"
            assert: true
OpenPOWER on IntegriCloud