OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [hal/] [mips/] [ref4955/] [v2_0/] [include/] [pkgconf/] [mlt_mips_tx49_ref4955_rom.ldi] - Blame information for rev 174

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 unneback
// eCos memory layout - Fri Oct 20 06:22:57 2000
2
 
3
// This is a generated file - do not edit
4
 
5
#include 
6
 
7
MEMORY
8
{
9
    ram : ORIGIN = 0x80000000, LENGTH = 0x4000000
10
    rom : ORIGIN = 0xbfc00000, LENGTH = 0x1000000
11
}
12
 
13
SECTIONS
14
{
15
    SECTIONS_BEGIN
16
    SECTION_rom_vectors (rom, 0xbfc00000, LMA_EQ_VMA)
17
    SECTION_ROMISC (rom, ALIGN (0x8), LMA_EQ_VMA)
18
    SECTION_RELOCS (rom, ALIGN (0x8), LMA_EQ_VMA)
19
    SECTION_init (rom, ALIGN (0x8), LMA_EQ_VMA)
20
    SECTION_text (rom, ALIGN (0x8), LMA_EQ_VMA)
21
    SECTION_fini (rom, ALIGN (0x8), LMA_EQ_VMA)
22
    SECTION_rodata (rom, ALIGN (0x8), LMA_EQ_VMA)
23
    SECTION_rodata1 (rom, ALIGN (0x8), LMA_EQ_VMA)
24
    CYG_LABEL_DEFN(__reserved_vectors) = 0x80000000; . = CYG_LABEL_DEFN(__reserved_vectors) + 0x200;
25
    CYG_LABEL_DEFN(__reserved_vsr_table) = ALIGN (0x10); . = CYG_LABEL_DEFN(__reserved_vsr_table) + 0x100;
26
    CYG_LABEL_DEFN(__reserved_virtual_table) = ALIGN (0x10); . = CYG_LABEL_DEFN(__reserved_virtual_table) + 0x100;
27
    SECTION_data (ram, ALIGN (0x10), FOLLOWING (.rodata1))
28
    SECTION_data1 (ram, ALIGN (0x8), FOLLOWING (.data))
29
    SECTION_eh_frame (ram, ALIGN (0x8), FOLLOWING (.data1))
30
    SECTION_gcc_except_table (ram, ALIGN (0x8), FOLLOWING (.eh_frame))
31
    SECTION_ctors (ram, ALIGN (0x8), FOLLOWING (.gcc_except_table))
32
    SECTION_dtors (ram, ALIGN (0x8), FOLLOWING (.ctors))
33
    SECTION_devtab (ram, ALIGN (0x8), FOLLOWING (.dtors))
34
    SECTION_got (ram, ALIGN (0x8), FOLLOWING (.devtab))
35
    SECTION_dynamic (ram, ALIGN (0x8), FOLLOWING (.got))
36
    SECTION_sdata (ram, ALIGN (0x8), FOLLOWING (.dynamic))
37
    SECTION_lit8 (ram, ALIGN (0x8), FOLLOWING (.sdata))
38
    SECTION_lit4 (ram, ALIGN (0x8), FOLLOWING (.lit8))
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
    SECTIONS_END
43
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.