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

Subversion Repositories openrisc

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 786 skrzyp
 
2
#include 
3
 
4
MEMORY
5
{
6
  rom          : ORIGIN = 0x00000000, LENGTH = 0x0006ffff   /* internal flash */
7
  ram(WA)      : ORIGIN = 0x00400000, LENGTH = 0x00ffffff   /* external RAM   */
8
  iram(WA)     : ORIGIN = 0x003f9800, LENGTH = 0x00006800   /* internal RAM   */
9
  eflash(RXIW) : ORIGIN = 0xFFC00000, LENGTH = 0x003fffff   /* external FLASH */
10
}
11
 
12
SECTIONS
13
{
14
    SECTIONS_BEGIN
15
    CYG_LABEL_DEFN(__reserved_vectors) = 0x00000000;
16
 
17
    SECTION_vectors          (rom, 0x00000000,   LMA_EQ_VMA)
18
    SECTION_text             (rom, ALIGN (0x4),  LMA_EQ_VMA)
19
    SECTION_RELOCS             (rom, ALIGN (0x8),  LMA_EQ_VMA)
20
    SECTION_fini             (rom, ALIGN (0x8),  LMA_EQ_VMA)
21
    SECTION_rodata1          (rom, ALIGN (0x8),  LMA_EQ_VMA)
22
    SECTION_rodata           (rom, ALIGN (0x4),  LMA_EQ_VMA)
23
    SECTION_fixup            (rom, ALIGN (0x4),  LMA_EQ_VMA)
24
    SECTION_gcc_except_table (rom, ALIGN (0x1),  LMA_EQ_VMA)
25
    SECTION_eh_frame         (rom, ALIGN (0x4),  LMA_EQ_VMA)
26
 
27
    . = 0x3f9800;
28
    CYG_LABEL_DEFN(__reserved_vsr_table) = ALIGN (0x10);
29
    . = CYG_LABEL_DEFN(__reserved_vsr_table) + 0x200;
30
    CYG_LABEL_DEFN(__reserved_virtual_table) = ALIGN (0x10);
31
    . = CYG_LABEL_DEFN(__reserved_virtual_table) + 0x100;
32
 
33
    SECTION_data             (iram, ALIGN (0x10), FOLLOWING (.eh_frame))
34
    SECTION_sbss             (iram, ALIGN (0x4),  LMA_EQ_VMA)
35
 
36
    . = 0x400000;
37
 
38
    SECTION_bss              (ram, ALIGN (0x10), LMA_EQ_VMA)
39
 
40
    CYG_LABEL_DEFN(__heap1) = ALIGN(0x8);
41
 
42
    SECTIONS_END
43
}

powered by: WebSVN 2.1.0

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