Last change
on this file since 751 was
748,
checked in by cfuguet, 9 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
|
Rev | Line | |
---|
[748] | 1 | PRELOADER_PATH := $(TSARPATH)/softs/tsar_boot |
---|
| 2 | ARGS := " PLATFORM_DIR=$(PWD)" |
---|
| 3 | ARGS += " SOCLIB=1" |
---|
| 4 | ARGS += " USE_DT=0" |
---|
| 5 | |
---|
| 6 | all: |
---|
| 7 | make -C $(PRELOADER_PATH) $(ARGS) |
---|
| 8 | |
---|
| 9 | clean: |
---|
| 10 | make -C $(PRELOADER_PATH) $(ARGS) clean |
---|
| 11 | |
---|
Note: See
TracBrowser
for help on using the repository browser.