m68knommu: Add support for the Coldfire 5251/5253
authorSteven King <sfking@fdwdc.com>
Tue, 5 Jun 2012 15:23:08 +0000 (08:23 -0700)
committerGreg Ungerer <gerg@uclinux.org>
Sun, 15 Jul 2012 23:59:21 +0000 (09:59 +1000)
commit04e037aa4e5f71d11c004e844339d385a89733f6
tree34f27c90251f7770e1bcbdcf3244b6b8b9dc7b85
parenteac57949947fa24f47a2e993a1dbbfdb573b4301
m68knommu: Add support for the Coldfire 5251/5253

Basic support for the Coldfire 5251/5253.

Signed-off-by: Steven king <sfking@fdwdc.com>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/Kconfig.cpu
arch/m68k/Makefile
arch/m68k/include/asm/dma.h
arch/m68k/include/asm/m525xsim.h [new file with mode: 0644]
arch/m68k/include/asm/mcfgpio.h
arch/m68k/include/asm/mcfsim.h
arch/m68k/include/asm/mcfuart.h
arch/m68k/platform/coldfire/Makefile
arch/m68k/platform/coldfire/head.S
arch/m68k/platform/coldfire/intc-525x.c [new file with mode: 0644]
arch/m68k/platform/coldfire/m525x.c [new file with mode: 0644]