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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [hal/] [powerpc/] [csb281/] [current/] [include/] [pkgconf/] [mlt_powerpc_csb281_rom.ldi] - Blame information for rev 786

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 786 skrzyp
// eCos memory layout - Thu May 30 10:21:41 2002
2
 
3
// This is a generated file - do not edit
4
 
5
#include 
6
 
7
MEMORY
8
{
9
    ram : ORIGIN = 0, LENGTH = 0x1f00000
10
    rom : ORIGIN = 0xfff00000, LENGTH = 0x100000
11
}
12
 
13
SECTIONS
14
{
15
    SECTIONS_BEGIN
16
    SECTION_vectors (rom, 0xfff00000, LMA_EQ_VMA)
17
    SECTION_text (rom, ALIGN (0x4), LMA_EQ_VMA)
18
    SECTION_RELOCS (rom, ALIGN (0x4), LMA_EQ_VMA)
19
    SECTION_fini (rom, ALIGN (0x4), LMA_EQ_VMA)
20
    SECTION_rodata1 (rom, ALIGN (0x8), LMA_EQ_VMA)
21
    SECTION_rodata (rom, ALIGN (0x8), LMA_EQ_VMA)
22
    SECTION_fixup (rom, ALIGN (0x4), LMA_EQ_VMA)
23
    SECTION_gcc_except_table (rom, ALIGN (0x1), LMA_EQ_VMA)
24
    SECTION_eh_frame (rom, ALIGN (0x4), LMA_EQ_VMA)
25
    CYG_LABEL_DEFN(__reserved_vectors) = 0; . = CYG_LABEL_DEFN(__reserved_vectors) + 0x3000;
26
    CYG_LABEL_DEFN(__reserved_vsr_table) = ALIGN (0x1); . = CYG_LABEL_DEFN(__reserved_vsr_table) + 0x200;
27
    CYG_LABEL_DEFN(__reserved_virtual_table) = ALIGN (0x1); . = CYG_LABEL_DEFN(__reserved_virtual_table) + 0x100;
28
    SECTION_data (ram, ALIGN (0x10), FOLLOWING (.eh_frame))
29
    SECTION_sbss (ram, ALIGN (0x4), LMA_EQ_VMA)
30
    SECTION_bss (ram, ALIGN (0x10), LMA_EQ_VMA)
31
    CYG_LABEL_DEFN(__heap1) = ALIGN (0x8);
32
    SECTIONS_END
33
}

powered by: WebSVN 2.1.0

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