Skip to content

Commit

Permalink
[MIPS] Support for the R5500-based NEC EMMA2RH Mark-eins board
Browse files Browse the repository at this point in the history
Signed-off-by: dmitry pervushin  <dpervushin@ru.mvista.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
dmitry pervushin authored and Ralf Baechle committed Jun 19, 2006
1 parent 4a0312f commit 355c471
Show file tree
Hide file tree
Showing 21 changed files with 3,118 additions and 0 deletions.
19 changes: 19 additions & 0 deletions arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,20 @@ config QEMU
simulate actual MIPS hardware platforms. More information on Qemu
can be found at http://www.linux-mips.org/wiki/Qemu.

config MARKEINS
bool "Support for NEC EMMA2RH Mark-eins"
select DMA_NONCOHERENT
select HW_HAS_PCI
select IRQ_CPU
select SWAP_IO_SPACE
select SYS_SUPPORTS_32BIT_KERNEL
select SYS_SUPPORTS_BIG_ENDIAN
select SYS_SUPPORTS_LITTLE_ENDIAN
select SYS_HAS_CPU_R5000
help
This enables support for the R5432-based NEC Mark-eins
boards with R5500 CPU.

config SGI_IP22
bool "SGI IP22 (Indy/Indigo2)"
select ARC
Expand Down Expand Up @@ -968,6 +982,11 @@ config SOC_PNX8550
config SWAP_IO_SPACE
bool

config EMMA2RH
bool
depends on MARKEINS
default y

#
# Unfortunately not all GT64120 systems run the chip at the same clock.
# As the user for the clock rate and try to minimize the available options.
Expand Down
9 changes: 9 additions & 0 deletions arch/mips/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,15 @@ libs-$(CONFIG_PNX8550_JBS) += arch/mips/philips/pnx8550/jbs/
#cflags-$(CONFIG_PNX8550_JBS) += -Iinclude/asm-mips/mach-pnx8550
load-$(CONFIG_PNX8550_JBS) += 0xffffffff80060000

# NEC EMMA2RH boards
#
core-$(CONFIG_EMMA2RH) += arch/mips/emma2rh/common/
cflags-$(CONFIG_EMMA2RH) += -Iinclude/asm-mips/mach-emma2rh

# NEC EMMA2RH Mark-eins
core-$(CONFIG_MARKEINS) += arch/mips/emma2rh/markeins/
load-$(CONFIG_MARKEINS) += 0xffffffff88100000

#
# SGI IP22 (Indy/Indigo2)
#
Expand Down
Loading

0 comments on commit 355c471

Please sign in to comment.