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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [hal/] [h8300/] [aki3068net/] [v2_0/] [include/] [pkgconf/] [mlt_h8300_h8300h_aki3068net_rom.ldi] - Blame information for rev 325

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

Line No. Rev Author Line
1 27 unneback
// eCos memory layout - Fri Oct 20 08:25:16 2000
2
 
3
// This is a generated file - do not edit
4
 
5
#include 
6
 
7
OUTPUT_FORMAT("elf32-h8300")
8
OUTPUT_ARCH(h8300h)
9
 
10
MEMORY
11
{
12
    rom : ORIGIN = 0x000000, LENGTH = 0x60000
13
#if !defined(CYGPKG_IO_ETH_DRIVERS)
14
    ram : ORIGIN = 0xffbf20, LENGTH = 0x4000-0x100
15
#else
16
    ram : ORIGIN = 0x5F4000, LENGTH = 0xC000
17
    iram : ORIGIN = 0xffbf20, LENGTH = 0x4000-0x100
18
#endif
19
}
20
 
21
SECTIONS
22
{
23
    SECTIONS_BEGIN
24
    SECTION_rom_vectors (rom, 0x000000, LMA_EQ_VMA)
25
    SECTION_text (rom, ALIGN (0x1), LMA_EQ_VMA)
26
    SECTION_fini (rom, ALIGN (0x1), LMA_EQ_VMA)
27
    SECTION_rodata (rom, ALIGN (0x1), LMA_EQ_VMA)
28
    SECTION_rodata1 (rom, ALIGN (0x1), LMA_EQ_VMA)
29
    SECTION_fixup (rom, ALIGN (0x1), LMA_EQ_VMA)
30
    SECTION_gcc_except_table (rom, ALIGN (0x1), LMA_EQ_VMA)
31
#if !defined(CYGPKG_IO_ETH_DRIVERS)
32
    SECTION_int_fook_table (ram, 0xffbf20,FOLLOWING (.gcc_except_table))
33
    SECTION_data (ram, ALIGN (0x4),FOLLOWING (.int_fook_table))
34
    SECTION_bss (ram, ALIGN (0x4),LMA_EQ_VMA)
35
#else
36
    SECTION_data (ram, 0x5F4000,FOLLOWING (.gcc_except_table))
37
    SECTION_bss (ram, ALIGN (0x4),LMA_EQ_VMA)
38
    SECTION_int_fook_table (iram, 0xffbf20,FOLLOWING (.data))
39
#endif
40
    SECTIONS_END
41
}

powered by: WebSVN 2.1.0

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