Changeset 425 for trunk/softs/tsar_boot/README.txt
- Timestamp:
- Jun 30, 2013, 8:28:58 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/tsar_boot/README.txt
r390 r425 17 17 the TTY, IOC and XICU devices. 18 18 It defines also: 19 19 20 -> CACHE_COHERENCE 20 21 This constant is used by the boot_ioc_read function to know … … 22 23 must be invalidated in the dcache after the transfert has 23 24 finished. 24 0 means invalidation must be made.25 26 -> INSTRUMENTATION27 Set value different to 0 if some instrumentation of the28 bootloader is needed.29 25 30 26 -> CACHE_LINE_SIZE 27 This constant is mandatory if CACHE_COHERENCE=0 31 28 This constant defines the size in bytes of a cache line. 29 30 -> BOOT_DEBUG 31 Set value to 1 to show some debug messages during loading 32 33 -> BOOT_DEBUG_IOC 34 Set value to 1 to show some debug messages during loading 35 concerning the disk accesses. 32 36 33 37 -> IRQ_PER_PROC … … 37 41 ---> platform_soclib.dts: 38 42 39 Device tree file. It is mandatory if compiling 40 for a SOCLIB platform. If the application to execute does not use 41 a device tree file, create an empty one. 43 Device tree file. It is mandatory if compiling for a SOCLIB 44 platform and USE_DT=1. 42 45 43 46 ---> platform_fpga.dts: 44 47 45 Device tree file. It is mandatory if compiling 46 for a FPGA platform. If the application to execute does not use 47 a device tree file, create an empty one. 48 Device tree file. It is mandatory if compiling for a FPGA platform 49 and USE_DT=1. 48 50 49 51 ---> ldscript: … … 70 72 drivers 71 73 72 ---> SYSCLK_FREQ=<value hz>74 ---> USE_DT=0 73 75 74 If not SOCLIB platform, this flag allows us to choose the 75 CLK frequency used in the hardware platform (i.e. FPGA). 76 This information is used to configurate the SPI device 77 which allow us to drive a SD card device. 76 If a device tree file is not used, set this flag to 0. It 77 is set by default to 1. 78 78 79 i.e. make PLATFORM_DIR=conf/<platform_dir> SYSCLK_FREQ=50000000 80 make PLATFORM_DIR=conf/<platform_dir> SOCLIB=1 79 e.g. make PLATFORM_DIR=conf/<platform_dir> SOCLIB=1 USE_DT=0
Note: See TracChangeset
for help on using the changeset viewer.