summaryrefslogtreecommitdiffstats
path: root/cpu/ppc4xx/iop480_uart.c
Commit message (Collapse)AuthorAgeFilesLines
* ppc4xx: Consolidate PPC4xx UIC definesStefan Roese2008-07-111-1/+0
| | | | | | | | | This patch is the first step to consolidate the UIC related defines in the 4xx headers. Move header from asm-ppc/ppc4xx-intvec.h to asm-ppc/ppc4xx-uic.h as it will hold all UIC related defines in the next steps. Signed-off-by: Stefan Roese <sr@denx.de>
* ppc4xx: Move cpu/ppc4xx/vecnum.h into include pathMatthias Fuchs2008-01-091-1/+1
| | | | | | | This patch allows the use of 4xx interrupt vector number defines in board specific code outside cpu/ppc4xx. Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
* ppc4xx: Rework of 4xx serial driver (1)Stefan Roese2007-10-311-0/+238
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>
OpenPOWER on IntegriCloud