sh: Add setup code for various CPU subtypes.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 27 Sep 2006 08:30:35 +0000 (17:30 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 27 Sep 2006 08:30:35 +0000 (17:30 +0900)
commit7dec62e96b38e6c62490ea5dc6939dd8d680a8b8
tree57d3173abbafb5093cb639362358f788d57de2f1
parent237b98f61d02499ee248ae33cad616d950c15f49
sh: Add setup code for various CPU subtypes.

This adds some simple setup code for most of the CPU subtypes,
primarily simple platform device registration.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/cpu/sh3/Makefile
arch/sh/kernel/cpu/sh3/setup-sh7300.c [new file with mode: 0644]
arch/sh/kernel/cpu/sh3/setup-sh7705.c [new file with mode: 0644]
arch/sh/kernel/cpu/sh3/setup-sh7708.c [new file with mode: 0644]
arch/sh/kernel/cpu/sh3/setup-sh7709.c [new file with mode: 0644]
arch/sh/kernel/cpu/sh4/Makefile
arch/sh/kernel/cpu/sh4/setup-sh4-202.c [new file with mode: 0644]
arch/sh/kernel/cpu/sh4/setup-sh73180.c [new file with mode: 0644]
arch/sh/kernel/cpu/sh4/setup-sh7750.c [new file with mode: 0644]
arch/sh/kernel/cpu/sh4/setup-sh7760.c [new file with mode: 0644]
arch/sh/kernel/cpu/sh4/setup-sh7770.c [new file with mode: 0644]