]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/hal/mips/rm7000/ocelot/v2_0/include/pkgconf/mlt_mips_rm7000_ocelot_ram.ldi
Initial revision
[karo-tx-redboot.git] / packages / hal / mips / rm7000 / ocelot / v2_0 / include / pkgconf / mlt_mips_rm7000_ocelot_ram.ldi
1 // eCos memory layout - Fri Jan 19 11:27:35 2001
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 = 0x80000000, LENGTH = 0x10000000
10 }
11
12 SECTIONS
13 {
14     SECTIONS_BEGIN
15     CYG_LABEL_DEFN(__reserved_vectors) = 0x80000000; . = CYG_LABEL_DEFN(__reserved_vectors) + 0x200;
16     CYG_LABEL_DEFN(__reserved_vsr_table) = ALIGN (0x10); . = CYG_LABEL_DEFN(__reserved_vsr_table) + 0x100;
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) + 0x1fc00;
19     SECTION_rom_vectors (ram, ALIGN (0x10), LMA_EQ_VMA)
20     SECTION_ROMISC (ram, ALIGN (0x4), LMA_EQ_VMA)
21     SECTION_RELOCS (ram, ALIGN (0x4), LMA_EQ_VMA)
22     SECTION_init (ram, ALIGN (0x4), LMA_EQ_VMA)
23     SECTION_text (ram, ALIGN (0x4), LMA_EQ_VMA)
24     SECTION_fini (ram, ALIGN (0x4), LMA_EQ_VMA)
25     SECTION_rodata (ram, ALIGN (0x8), LMA_EQ_VMA)
26     SECTION_rodata1 (ram, ALIGN (0x8), LMA_EQ_VMA)
27     SECTION_data (ram, ALIGN (0x8), LMA_EQ_VMA)
28     SECTION_data1 (ram, ALIGN (0x8), LMA_EQ_VMA)
29     SECTION_eh_frame (ram, ALIGN (0x4), LMA_EQ_VMA)
30     SECTION_gcc_except_table (ram, ALIGN (0x4), LMA_EQ_VMA)
31     SECTION_ctors (ram, ALIGN (0x4), LMA_EQ_VMA)
32     SECTION_dtors (ram, ALIGN (0x4), LMA_EQ_VMA)
33     SECTION_devtab (ram, ALIGN (0x4), LMA_EQ_VMA)
34     SECTION_got (ram, ALIGN (0x4), LMA_EQ_VMA)
35     SECTION_dynamic (ram, ALIGN (0x4), LMA_EQ_VMA)
36     SECTION_sdata (ram, ALIGN (0x4), LMA_EQ_VMA)
37     SECTION_lit8 (ram, ALIGN (0x8), LMA_EQ_VMA)
38     SECTION_lit4 (ram, ALIGN (0x8), LMA_EQ_VMA)
39     SECTION_sbss (ram, ALIGN (0x8), LMA_EQ_VMA)
40     SECTION_bss (ram, ALIGN (0x8), LMA_EQ_VMA)
41     CYG_LABEL_DEFN(__heap1) = ALIGN (0x8);
42     CYG_LABEL_DEFN(__pci_window) = 0x8ff00000; . = CYG_LABEL_DEFN(__pci_window) + 0x100000;
43     SECTIONS_END
44 }