[U-Boot] [PATCH v2 0/3] nios2: convert altera_jtag_uart to driver model

Thomas Chou thomas at wytron.com.tw
Sun Sep 13 15:40:03 CEST 2015


Update the dts and convert altera_jtag_uart to driver model.

v2
  add ioremap.
  make the change to dts compatible with linux.

Thomas Chou (3):
  nios2: map physical address to uncached virtual address
  nios2: remove bridges in device tree
  nios2: convert altera_jtag_uart to driver model

 arch/nios2/cpu/interrupts.c       |   4 +-
 arch/nios2/dts/3c120_devboard.dts | 162 ++++++++++++++++++--------------------
 arch/nios2/include/asm/io.h       |   5 ++
 configs/nios2-generic_defconfig   |   3 +
 drivers/serial/Kconfig            |  13 +++
 drivers/serial/altera_jtag_uart.c | 125 ++++++++++++++++-------------
 include/configs/nios2-generic.h   |   3 -
 7 files changed, 168 insertions(+), 147 deletions(-)

-- 
2.1.4



More information about the U-Boot mailing list