Ignore:
Timestamp:
Jun 17, 2013, 11:38:40 PM (11 years ago)
Author:
alain
Message:

Introducing a new global vseg : seg_boot_data, in order
to clearly separate the seg_boot_code (Read-Only) and
the seg_boot_data (Read/Write?). This is mandatory,
if the boot code is stored in a real ROM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/mappings/4c_1p_40.xml

    r238 r245  
    2323            <pseg name = "PSEG_TTY"  type = "PERI" base = "0x00B4000000" length = "0x0000001000" />
    2424            <pseg name = "PSEG_NIC"  type = "PERI" base = "0x00B5000000" length = "0x0000021000" />
     25            <pseg name = "PSEG_CMA"  type = "PERI" base = "0x00B6000000" length = "0x0000004000" />
     26            <pseg name = "PSEG_IOB"  type = "PERI" base = "0x00BE000000" length = "0x0000100000" />
    2527            <pseg name = "PSEG_ROM"  type = "ROM"  base = "0x00BFC00000" length = "0x0000100000" />
    2628
     
    4648            </proc>
    4749
    48             <periph type = "DMA"  psegname = "PSEG_DMA"  channels = "1" />
     50            <periph type = "DMA"  psegname = "PSEG_DMA"  channels = "4" />
    4951            <periph type = "XICU" psegname = "PSEG_XICU" channels = "18" />
    5052            <periph type = "IOC"  psegname = "PSEG_IOC"  channels = "1" />
    5153            <periph type = "TTY"  psegname = "PSEG_TTY"  channels = "8" />
    52             <periph type = "NIC"  psegname = "PSEG_NIC"  channels = "8" />
     54            <periph type = "NIC"  psegname = "PSEG_NIC"  channels = "2" />
    5355            <periph type = "FBF"  psegname = "PSEG_FBF" />
    5456        </cluster>
     
    6466            </proc>
    6567
    66             <periph type = "DMA"  psegname = "PSEG_DMA" channels = "1" />
     68            <periph type = "DMA"  psegname = "PSEG_DMA"  channels = "4" />
    6769            <periph type = "XICU" psegname = "PSEG_XICU" channels = "2" />
    6870        </cluster>
     
    7880            </proc>
    7981
    80             <periph type = "DMA"  psegname = "PSEG_DMA" channels = "1" />
     82            <periph type = "DMA"  psegname = "PSEG_DMA"  channels = "4" />
    8183            <periph type = "XICU" psegname = "PSEG_XICU" channels = "2" />
    8284        </cluster>
     
    9294            </proc>
    9395
    94             <periph  type = "DMA" psegname = "PSEG_DMA"  channels = "1" />
     96            <periph  type = "DMA" psegname = "PSEG_DMA"  channels = "4" />
    9597            <periph type = "XICU" psegname = "PSEG_XICU" channels = "2" />
    9698        </cluster>
     
    106108            <vobj name = "boot_code"      type = "ELF" length = "0x00008000" binpath    = "build/boot/boot.elf" />
    107109        </vseg>
    108         <vseg name = "seg_boot_mapping"   vbase = "0xBFC08000" mode = "C_W_" clusterid = "0" psegname = "PSEG_ROM" ident = "1" >
     110        <vseg name = "seg_boot_data"      vbase = "0x00000000" mode = "C_W_" clusterid = "0" psegname = "PSEG_RAM" ident = "1" >
     111            <vobj name = "boot_data"      type = "ELF" length = "0x00001000" binpath    = "build/boot/boot.elf" />
     112        </vseg>
     113        <vseg name = "seg_boot_stack"     vbase = "0x00001000" mode = "C_W_" clusterid = "0" psegname = "PSEG_RAM" ident = "1" >
     114            <vobj name = "boot_stack"     type = "BUFFER" length = "0x00003000" />
     115        </vseg>
     116        <vseg name = "seg_boot_mapping"   vbase = "0x00004000" mode = "C_W_" clusterid = "0" psegname = "PSEG_RAM" ident = "1" >
    109117            <vobj name = "boot_mapping"   type = "BLOB" length  = "0x00004000" binpath  = "map.bin" />
    110         </vseg>
    111         <vseg name = "seg_boot_stack"     vbase = "0x00000000" mode = "C_W_" clusterid = "0" psegname = "PSEG_RAM" ident = "1" >
    112             <vobj name = "boot_stack"     type = "BUFFER" length = "0x00004000" />
    113118        </vseg>
    114119
Note: See TracChangeset for help on using the changeset viewer.