]> git.karo-electronics.de Git - karo-tx-redboot.git/blob - packages/hal/mips/malta/v2_0/include/pkgconf/mlt_mips_malta_rom.ldi
Initial revision
[karo-tx-redboot.git] / packages / hal / mips / malta / v2_0 / include / pkgconf / mlt_mips_malta_rom.ldi
1 // eCos memory layout - Mon Apr 09 14:21:03 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 = 0x80000400, LENGTH = 0x1fffc00
10     rom : ORIGIN = 0x9fc00000, LENGTH = 0x400000
11 }
12
13 SECTIONS
14 {
15     SECTIONS_BEGIN
16     SECTION_rom_vectors (rom, 0x9fc00000, LMA_EQ_VMA)
17     SECTION_ROMISC (rom, ALIGN (0x40), LMA_EQ_VMA)
18     SECTION_RELOCS (rom, ALIGN (0x40), LMA_EQ_VMA)
19     SECTION_init (rom, ALIGN (0x40), LMA_EQ_VMA)
20     SECTION_text (rom, ALIGN (0x40), LMA_EQ_VMA)
21     SECTION_fini (rom, ALIGN (0x40), LMA_EQ_VMA)
22     SECTION_rodata (rom, ALIGN (0x40), LMA_EQ_VMA)
23     SECTION_rodata1 (rom, ALIGN (0x40), LMA_EQ_VMA)
24     SECTION_data (ram, 0x80000400, FOLLOWING (.rodata1))
25     SECTION_data1 (ram, ALIGN (0x40), FOLLOWING (.data))
26     SECTION_eh_frame (ram, ALIGN (0x40), FOLLOWING (.data1))
27     SECTION_gcc_except_table (ram, ALIGN (0x40), FOLLOWING (.eh_frame))
28     SECTION_ctors (ram, ALIGN (0x40), FOLLOWING (.gcc_except_table))
29     SECTION_dtors (ram, ALIGN (0x40), FOLLOWING (.ctors))
30     SECTION_devtab (ram, ALIGN (0x40), FOLLOWING (.dtors))
31     SECTION_got (ram, ALIGN (0x40), FOLLOWING (.devtab))
32     SECTION_dynamic (ram, ALIGN (0x40), FOLLOWING (.got))
33     SECTION_sdata (ram, ALIGN (0x40), FOLLOWING (.dynamic))
34     SECTION_lit8 (ram, ALIGN (0x40), FOLLOWING (.sdata))
35     SECTION_lit4 (ram, ALIGN (0x40), FOLLOWING (.lit8))
36     SECTION_sbss (ram, ALIGN (0x40), LMA_EQ_VMA)
37     SECTION_bss (ram, ALIGN (0x40), LMA_EQ_VMA)
38     CYG_LABEL_DEFN(__heap1) = ALIGN (0x8);
39     CYG_LABEL_DEFN(__pci_window) = 0x81f00000; . = CYG_LABEL_DEFN(__pci_window) + 0x100000;
40     SECTIONS_END
41 }