sh: Add SH7785 Highlander board support (R7785RP).
authorPaul Mundt <lethal@linux-sh.org>
Mon, 12 Mar 2007 05:38:59 +0000 (14:38 +0900)
committerPaul Mundt <lethal@hera.kernel.org>
Mon, 7 May 2007 02:10:53 +0000 (02:10 +0000)
commit32351a28a7e1f2c68afbe559dd35e1ad0301be6d
tree289c28c605da6876125fa2105d880860b88b5017
parentbe782df54c51b50dd4dbc363a5a5afa04565fc60
sh: Add SH7785 Highlander board support (R7785RP).

This adds preliminary support for the SH7785-based Highlander board.
Some of the Highlander support code is reordered so that most of it
can be reused directly.

This also plugs in missing SH7785 checks in the places that need it,
as this is the first board to support the CPU.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
27 files changed:
arch/sh/Kconfig
arch/sh/Makefile
arch/sh/boards/renesas/r7780rp/Kconfig
arch/sh/boards/renesas/r7780rp/Makefile
arch/sh/boards/renesas/r7780rp/irq-r7780rp.c [new file with mode: 0644]
arch/sh/boards/renesas/r7780rp/irq-r7785rp.c [new file with mode: 0644]
arch/sh/boards/renesas/r7780rp/irq.c
arch/sh/boards/renesas/r7780rp/setup.c
arch/sh/configs/r7785rp_defconfig [new file with mode: 0644]
arch/sh/drivers/Kconfig
arch/sh/drivers/pci/Makefile
arch/sh/drivers/pci/ops-r7780rp.c
arch/sh/drivers/pci/pci-sh4.h
arch/sh/drivers/pci/pci-sh7780.c
arch/sh/drivers/pci/pci-sh7780.h
arch/sh/kernel/cpu/irq/intc2.c
arch/sh/kernel/cpu/sh4/probe.c
arch/sh/kernel/cpu/sh4a/Makefile
arch/sh/kernel/cpu/sh4a/clock-sh7785.c [new file with mode: 0644]
arch/sh/kernel/cpu/sh4a/setup-sh7785.c [new file with mode: 0644]
arch/sh/kernel/timers/timer-tmu.c
arch/sh/tools/mach-types
drivers/serial/sh-sci.c
drivers/serial/sh-sci.h
include/asm-sh/cpu-sh4/freq.h
include/asm-sh/pci.h
include/asm-sh/r7780rp.h