MIPS: Alchemy: Add basic support for the GPR board
authorWolfgang Grandegger <wg@grandegger.com>
Thu, 15 Jul 2010 09:21:23 +0000 (11:21 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 5 Aug 2010 12:26:09 +0000 (13:26 +0100)
commitcb8f55b9207df96ccc332748eb3d154cd2e8014f
tree7bb11d3b2b30daa660f8c040472b498d90b5bf74
parentf66736532a6bc593a2d7cda68835a79c23836f1b
MIPS: Alchemy: Add basic support for the GPR board

From: Wolfgang Grandegger <wg@denx.de>

Add basic support for the General Purpose Router (GPR) board from
Trapeze ITS.

Signed-off-by: Wolfgang Grandegger <wg@denx.de>
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/1460/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/alchemy/Kconfig
arch/mips/alchemy/Platform
arch/mips/alchemy/gpr/Makefile [new file with mode: 0644]
arch/mips/alchemy/gpr/board_setup.c [new file with mode: 0644]
arch/mips/alchemy/gpr/init.c [new file with mode: 0644]
arch/mips/alchemy/gpr/platform.c [new file with mode: 0644]
arch/mips/configs/gpr_defconfig [new file with mode: 0644]