[MIPS] Support for the R5500-based NEC EMMA2RH Mark-eins board
authordmitry pervushin <dpervushin@ru.mvista.com>
Sun, 21 May 2006 10:53:06 +0000 (14:53 +0400)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 19 Jun 2006 16:39:26 +0000 (17:39 +0100)
commit355c471f2ff324c21f8a1fb8e2e242a0f2a4aa68
tree8a491d03e865b9e16686004dea765a141e048219
parent4a0312fca6599299bbed944ce09278d90388a3e5
[MIPS] Support for the R5500-based NEC EMMA2RH Mark-eins board

Signed-off-by: dmitry pervushin <dpervushin@ru.mvista.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
21 files changed:
arch/mips/Kconfig
arch/mips/Makefile
arch/mips/configs/emma2rh_defconfig [new file with mode: 0644]
arch/mips/emma2rh/common/Makefile [new file with mode: 0644]
arch/mips/emma2rh/common/irq.c [new file with mode: 0644]
arch/mips/emma2rh/common/irq_emma2rh.c [new file with mode: 0644]
arch/mips/emma2rh/common/prom.c [new file with mode: 0644]
arch/mips/emma2rh/markeins/Makefile [new file with mode: 0644]
arch/mips/emma2rh/markeins/irq.c [new file with mode: 0644]
arch/mips/emma2rh/markeins/irq_markeins.c [new file with mode: 0644]
arch/mips/emma2rh/markeins/led.c [new file with mode: 0644]
arch/mips/emma2rh/markeins/platform.c [new file with mode: 0644]
arch/mips/emma2rh/markeins/setup.c [new file with mode: 0644]
arch/mips/pci/Makefile
arch/mips/pci/fixup-emma2rh.c [new file with mode: 0644]
arch/mips/pci/ops-emma2rh.c [new file with mode: 0644]
arch/mips/pci/pci-emma2rh.c [new file with mode: 0644]
include/asm-mips/bootinfo.h
include/asm-mips/emma2rh/emma2rh.h [new file with mode: 0644]
include/asm-mips/emma2rh/markeins.h [new file with mode: 0644]
include/asm-mips/mach-emma2rh/irq.h [new file with mode: 0644]