r3436 - in trunk/src/host/qemu-neo1973: hw openmoko

andrew at sita.openmoko.org andrew at sita.openmoko.org
Sun Nov 18 23:48:32 CET 2007


Author: andrew
Date: 2007-11-18 23:48:31 +0100 (Sun, 18 Nov 2007)
New Revision: 3436

Modified:
   trunk/src/host/qemu-neo1973/hw/neo1973.c
   trunk/src/host/qemu-neo1973/openmoko/env
Log:
Move the kernel load buffer to 0x30800000 PA to increase max image size to 56 megs (recent OpenMoko-openmoko-devel-* images are 51 MB).


Modified: trunk/src/host/qemu-neo1973/hw/neo1973.c
===================================================================
--- trunk/src/host/qemu-neo1973/hw/neo1973.c	2007-11-18 14:25:17 UTC (rev 3435)
+++ trunk/src/host/qemu-neo1973/hw/neo1973.c	2007-11-18 22:48:31 UTC (rev 3436)
@@ -397,7 +397,7 @@
     s->cpu->env->regs[15] = S3C_SRAM_BASE;
 #else
     load_image("u-boot.bin", phys_ram_base + 0x03f80000);
-    load_image(s->kernel, phys_ram_base + 0x01000000);
+    load_image(s->kernel, phys_ram_base + 0x00800000);
     s->cpu->env->regs[15] = S3C_RAM_BASE | 0x03f80000;
 #endif
 

Modified: trunk/src/host/qemu-neo1973/openmoko/env
===================================================================
--- trunk/src/host/qemu-neo1973/openmoko/env	2007-11-18 14:25:17 UTC (rev 3435)
+++ trunk/src/host/qemu-neo1973/openmoko/env	2007-11-18 22:48:31 UTC (rev 3436)
@@ -14,7 +14,7 @@
 which gecho && echo=gecho
 export make echo
 
-kernel_addr=0x31000000
+kernel_addr=0x30800000
 splash_addr=0x36000000
 splash_size=0x5000
 





More information about the commitlog mailing list