sh: migor board support
authorMagnus Damm <magnus.damm@gmail.com>
Wed, 6 Feb 2008 15:38:24 +0000 (00:38 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 14 Feb 2008 05:22:08 +0000 (14:22 +0900)
commit70f784ec1ddacf8e17da2663f842efac029da796
tree882a454fd01edcb27e1aacba57d301333f61e932
parent5d0e146493a3306b931338ac030bc7a8de40c066
sh: migor board support

This patch adds basic support for the Migo-R board.

Only simple stuff provided by the cpu specific sh7722 code is in place now,
like serial console port, timers and usb gadget. There is also partial support
for the smc91c111 ethernet controller - unfortunately some driver header file
also needs patching (not included here) to make the driver get IRQ sense
information from the platform data.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Kconfig
arch/sh/Makefile
arch/sh/boards/renesas/migor/Makefile [new file with mode: 0644]
arch/sh/boards/renesas/migor/setup.c [new file with mode: 0644]
arch/sh/configs/migor_defconfig [new file with mode: 0644]