Changeset 4177
- Timestamp:
- 03/07/08 02:14:43 (5 years ago)
- Location:
- trunk/src/host/qemu-neo1973
- Files:
-
- 2 edited
-
hw/neo1973.c (modified) (2 diffs)
-
openmoko/env (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/host/qemu-neo1973/hw/neo1973.c
r4037 r4177 627 627 #else 628 628 load_image("u-boot.bin", phys_ram_base + 0x03f80000); 629 load_image(s->kernel, phys_ram_base + 0x00 800000);629 load_image(s->kernel, phys_ram_base + 0x00100000); 630 630 631 631 s->cpu->env->regs[15] = S3C_RAM_BASE | 0x03f80000; … … 633 633 if (strstr(s->kernel, "u-boot")) { /* FIXME */ 634 634 /* Exploit preboot-override to set up an initial environment */ 635 stl_raw(phys_ram_base + 0x03f80040, S3C_RAM_BASE | 0x00 7fff00);636 strcpy(phys_ram_base + 0x00 7fff00,635 stl_raw(phys_ram_base + 0x03f80040, S3C_RAM_BASE | 0x000fff00); 636 strcpy(phys_ram_base + 0x000fff00, 637 637 "setenv stdin serial; " 638 638 "setenv stdout serial; " 639 639 "setenv stderr serial; "); 640 /* Disable ENV pre-load */ 641 stl_raw(phys_ram_base + 0x03f80044, 0x00000000); 640 642 } 641 643 #endif -
trunk/src/host/qemu-neo1973/openmoko/env
r3959 r4177 19 19 qemu_cmd () { $script_dir/qemu-cmd.pl "$qemu_monitor" "$*"; } 20 20 21 kernel_addr=0x30 80000021 kernel_addr=0x30100000 22 22 splash_addr=0x36000000 23 23 splash_size=0x5000 … … 29 29 30 30 download_dir="http://buildhost.openmoko.org/daily/neo1973/deploy/glibc/images/neo1973/" 31 dev_download_dir=" http://buildhost.openmoko.org/snapshots/2007.08/images/"31 dev_download_dir="$download_dir" 32 32 backup_download_dir="http://buildhost.automated.it/OM2007.2/"
Note: See TracChangeset
for help on using the changeset viewer.
