blob: 397460e6f05c668949bc609e79d44ba4b38019a6 [file] [log] [blame]
Manikandan Elumalai51fabad2020-11-18 16:01:38 +05301description: >
2 Host selector interface is used to keep the position of the host
3 selector HW switch as a property.This host selector position value
4 decides which host or bmc is currently selected in a multihost bmc
5 system so that the power and reset button events are routed to
6 the currently selected host or bmc's power control events.
7
8properties:
9 - name: Position
10 type: size
11 default: 0
12 description: >
13 The current position of the selector. Position 1 to N selects
14 Host Instance t to N,Position 0 selects the BMC
15 ( N is maximum number of hosts ).
16 - name: MaxPosition
17 type: size
18 default: 0
19 flags:
20 - readonly
21 description: >
22 Maximum number for position value.