Changeset 302 for trunk/softs/tsar_boot/README.txt
- Timestamp:
- Feb 26, 2013, 9:19:41 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/tsar_boot/README.txt
r292 r302 4 4 =============================================================================== 5 5 src/ Source files 6 6 The entry point of this boot loader is the file reset.S 7 7 8 8 include/ Header files … … 13 13 ---> defs_platform.h: 14 14 15 15 This file is mandatory. This file defines the 16 16 NB_PROCS per cluster, the NB_CLUSTERS and the base address of 17 17 the TTY, IOC and XICU devices. 18 It also defines the IRQ_PER_PROC constant. This constant is used 19 to know how many XICU irq outputs are connected to each processor. 18 20 19 21 ---> platform_soclib.dts: 20 22 21 22 23 23 Device tree file. It is mandatory if compiling 24 for a SOCLIB platform. If the application to execute does not use 25 a device tree file, create an empty one. 24 26 25 27 ---> platform_fpga.dts: 26 27 28 28 Device tree file. It is mandatory if compiling 29 for a FPGA platform. If the application to execute does not use 30 a device tree file, create an empty one. 29 31 30 32 ---> ldscript: 31 33 LD script defining the segments of this boot loader. 32 34 We define two segments: 33 35 seg_stack_base: Base address of the stack used by processor 0
Note: See TracChangeset
for help on using the changeset viewer.