upstream u-boot with additional patches for our devices/boards: https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ; Gbit ethernet patch for some LIME2 revisions ; with SPI flash support
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
u-boot/drivers/serial
Tom Rini e5e88c6596 Revert "dm: ns16550: Add support for reg-offset property" 9 years ago
..
Kconfig serial: dcc: Move driver to DM 9 years ago
Makefile stm32x7: add support for stm32x7 serial driver 9 years ago
altera_jtag_uart.c altera_jtag_uart: change ioremap to map_physmem 10 years ago
altera_uart.c altera_uart: change ioremap to map_physmem 10 years ago
arm_dcc.c serial: dcc: Move driver to DM 9 years ago
atmel_usart.c
atmel_usart.h
lpc32xx_hsuart.c serial: lpc32xx hsuart: port driver to driver model 9 years ago
mcfuart.c
ns16550.c Revert "dm: ns16550: Add support for reg-offset property" 9 years ago
sandbox.c Use correct spelling of "U-Boot" 9 years ago
serial-uclass.c dm: serial: Allow the UART driver to be dropped from the image 9 years ago
serial.c Fix typo: firstly -> first. 9 years ago
serial_arc.c dm: Use dev_get_addr() where possible 10 years ago
serial_bfin.c Use correct spelling of "U-Boot" 9 years ago
serial_efi.c debug_uart: Adjust the declaration of debug_uart_init() 10 years ago
serial_lpuart.c dm: lpuart: Drop the legacy code 9 years ago
serial_mxc.c serial_mxc: Fix setup of UARTx_UFCR register 9 years ago
serial_ns16550.c serial: Remove serial_putc_raw_dev 9 years ago
serial_pic32.c drivers: serial: add driver for Microchip PIC32 UART controller. 9 years ago
serial_pl01x.c arm: serial: Add debug UART capability to the pl01x driver 9 years ago
serial_pl01x_internal.h
serial_pxa.c serial: pxa: clean-up include file order 10 years ago
serial_s3c24x0.c s3c24xx: serial: Remove dead code 9 years ago
serial_s5p.c debug_uart: Adjust the declaration of debug_uart_init() 10 years ago
serial_sh.c
serial_sh.h serial: serial-sh: SCIFA interface for R-Car Gen2 SoCs 10 years ago
serial_stm32.c serial: serial_stm32: move clock config from driver to board 9 years ago
serial_stm32x7.c stm32x7: add support for stm32x7 serial driver 9 years ago
serial_stm32x7.h stm32x7: add support for stm32x7 serial driver 9 years ago
serial_uniphier.c serial: uniphier: drop platform data support 10 years ago
serial_xuartlite.c serial: uartlite: Add support for debug console 9 years ago
serial_zynq.c serial: zynq: Change logic in putc 9 years ago
usbtty.c
usbtty.h