[ARM] 4461/1: MXC platform and i.MX31ADS core support
This patch adds the foundation pieces for the Freescale MXC platforms, including i.MX2 and i.MX3 based systems. The bare-bones MX31 support in this patch boots to the rootdev panic with 8250 serial console configured "console=ttyS0,115200". It assumes that Redboot is the boot loader. Signed-off-by: NQuinn Jensen <quinn.jensen@freescale.com> Acked-by: NLennert Buytenhek <buytenh@wantstofly.org> Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
Showing
arch/arm/mach-mx3/Kconfig
0 → 100644
arch/arm/mach-mx3/Makefile
0 → 100644
arch/arm/mach-mx3/Makefile.boot
0 → 100644
arch/arm/mach-mx3/mm.c
0 → 100644
arch/arm/mach-mx3/mx31ads.c
0 → 100644
arch/arm/mach-mx3/time.c
0 → 100644
arch/arm/plat-mxc/Kconfig
0 → 100644
arch/arm/plat-mxc/Makefile
0 → 100644
arch/arm/plat-mxc/irq.c
0 → 100644
include/asm-arm/arch-mxc/common.h
0 → 100644
include/asm-arm/arch-mxc/dma.h
0 → 100644
include/asm-arm/arch-mxc/io.h
0 → 100644
include/asm-arm/arch-mxc/irqs.h
0 → 100644
include/asm-arm/arch-mxc/memory.h
0 → 100644
include/asm-arm/arch-mxc/mx31.h
0 → 100644
include/asm-arm/arch-mxc/mxc.h
0 → 100644
include/asm-arm/arch-mxc/system.h
0 → 100644
include/asm-arm/arch-mxc/timex.h
0 → 100644
想要评论请 注册 或 登录