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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [hal/] [arm/] [xscale/] [iq80310/] [current/] [include/] [pkgconf/] [mlt_arm_xscale_iq80310_rom.ldi] - Blame information for rev 838

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

Line No. Rev Author Line
1 786 skrzyp
// eCos memory layout - Tue Sep 05 18:46:49 2000
2
 
3
// This is a generated file - do not edit
4
 
5
#include 
6
 
7
MEMORY
8
{
9
    ram  : ORIGIN = 0xA0000000, LENGTH = 0x20000000
10
    rom  : ORIGIN = 0x00000000, LENGTH = 0x800000
11
}
12
 
13
SECTIONS
14
{
15
    SECTIONS_BEGIN
16
    SECTION_rom_vectors (ram, 0xA0000000, AT(0x00000000))   // vector page gets remapped from ROM to RAM
17
    SECTION_text (rom, 0x00002000, LMA_EQ_VMA)
18
    SECTION_fini (rom, ALIGN (0x4), LMA_EQ_VMA)
19
    SECTION_rodata (rom, ALIGN (0x4), LMA_EQ_VMA)
20
    SECTION_rodata1 (rom, ALIGN (0x4), LMA_EQ_VMA)
21
    SECTION_fixup (rom, ALIGN (0x4), LMA_EQ_VMA)
22
    SECTION_gcc_except_table (rom, ALIGN (0x4), LMA_EQ_VMA)
23
    SECTION_fixed_vectors (rom, 0x20, LMA_EQ_VMA)
24
    SECTION_data (ram, 0xA000A000, FOLLOWING (.gcc_except_table))
25
    SECTION_bss (ram, ALIGN (0x4), LMA_EQ_VMA)
26
    CYG_LABEL_DEFN(__heap1) = ALIGN (0x8);
27
    SECTIONS_END
28
}

powered by: WebSVN 2.1.0

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