ppc4xx: Rework of 4xx serial driver (1)
authorStefan Roese <sr@denx.de>
Mon, 22 Oct 2007 13:09:59 +0000 (15:09 +0200)
committerStefan Roese <sr@denx.de>
Wed, 31 Oct 2007 20:20:50 +0000 (21:20 +0100)
commitad31e40bed042cb670d0036fea96435007afb838
treeb26a22f6d327c1fabc858e544e96bcf571fbc69a
parent764e7417ee5f6e25b1715720e7d7dd3487109385
ppc4xx: Rework of 4xx serial driver (1)

This patch starts the rework of the PPC4xx serial driver. First we split
the file into two seperate files, one 4xx_uart.c with the 405/440 UART
handling code and the other one iop480_uart.c with the UART code for the
PLX-Tech IOP480 PPC (PPC403 based).

Signed-off-by: Stefan Roese <sr@denx.de>
cpu/ppc4xx/4xx_uart.c [moved from cpu/ppc4xx/serial.c with 77% similarity]
cpu/ppc4xx/Makefile
cpu/ppc4xx/iop480_uart.c [new file with mode: 0644]