blob: 677b5f79a32f93382bb5f4638b41202ae95cfc9b [file] [log] [blame]
Manikandan Elumalai51fabad2020-11-18 16:01:38 +05301description: >
Patrick Williamsa1347412022-12-06 10:56:22 -06002 Host selector interface is used to keep the position of the host selector HW
3 switch as a property.This host selector position value decides which host or
4 bmc is currently selected in a multihost bmc system so that the power and
5 reset button events are routed to the currently selected host or bmc's power
6 control events.
Manikandan Elumalai51fabad2020-11-18 16:01:38 +05307
8properties:
9 - name: Position
10 type: size
11 default: 0
12 description: >
Patrick Williamsa1347412022-12-06 10:56:22 -060013 The current position of the selector. Position 1 to N selects Host
14 Instance t to N,Position 0 selects the BMC ( N is maximum number of
15 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.