Ignore:
Timestamp:
Aug 14, 2013, 11:19:29 PM (11 years ago)
Author:
alain
Message:

1/ introducing support to display images on the frame buffer
with the vci_chbuf_dma (in stdio.c and drivers.c)
2/ introducing support for mem_cache configuration segment
as the memory cache is considered as another addressable peripheral type
(in drivers.c)
3/ Introducing the new "increment" parameter in the mapping header.
This parameter define the virtual address increment for the vsegs
associated to the replicated peripherals (ICU, XICU, MDMA, TIMER, MMC).
This parameter is mandatory, and all map.xml files the "mappings"
directory have been updated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/sys/common.h

    r249 r253  
    2222extern _ld_symbol_t seg_nic_base;
    2323extern _ld_symbol_t seg_icu_base;
     24extern _ld_symbol_t seg_xcu_base;
    2425extern _ld_symbol_t seg_tim_base;
    2526extern _ld_symbol_t seg_tty_base;
     
    2930extern _ld_symbol_t seg_ioc_base;
    3031extern _ld_symbol_t seg_mmc_base;
     32extern _ld_symbol_t seg_cma_base;
     33
     34extern _ld_symbol_t vseg_cluster_increment;
    3135
    3236extern _ld_symbol_t seg_mapping_base;
Note: See TracChangeset for help on using the changeset viewer.