]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
nios2: Move serial drivers to individual files in drivers/serial
authorScott McNutt <smcnutt@psyent.com>
Fri, 19 Mar 2010 23:03:28 +0000 (19:03 -0400)
committerScott McNutt <smcnutt@psyent.com>
Fri, 2 Apr 2010 16:28:40 +0000 (12:28 -0400)
commitc9d4f46b5d639a45747d5eaabd31d35856cb918f
tree41f2cf126f8371bffc10e382464e219bc6294a5d
parentffa37fc98d71ef930bccd4e9eed37f6ce6b4d6af
nios2: Move serial drivers to individual files in  drivers/serial

   The standard Altera UART & JTAG UART as well as the OpenCores
   YANU driver are now in individual files in drivers/serial
   rather than a single file uner cpu/nios2.

Signed-off-by: Scott McNutt <smcnutt@psyent.com>
cpu/nios2/Makefile
drivers/serial/Makefile
drivers/serial/altera_jtag_uart.c [new file with mode: 0644]
drivers/serial/altera_uart.c [new file with mode: 0644]
drivers/serial/opencores_yanu.c [moved from cpu/nios2/serial.c with 64% similarity]
include/configs/EP1C20.h
include/configs/EP1S10.h
include/configs/EP1S40.h
include/configs/PCI5441.h
include/configs/PK1C20.h