]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/hal/powerpc/vads/v2_0/include/pkgconf/mlt_powerpc_vads_ram.ldi
Initial revision
[karo-tx-redboot.git] / packages / hal / powerpc / vads / v2_0 / include / pkgconf / mlt_powerpc_vads_ram.ldi
1 // eCos memory layout - Fri Oct 20 10:35:23 2000
2
3 // This is a generated file - do not edit
4
5 #include <cyg/infra/cyg_type.inc>
6
7 MEMORY
8 {
9     ram : ORIGIN = 0x00020000, LENGTH = 0x1000000
10 }
11
12 SECTIONS
13 {
14     SECTIONS_BEGIN
15     CYG_LABEL_DEFN(__reserved_vectors) = 0; . = CYG_LABEL_DEFN(__reserved_vectors) + 0x3000;
16     CYG_LABEL_DEFN(__reserved_vsr_table) = ALIGN (0x10); . = CYG_LABEL_DEFN(__reserved_vsr_table) + 0x200;
17     CYG_LABEL_DEFN(__reserved_virtual_table) = ALIGN (0x10); . = CYG_LABEL_DEFN(__reserved_virtual_table) + 0x100;
18     CYG_LABEL_DEFN(__reserved_for_rom) = ALIGN (0x10); . = CYG_LABEL_DEFN(__reserved_for_rom) + 0x1cd00;
19     SECTION_vectors (ram, ALIGN (0x10), LMA_EQ_VMA)
20     SECTION_text (ram, ALIGN (0x4), LMA_EQ_VMA)
21     SECTION_fini (ram, ALIGN (0x4), LMA_EQ_VMA)
22     SECTION_rodata1 (ram, ALIGN (0x8), LMA_EQ_VMA)
23     SECTION_rodata (ram, ALIGN (0x8), LMA_EQ_VMA)
24     SECTION_fixup (ram, ALIGN (0x4), LMA_EQ_VMA)
25     SECTION_gcc_except_table (ram, ALIGN (0x1), LMA_EQ_VMA)
26     SECTION_data (ram, ALIGN (0x8), LMA_EQ_VMA)
27     SECTION_sbss (ram, ALIGN (0x4), LMA_EQ_VMA)
28     SECTION_bss (ram, ALIGN (0x10), LMA_EQ_VMA)
29     CYG_LABEL_DEFN(__heap1) = ALIGN (0x8);
30     SECTIONS_END
31 }