source: branches/reconfiguration/platforms/tsar_generic_iob/conf/preloader_4c1p/Makefile @ 751

Last change on this file since 751 was 748, checked in by cfuguet, 10 years ago

reconfiguration: tsar_generic_iob distributed boot

  • Introducing optional distributed boot in the tsar_generic_iob platform.
  • To support this, a distributed boot ROM is instantiated in each cluster.
  • Physical address extension register for instructions and data of L1 caches is initialized with local cluster index when distributed boot is activated.
File size: 238 bytes
Line 
1PRELOADER_PATH := $(TSARPATH)/softs/tsar_boot
2ARGS           := " PLATFORM_DIR=$(PWD)"
3ARGS           += " SOCLIB=1"
4ARGS           += " USE_DT=0"
5
6all:
7        make -C $(PRELOADER_PATH) $(ARGS)
8
9clean:
10        make -C $(PRELOADER_PATH) $(ARGS) clean
11
Note: See TracBrowser for help on using the repository browser.