sh: Add support for SH7206 and SH7619 CPU subtypes.
authorYoshinori Sato <ysato@users.sourceforge.jp>
Sun, 5 Nov 2006 06:40:13 +0000 (15:40 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 6 Dec 2006 01:45:36 +0000 (10:45 +0900)
commit9d4436a6fbc8c5eccdfcb8f5884e0a7b4a57f6d2
treea8b7532fffa76ae526dea547cc87200466e00842
parente62438630ca37539c8cc1553710bbfaa3cf960a7
sh: Add support for SH7206 and SH7619 CPU subtypes.

This implements initial support for the SH7206 (SH-2A) and SH7619
(SH-2) MMU-less CPUs.

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
26 files changed:
arch/sh/Kconfig
arch/sh/Makefile
arch/sh/boot/compressed/misc.c
arch/sh/kernel/Makefile
arch/sh/kernel/cpu/Makefile
arch/sh/kernel/cpu/init.c
arch/sh/kernel/cpu/irq/imask.c
arch/sh/kernel/cpu/irq/ipr.c
arch/sh/kernel/cpu/sh2/Makefile
arch/sh/kernel/cpu/sh2/clock-sh7619.c [new file with mode: 0644]
arch/sh/kernel/cpu/sh2/probe.c
arch/sh/kernel/cpu/sh2/setup-sh7619.c [new file with mode: 0644]
arch/sh/kernel/cpu/sh2a/Makefile [new file with mode: 0644]
arch/sh/kernel/cpu/sh2a/clock-sh7206.c [new file with mode: 0644]
arch/sh/kernel/cpu/sh2a/probe.c [new file with mode: 0644]
arch/sh/kernel/cpu/sh2a/setup-sh7206.c [new file with mode: 0644]
arch/sh/kernel/setup.c
arch/sh/kernel/signal.c
arch/sh/kernel/timers/Makefile
arch/sh/kernel/timers/timer-cmt.c [new file with mode: 0644]
arch/sh/kernel/timers/timer-mtu2.c [new file with mode: 0644]
arch/sh/kernel/timers/timer.c
arch/sh/mm/Kconfig
arch/sh/mm/cache-sh2.c
arch/sh/tools/mach-types
drivers/serial/sh-sci.h