Changeset 245 for soft/giet_vm/mappings
- Timestamp:
- Jun 17, 2013, 11:38:40 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/mappings/4c_1p_40.xml
r238 r245 23 23 <pseg name = "PSEG_TTY" type = "PERI" base = "0x00B4000000" length = "0x0000001000" /> 24 24 <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" /> 25 27 <pseg name = "PSEG_ROM" type = "ROM" base = "0x00BFC00000" length = "0x0000100000" /> 26 28 … … 46 48 </proc> 47 49 48 <periph type = "DMA" psegname = "PSEG_DMA" channels = " 1" />50 <periph type = "DMA" psegname = "PSEG_DMA" channels = "4" /> 49 51 <periph type = "XICU" psegname = "PSEG_XICU" channels = "18" /> 50 52 <periph type = "IOC" psegname = "PSEG_IOC" channels = "1" /> 51 53 <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" /> 53 55 <periph type = "FBF" psegname = "PSEG_FBF" /> 54 56 </cluster> … … 64 66 </proc> 65 67 66 <periph type = "DMA" psegname = "PSEG_DMA" channels = "1" />68 <periph type = "DMA" psegname = "PSEG_DMA" channels = "4" /> 67 69 <periph type = "XICU" psegname = "PSEG_XICU" channels = "2" /> 68 70 </cluster> … … 78 80 </proc> 79 81 80 <periph type = "DMA" psegname = "PSEG_DMA" channels = "1" />82 <periph type = "DMA" psegname = "PSEG_DMA" channels = "4" /> 81 83 <periph type = "XICU" psegname = "PSEG_XICU" channels = "2" /> 82 84 </cluster> … … 92 94 </proc> 93 95 94 <periph type = "DMA" psegname = "PSEG_DMA" channels = " 1" />96 <periph type = "DMA" psegname = "PSEG_DMA" channels = "4" /> 95 97 <periph type = "XICU" psegname = "PSEG_XICU" channels = "2" /> 96 98 </cluster> … … 106 108 <vobj name = "boot_code" type = "ELF" length = "0x00008000" binpath = "build/boot/boot.elf" /> 107 109 </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" > 109 117 <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" />113 118 </vseg> 114 119
Note: See TracChangeset
for help on using the changeset viewer.