]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf090a7821df40e8f59379dda6dc79027621d3e38
tree882a454fd01edcb27e1aacba57d301333f61e932
parent2bb4af31c09458da34bdd99f3d388b6919a11879
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]