Yong Li | 51f9037 | 2018-11-01 13:03:02 +0800 | [diff] [blame] | 1 | description: > |
| 2 | An interface for chassis capabilities defined in IPMI spec. |
| 3 | properties: |
| 4 | - name: CapabilitiesFlags |
| 5 | type: byte |
| 6 | description: > |
Karthick Sundarrajan | a8cc702 | 2019-11-26 12:14:36 -0800 | [diff] [blame] | 7 | Note: Please use the individual bit fields for Capabilities Flags |
| 8 | going forward. This common byte representation is deprecated. |
Yong Li | 51f9037 | 2018-11-01 13:03:02 +0800 | [diff] [blame] | 9 | Chassis capabilities flags. bit1= Provides front panel lockout, |
| 10 | bit0 = Provides intrusion. All other bits reserved. |
Karthick Sundarrajan | a8cc702 | 2019-11-26 12:14:36 -0800 | [diff] [blame] | 11 | - 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 Li | 51f9037 | 2018-11-01 13:03:02 +0800 | [diff] [blame] | 27 | - 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. |