blob: 378f5f4bddc2f75571163b884bda982a8e78cd08 [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: >
Patrick Williams8da396c2022-03-14 14:21:02 -050013 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 ).
Manikandan Elumalai51fabad2020-11-18 16:01:38 +053016 - name: MaxPosition
17 type: size
18 default: 0
19 flags:
20 - readonly
21 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -050022 Maximum number for position value.