summaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-05-22 03:57:41 +0000
committerTom Rini <trini@ti.com>2013-07-24 09:51:04 -0400
commitac12984de8e2239a19c054ffcc615ad4a2e57cc4 (patch)
tree43974dc29368adf9c5ff9bc97db2b87a871161f3 /arch/mips
parent52caee0f36d86c660b7e139d29db01eac04274bd (diff)
downloadtalos-obmc-uboot-ac12984de8e2239a19c054ffcc615ad4a2e57cc4.tar.gz
talos-obmc-uboot-ac12984de8e2239a19c054ffcc615ad4a2e57cc4.zip
MIPS: qemu-malta: setup GT64120 registers as done by YAMON
Move the GT64120 register base to 0x1be00000 and setup PCI BAR registers as done by the original YAMON bootloader. This is needed for running Linux kernel. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Cc: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/include/asm/malta.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/include/asm/malta.h b/arch/mips/include/asm/malta.h
index ab951e6b66..d4d44a299f 100644
--- a/arch/mips/include/asm/malta.h
+++ b/arch/mips/include/asm/malta.h
@@ -9,10 +9,12 @@
#ifndef _MIPS_ASM_MALTA_H
#define _MIPS_ASM_MALTA_H
-#define MALTA_IO_PORT_BASE 0x10000000
+#define MALTA_IO_PORT_BASE 0x18000000
#define MALTA_UART_BASE (MALTA_IO_PORT_BASE + 0x3f8)
+#define MALTA_GT_BASE 0x1be00000
+
#define MALTA_RESET_BASE 0x1f000500
#define GORESET 0x42
OpenPOWER on IntegriCloud