summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Control/ChassisCapabilities.interface.yaml
blob: 2bfe6201f197c06d4017fcf93800df2cca9d70ca (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
description: >
    An interface for chassis capabilities defined in IPMI spec.
properties:
    - name: CapabilitiesFlags
      type: byte
      description: >
          Chassis capabilities flags. bit1= Provides front panel lockout,
          bit0 = Provides intrusion. All other bits reserved.
    - name: FRUDeviceAddress
      type: byte
      description: >
          Chassis FRU device address.
    - name: SDRDeviceAddress
      type: byte
      description: >
          Chassis SDR device address.
    - name: SELDeviceAddress
      type: byte
      description: >
          Chassis SEL device address.
    - name: SMDeviceAddress
      type: byte
      description: >
          Chassis SM device address.
    - name: BridgeDeviceAddress
      type: byte
      description: >
          Chassis Bridge device address.
OpenPOWER on IntegriCloud