[U-Boot] [PATCH v3 0/2] nios2: convert altera_jtag_uart to driver model
Thomas Chou
thomas at wytron.com.tw
Tue Sep 15 09:28:44 CEST 2015
Update the dts and convert altera_jtag_uart to driver model.
v2
add ioremap.
make the change to dts compatible with linux.
v3
use fdt address translation patch from Stefan Roese.
fix watchdog and loop as Marek suggested.
Thomas Chou (2):
nios2: map physical address to uncached virtual address
nios2: convert altera_jtag_uart to driver model
arch/nios2/cpu/interrupts.c | 4 +-
arch/nios2/dts/3c120_devboard.dts | 5 ++
arch/nios2/include/asm/io.h | 5 ++
configs/nios2-generic_defconfig | 3 +
drivers/serial/Kconfig | 13 +++++
drivers/serial/altera_jtag_uart.c | 112 ++++++++++++++++++++++----------------
include/configs/nios2-generic.h | 3 -
7 files changed, 93 insertions(+), 52 deletions(-)
--
2.1.4
More information about the U-Boot
mailing list