]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/hal/arm/at91/jtst/v2_0/include/pkgconf/mlt_arm_at91_jtst_ram.ldi
Initial revision
[karo-tx-redboot.git] / packages / hal / arm / at91 / jtst / v2_0 / include / pkgconf / mlt_arm_at91_jtst_ram.ldi
1 // eCos memory layout - Mon Jul 23 11:49:04 2001
2
3 // This is a generated file - do not edit
4
5 #include <cyg/infra/cyg_type.inc>
6
7 MEMORY
8 {
9     sram : ORIGIN = 0, LENGTH = 0x8000
10     ram : ORIGIN = 0x606000, LENGTH = 0x40000
11     aicvect : ORIGIN = 0xFFF080, LENGTH = 0x00020
12     magic : ORIGIN = 0x410000, LENGTH = 1024K
13 }
14
15 SECTIONS
16 {
17     SECTIONS_BEGIN
18     SECTION_fixed_vectors (sram, 0x20, LMA_EQ_VMA)
19     .internal_vectors ALIGN(0x4) :  { . = . ; KEEP (*(.internal_vectors)) } > sram
20     SECTION_rom_vectors (ram, 0x606000, LMA_EQ_VMA)
21     SECTION_text (ram, ALIGN (0x4), LMA_EQ_VMA)
22     SECTION_fini (ram, ALIGN (0x4), LMA_EQ_VMA)
23     SECTION_rodata (ram, ALIGN (0x4), LMA_EQ_VMA)
24     SECTION_rodata1 (ram, ALIGN (0x4), LMA_EQ_VMA)
25     SECTION_fixup (ram, ALIGN (0x4), LMA_EQ_VMA)
26     SECTION_gcc_except_table (ram, ALIGN (0x4), LMA_EQ_VMA)
27     SECTION_data (ram, ALIGN (0x4), LMA_EQ_VMA)
28     SECTION_bss (ram, ALIGN (0x4), LMA_EQ_VMA)
29     CYG_LABEL_DEFN(__heap1) = ALIGN (0x8);
30     SECTIONS_END
31   
32     . = 0x410000;
33     .mdata_sx ALIGN (0x8) : {*(.P0_sx)} > magic
34         
35     . = 0x411800;
36     .BUFFER_sx ALIGN (0x8) : {*(.BUFFER_sx)} > magic
37     .XM_sx ALIGN (0x8) : {*(.XM_sx*)} > magic
38       
39     . = 0x420000;
40     .mdata_dx ALIGN (0x8) : {*(.P0_dx)} > magic
41         
42     . = 0x411800;
43     .BUFFER_dx ALIGN (0x8) : {*(.BUFFER_dx)} > magic
44     .XM_sx ALIGN (0x8) : {*(.XM_sx*)} > magic
45         
46     . = 0x490000;
47     .PARM_sx ALIGN (0x8) : {*(.PARM_sx)} > magic
48     . = 0x4A0000;
49     .PARM_dx ALIGN (0x8) : {*(.PARM_dx)} > magic
50         
51     . = 0x430000;
52     .prog ALIGN (0x10) : {*(prog.*)} > magic
53 }