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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [hal/] [arm/] [xscale/] [iq80310/] [v2_0/] [include/] [pkgconf/] [mlt_arm_xscale_iq80310_roma.ldi] - Blame information for rev 27

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 unneback
// eCos memory layout - Sun Jan 14 22:42:04 2001
2
 
3
// This is a generated file - do not edit
4
 
5
#include 
6
 
7
MEMORY
8
{
9
    vecs : ORIGIN = 0, LENGTH = 0x1000
10
    rom : ORIGIN = 0x40000, LENGTH = 0x7c0000
11
    ram : ORIGIN = 0xa0000000, LENGTH = 0x20000000
12
}
13
 
14
SECTIONS
15
{
16
    SECTIONS_BEGIN
17
    SECTION_fixed_vectors (vecs, 0x20, LMA_EQ_VMA)
18
    SECTION_rom_vectors (rom, 0x40000, LMA_EQ_VMA)
19
    SECTION_text (rom, ALIGN (0x4), LMA_EQ_VMA)
20
    SECTION_fini (rom, ALIGN (0x4), LMA_EQ_VMA)
21
    SECTION_rodata (rom, ALIGN (0x4), LMA_EQ_VMA)
22
    SECTION_rodata1 (rom, ALIGN (0x4), LMA_EQ_VMA)
23
    SECTION_fixup (rom, ALIGN (0x4), LMA_EQ_VMA)
24
    SECTION_gcc_except_table (rom, ALIGN (0x4), LMA_EQ_VMA)
25
    SECTION_data (ram, 0xa000a000, FOLLOWING (.gcc_except_table))
26
    SECTION_bss (ram, ALIGN (0x4), LMA_EQ_VMA)
27
    CYG_LABEL_DEFN(__heap1) = ALIGN (0x8);
28
    SECTIONS_END
29
}

powered by: WebSVN 2.1.0

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