From 40b6f91151e7538ffeec5316300030140b09c16c Mon Sep 17 00:00:00 2001 From: Peter Chubb Date: Wed, 4 Jul 2012 10:43:33 +0000 Subject: 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 Signed-off-by: Peter Chubb Signed-off-by: Peter Maydell --- hw/arm/Makefile.objs | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/arm/Makefile.objs') diff --git a/hw/arm/Makefile.objs b/hw/arm/Makefile.objs index 0fdb8329e6..2f8ff9a514 100644 --- a/hw/arm/Makefile.objs +++ b/hw/arm/Makefile.objs @@ -35,6 +35,7 @@ obj-y += framebuffer.o obj-y += vexpress.o obj-y += strongarm.o obj-y += collie.o +obj-y += imx_serial.o obj-y += pl041.o lm4549.o obj-$(CONFIG_FDT) += ../device_tree.o -- cgit v1.2.3