Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6949
b: refs/heads/master
c: 0711962
h: refs/heads/master
i:
  6947: 16a4269
v: v3
  • Loading branch information
Ralf Baechle authored and Linus Torvalds committed Sep 5, 2005
1 parent 7126e5e commit cdae72f
Show file tree
Hide file tree
Showing 13 changed files with 840 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: 7901c7998267d9d8c3f1b226a8c8cfd7f8e48a01
refs/heads/master: 07119621e62de0a2c8db6e4896e762c498bfdd17
18 changes: 18 additions & 0 deletions trunk/arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,24 @@ config DDB5477_BUS_FREQUENCY
depends on DDB5477
default 0

config QEMU
bool "Support for Qemu"
select DMA_COHERENT
select GENERIC_ISA_DMA
select HAVE_STD_PC_SERIAL_PORT
select I8259
select ISA
select SWAP_IO_SPACE
select SYS_SUPPORTS_32BIT_KERNEL
select SYS_SUPPORTS_BIG_ENDIAN
help
Qemu is a software emulator which among other architectures also
can simulate a MIPS32 4Kc system. This patch adds support for the
system architecture that currently is being simulated by Qemu. It
will eventually be removed again when Qemu has the capability to
simulate actual MIPS hardware platforms. More information on Qemu
can be found at http://www.linux-mips.org/wiki/Qemu.

config SGI_IP22
bool "Support for SGI IP22 (Indy/Indigo2)"
select ARC
Expand Down
6 changes: 6 additions & 0 deletions trunk/arch/mips/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,12 @@ core-$(CONFIG_PMC_YOSEMITE) += arch/mips/pmc-sierra/yosemite/
cflags-$(CONFIG_PMC_YOSEMITE) += -Iinclude/asm-mips/mach-yosemite
load-$(CONFIG_PMC_YOSEMITE) += 0xffffffff80100000

# Qemu simulating MIPS32 4Kc
#
core-$(CONFIG_QEMU) += arch/mips/qemu/
cflags-$(CONFIG_QEMU) += -Iinclude/asm-mips/mach-qemu
load-$(CONFIG_QEMU) += 0xffffffff80010000

#
# Momentum Ocelot-3
#
Expand Down
Loading

0 comments on commit cdae72f

Please sign in to comment.