Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27689
b: refs/heads/master
c: 355c471
h: refs/heads/master
i:
  27687: 2537ceb
v: v3
  • Loading branch information
dmitry pervushin authored and Ralf Baechle committed Jun 19, 2006
1 parent bc43752 commit d07a9e5
Show file tree
Hide file tree
Showing 22 changed files with 3,119 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4a0312fca6599299bbed944ce09278d90388a3e5
refs/heads/master: 355c471f2ff324c21f8a1fb8e2e242a0f2a4aa68
19 changes: 19 additions & 0 deletions trunk/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 trunk/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 d07a9e5

Please sign in to comment.