blob: 83a5362b74198204ae86d220e3c36ed965eda886 [file] [log] [blame]
Yong Li51f90372018-11-01 13:03:02 +08001description: >
2 An interface for chassis capabilities defined in IPMI spec.
3properties:
4 - name: CapabilitiesFlags
5 type: byte
6 description: >
Karthick Sundarrajana8cc7022019-11-26 12:14:36 -08007 Note: Please use the individual bit fields for Capabilities Flags
Patrick Williamsa1347412022-12-06 10:56:22 -06008 going forward. This common byte representation is deprecated. Chassis
9 capabilities flags. bit1= Provides front panel lockout, bit0 =
10 Provides intrusion. All other bits reserved.
Karthick Sundarrajana8cc7022019-11-26 12:14:36 -080011 - name: ChassisIntrusionEnabled
12 type: boolean
13 description: >
14 Chassis Provides intrusion (physical security) sensor.
15 - name: ChassisFrontPanelLockoutEnabled
16 type: boolean
17 description: >
18 Chassis Provides front panel lockout.
19 - name: ChassisNMIEnabled
20 type: boolean
21 description: >
22 Chassis Provides Diagnostic Interrupt (FP NMI).
23 - name: ChassisPowerInterlockEnabled
24 type: boolean
25 description: >
26 Chassis Provides Power Interlock.
Yong Li51f90372018-11-01 13:03:02 +080027 - name: FRUDeviceAddress
28 type: byte
29 description: >
30 Chassis FRU device address.
31 - name: SDRDeviceAddress
32 type: byte
33 description: >
34 Chassis SDR device address.
35 - name: SELDeviceAddress
36 type: byte
37 description: >
38 Chassis SEL device address.
39 - name: SMDeviceAddress
40 type: byte
41 description: >
42 Chassis SM device address.
43 - name: BridgeDeviceAddress
44 type: byte
45 description: >
46 Chassis Bridge device address.