Lines Matching +full:vf610 +full:- +full:lpuart

11 	  Select a default baudrate, where "default" has a driver-specific
19 # non-dm serial code
32 In very space-constrained devices even the full UART driver is too
34 This option enables the full UART in U-Boot, so if is it disabled,
42 In very space-constrained devices even the full UART driver is too
105 The debug UART is intended for use very early in U-Boot to debug
109 - Make sure your UART supports this interface
110 - Enable CONFIG_DEBUG_UART
111 - Enable the CONFIG for your UART to tell it to provide this interface
113 - Define the required settings as needed (see below)
114 - Call debug_uart_init() before use
115 - Call debug_uart_putc() to output a character
161 be available until the real driver-model serial is running.
184 U-Boot when running on top of EFI (Extensive Firmware Interface).
192 be available until the real driver-model serial is running.
200 be available until the real driver-model serial is running.
207 be available until the real driver-model serial is running.
225 be available until the real driver-model serial is running.
232 be available until the real driver-model serial is running.
275 bool "UniPhier on-chip UART"
278 Select this to enable a debug UART using the UniPhier on-chip UART.
280 driver will be available until the real driver-model serial is
296 This is the base address of your UART for memory-mapped UARTs.
320 registers, 2=32-bit word registers, etc.
323 bool "Enable board-specific debug UART init"
339 U-Boot has the UART ready for use (i.e. your code calls
347 initialized by the time U-Boot starts its execution.
388 doc/device-tree-bindings/serial/qca,ar9330-uart.txt.
404 bool "Freescale LPUART support"
406 Select this to enable a Low Power UART for Freescale VF610 and
424 bool "Support for Microchip PIC32 on-chip UART"
450 bool "Rockchip on-chip UART support"
454 CONFIG_SPL_OF_PLATDATA (i.e. a compiled-in device tree replacemenmt).
455 This uses the ns16550 driver, converting the platdata from of-platdata
466 U-Boot.
468 The operation of the console is controlled by the -t command-line
469 flag. In raw mode, U-Boot sees all characters from the terminal
470 before they are processed, including Ctrl-C. In cooked mode, Ctrl-C
471 is processed by the terminal, and terminates U-Boot. Valid options
474 -t raw-with-sigs Raw mode, Ctrl-C will terminate U-Boot
475 -t raw Raw mode, Ctrl-C is processed by U-Boot
476 -t cooked Cooked mode, Ctrl-C terminates
487 bool "Support for UniPhier on-chip UART"
491 If you have a UniPhier based board and want to use the on-chip
505 If you have an Amlogic Meson based board and want to use the on-chip
509 bool "Qualcomm on-chip UART"
524 bool "STMicroelectronics on-chip UART"
532 bool "STMicroelectronics STM32 SoCs on-chip UART"