Lines Matching +full:panel +full:- +full:specific

1 # Multi-host front panel phosphor buttons interface
15 phosphor-buttons currently only support push type buttons.support for different
28 corresponding to platform specific hardware buttons/MUX/Switches which are
29 available in the front panel apart from existing power and reset button
34 The front panel of bmc has buttons like power button, reset button in general
38 +----------------------------------------------+
40 | Front panel |
42 | +--------------+ +--------------+ |
46 | +--------------+ +--------------+ |
51 +----------------------------------------------+
54 platform specific front panel may contain additional hardware buttons or mux
57 example for a multihost platform yosemite-V2 it has host selector switch mux as
58 additional button in front panel.
61 +---------------------------+ +------------+
63 | yv2 front panel | power/ ---------+| host 1 |
65 | +----------------+ | control | +------------+
67 | | power button |-+ | | +------------+
69 | +----------------+ | | |--------+| host 2 |
71 | | | | +------------+
72 | | | +---------------+ |
73 | +----------------+ | | | host | | +-------------+
74 | | | | | | selector |------+ | |
75 | | reset button --|--------+ switch | |---------+ host 3 |
76 | | | | +---------------+ | | |
77 | +----------------+ | | +-------------+
79 | | | +------------+
81 | +----------------+ | |----------+ host 4 |
82 | | serial console +---------------------------------| | |
83 | | mux switch | | | +------------+
85 | +----------------+ | | +-----------+
86 | | +-----------| BMC |
88 +---------------------------+ +-----------+
99 possible switch values can vary from 0 to 10. The specific mapping between gpio
143 The host selector button purpose is same as that of the front panel host
144 selector switch in yosemitev2 front panel. The debug card host selector button
145 (push button) has different gpio lines than that of front panel host selector
162 methods to allow platform specific logic if needed in a derived class.
164 - init() - This method may have gpio configuration and event handler
167 - handleEvent() - This method may have custom event handling routines for the
174 button interface monitors these 4 gpio io events as sd-event based event loop
182 1. Position(property) - This is the property which holds the current value of
185 2. MaxPosition(property) - This is the property which keeps the maximum number
194 selection button press and release event via sd-event based loop.
198 1. Released(signal) - This is signal is triggered in the ocp debug card event
219 0 - bmc serial console 1 - host 1 serial console 2 - host 2 serial console 3 -
220 host 3 serial console 4 - host 4 serial console