i.MX: UART support
commit40b6f91151e7538ffeec5316300030140b09c16c
authorPeter Chubb <peter.chubb@nicta.com.au>
Wed, 4 Jul 2012 10:43:33 +0000 (4 10:43 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 4 Jul 2012 10:43:33 +0000 (4 10:43 +0000)
treedaaa738df2238c65094146bda6eb2ed569a8089b
parent7bdf43a7538f3c198338e41255fdbe1a851f2203
i.MX: UART support

Implement the Freescale i.MX UART.  This uart is used in a variety of
SoCs, including some by Motorola, as well as in the Freescale i.MX
series.

This patch gives only a `bare-bones' implementation, enough to run Linux
or OKL4, but that's about it.

Signed-off-by: Philip O'Sullivan <philipo@ok-labs.com>
Signed-off-by: Peter Chubb <peter.chubb@nicta.com.au>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/Makefile.objs
hw/imx.h [new file with mode: 0644]
hw/imx_serial.c [new file with mode: 0644]