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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [ecos-2.0/] [packages/] [hal/] [frv/] [frv400/] [v2_0/] [include/] [pkgconf/] [mlt_frv_frv400_ram.ldi] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1254 phoenix
// eCos memory layout - Fri Oct 20 05:56:24 2000
2
 
3
// This is a generated file - do not edit
4
 
5
#include 
6
 
7
// Space for PCI window, RedBoot
8
 
9
MEMORY
10
{
11
    ram : ORIGIN = 0x0000, LENGTH = 0x03E00000
12
}
13
 
14
SECTIONS
15
{
16
    SECTIONS_BEGIN
17
    SECTION_fixed_vectors (ram, 0x1000, LMA_EQ_VMA)
18
    SECTION_rom_vectors (ram, 0x20000, LMA_EQ_VMA)
19
    SECTION_text (ram, ALIGN (0x4), LMA_EQ_VMA)
20
    SECTION_fini (ram, ALIGN (0x4), LMA_EQ_VMA)
21
    SECTION_rodata (ram, ALIGN (0x4), LMA_EQ_VMA)
22
    SECTION_rodata1 (ram, ALIGN (0x4), LMA_EQ_VMA)
23
    SECTION_fixup (ram, ALIGN (0x4), LMA_EQ_VMA)
24
    SECTION_gcc_except_table (ram, ALIGN (0x4), LMA_EQ_VMA)
25
    SECTION_data (ram, ALIGN (0x4), LMA_EQ_VMA)
26
    SECTION_bss (ram, ALIGN (0x4), LMA_EQ_VMA)
27
    CYG_LABEL_DEFN(__heap1) = ALIGN (0x1000);
28
    SECTIONS_END
29
}

powered by: WebSVN 2.1.0

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