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/mappings/1c_4p_four.xml

    r235 r253  
    11<?xml version="1.0"?>
    22
    3 <mapping_info   signature = "0xdeadbeef" name = "1c_4p_four" cluster_x = "1" cluster_y = "1" vspaces  = "4" >
     3<mapping_info   signature = "0xdeadbeef"
     4                name      = "1c_4p_four"
     5                cluster_x = "1"
     6                cluster_y = "1"
     7                vspaces   = "4"
     8                increment = "0x10000" >
    49
    510*** This section describes an instance of the "caba_vgsb_xicu_mmu" generic architecture
     
    7075            <periph type = "TTY" psegname = "PSEG_TTY" channels  = "8" />
    7176            <periph type = "DMA" psegname = "PSEG_DMA" channels  = "1" />
    72             <periph type = "XICU" psegname = "PSEG_ICU" channels  = "5" />
     77            <periph type = "XCU" psegname = "PSEG_ICU" channels  = "5" />
    7378            <periph type = "FBF" psegname = "PSEG_FBF" />
    7479
Note: See TracChangeset for help on using the changeset viewer.