Ignore:
Timestamp:
Feb 12, 2014, 9:51:23 AM (10 years ago)
Author:
alain
Message:
  • Updatre the gier_tsar to support the vci_iopic component in the tsar_generic_leti plat-form.
  • Modify the soft_transpose_giet application to make optional the graphic display on frame buffer and to introduce a systematic auto-check
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/softs/soft_hello_giet/ldscript

    r623 r629  
    2323
    2424seg_xcu_base    = 0xF0000000;       /* controler XCU */
    25 seg_tty_base    = 0xF2000000;       /* controler TTY */
     25seg_tty_base    = 0xF4000000;       /* controler TTY */
    2626seg_fbf_base    = 0xF3000000;       /* controler FBF */
    27 seg_ioc_base    = 0xF4000000;       /* controler IOC */
    28 seg_mmc_base    = 0xFF000000;       /* config    MMC */
     27seg_ioc_base    = 0xF2000000;       /* controler IOC */
     28seg_nic_base    = 0xF7000000;       /* controler NIC */
     29seg_cma_base    = 0xF8000000;       /* controler CMA */
     30seg_pic_base    = 0xF9000000;       /* controler PIC */
     31seg_mmc_base    = 0xE0000000;       /* config    MMC */
    2932
    3033
Note: See TracChangeset for help on using the changeset viewer.