Ignore:
Timestamp:
May 16, 2013, 3:01:37 PM (11 years ago)
Author:
cfuguet
Message:

Modifications in tsar/trunk/softs/tsar_boot:

  • Improving the boot_ioc_read when using a SD card in FPGA platform.
  • Adding some instrumentation on the SD card driver (under preprocessor conditional directives).
  • Including Doxyfile for generate documentation using doxygen.
  • Improving the Makefile to include doc generation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/softs/tsar_boot/README.txt

    r347 r388  
    88include/    Header files
    99
    10 conf/       Platform specific files and ldscript.
     10conf/       Platform specific files and ldscript examples.
    1111            For each platform, we must define a new directory.
    1212
     
    3838
    3939      --->  platform_fpga.dts:
     40
    4041             Device tree file. It is mandatory if compiling
    4142             for a FPGA platform. If the application to execute does not use
     
    4344
    4445      --->  ldscript:
     46
    4547             LD script defining the segments of this boot loader.
    4648             We define two segments:
     
    5456            Arguments to pass:
    5557
    56              ---> PLATFORM_DIR=conf/<platform_dir>
     58             ---> PLATFORM_DIR=<platform_dir>
    5759   
    5860                   Defines the directory where to find the plateform specific
Note: See TracChangeset for help on using the changeset viewer.