Ignore:
Timestamp:
Jun 25, 2013, 5:16:29 PM (11 years ago)
Author:
porquet
Message:

various modifications to the platform

  • make simulation parameters a structure instead of global variables
  • choice between tsar_boot and dummy_boot (linux directly loaded in RAM)
  • change the default target (current target 0, the memcache, doesn't handle errors properly)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/v4/platforms/tsarv4_mono_mmu_ioc/Makefile

    r419 r420  
    1212        soclib-cc $(SOCLIB_CC_ARGS) -P -p $(SOCLIB_DESC) -o $(SIMULATOR_BINARY)
    1313
     14run_tsar_boot: all tsar_boot.bin disk.img
     15        $(SIMULATOR_CMD) --rom tsar_boot.bin --dsk disk.img
     16
     17run_dummy_boot: all vmlinux disk.img
     18        $(SIMULATOR_CMD) --rom vmlinux --dsk disk.img --dummy-boot
     19
    1420cscope.out:
    1521        soclib-cc -p $(SOCLIB_DESC) --tags
Note: See TracChangeset for help on using the changeset viewer.