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>
Showing
- arch/sh/Kconfig 40 additions, 3 deletionsarch/sh/Kconfig
- arch/sh/Makefile 3 additions, 0 deletionsarch/sh/Makefile
- arch/sh/boot/compressed/misc.c 2 additions, 1 deletionarch/sh/boot/compressed/misc.c
- arch/sh/kernel/Makefile 1 addition, 1 deletionarch/sh/kernel/Makefile
- arch/sh/kernel/cpu/Makefile 6 additions, 5 deletionsarch/sh/kernel/cpu/Makefile
- arch/sh/kernel/cpu/init.c 2 additions, 0 deletionsarch/sh/kernel/cpu/init.c
- arch/sh/kernel/cpu/irq/imask.c 4 additions, 1 deletionarch/sh/kernel/cpu/irq/imask.c
- arch/sh/kernel/cpu/irq/ipr.c 16 additions, 0 deletionsarch/sh/kernel/cpu/irq/ipr.c
- arch/sh/kernel/cpu/sh2/Makefile 2 additions, 1 deletionarch/sh/kernel/cpu/sh2/Makefile
- arch/sh/kernel/cpu/sh2/clock-sh7619.c 81 additions, 0 deletionsarch/sh/kernel/cpu/sh2/clock-sh7619.c
- arch/sh/kernel/cpu/sh2/probe.c 11 additions, 5 deletionsarch/sh/kernel/cpu/sh2/probe.c
- arch/sh/kernel/cpu/sh2/setup-sh7619.c 53 additions, 0 deletionsarch/sh/kernel/cpu/sh2/setup-sh7619.c
- arch/sh/kernel/cpu/sh2a/Makefile 10 additions, 0 deletionsarch/sh/kernel/cpu/sh2a/Makefile
- arch/sh/kernel/cpu/sh2a/clock-sh7206.c 85 additions, 0 deletionsarch/sh/kernel/cpu/sh2a/clock-sh7206.c
- arch/sh/kernel/cpu/sh2a/probe.c 39 additions, 0 deletionsarch/sh/kernel/cpu/sh2a/probe.c
- arch/sh/kernel/cpu/sh2a/setup-sh7206.c 58 additions, 0 deletionsarch/sh/kernel/cpu/sh2a/setup-sh7206.c
- arch/sh/kernel/setup.c 1 addition, 0 deletionsarch/sh/kernel/setup.c
- arch/sh/kernel/signal.c 7 additions, 3 deletionsarch/sh/kernel/signal.c
- arch/sh/kernel/timers/Makefile 2 additions, 0 deletionsarch/sh/kernel/timers/Makefile
- arch/sh/kernel/timers/timer-cmt.c 256 additions, 0 deletionsarch/sh/kernel/timers/timer-cmt.c
Loading
Please register or sign in to comment