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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [hal/] [arm/] [at91/] [jtst/] [current/] [include/] [pkgconf/] [mlt_arm_at91_jtst_ram.ldi] - Rev 856

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

// eCos memory layout - Mon Jul 23 11:49:04 2001

// This is a generated file - do not edit

#include <cyg/infra/cyg_type.inc>

MEMORY
{
    sram : ORIGIN = 0, LENGTH = 0x8000
    ram : ORIGIN = 0x606000, LENGTH = 0x40000
    aicvect : ORIGIN = 0xFFF080, LENGTH = 0x00020
    magic : ORIGIN = 0x410000, LENGTH = 1024K
}

SECTIONS
{
    SECTIONS_BEGIN
    SECTION_fixed_vectors (sram, 0x20, LMA_EQ_VMA)
    .internal_vectors ALIGN(0x4) :  { . = . ; KEEP (*(.internal_vectors)) } > sram
    SECTION_rom_vectors (ram, 0x606000, LMA_EQ_VMA)
    SECTION_text (ram, ALIGN (0x4), LMA_EQ_VMA)
    SECTION_fini (ram, ALIGN (0x4), LMA_EQ_VMA)
    SECTION_rodata (ram, ALIGN (0x4), LMA_EQ_VMA)
    SECTION_rodata1 (ram, ALIGN (0x4), LMA_EQ_VMA)
    SECTION_fixup (ram, ALIGN (0x4), LMA_EQ_VMA)
    SECTION_gcc_except_table (ram, ALIGN (0x4), LMA_EQ_VMA)
    SECTION_data (ram, ALIGN (0x4), LMA_EQ_VMA)
    SECTION_bss (ram, ALIGN (0x4), LMA_EQ_VMA)
    CYG_LABEL_DEFN(__heap1) = ALIGN (0x8);
    SECTIONS_END
  
    . = 0x410000;
    .mdata_sx ALIGN (0x8) : {*(.P0_sx)} > magic
        
    . = 0x411800;
    .BUFFER_sx ALIGN (0x8) : {*(.BUFFER_sx)} > magic
    .XM_sx ALIGN (0x8) : {*(.XM_sx*)} > magic
      
    . = 0x420000;
    .mdata_dx ALIGN (0x8) : {*(.P0_dx)} > magic
        
    . = 0x411800;
    .BUFFER_dx ALIGN (0x8) : {*(.BUFFER_dx)} > magic
    .XM_sx ALIGN (0x8) : {*(.XM_sx*)} > magic
        
    . = 0x490000;
    .PARM_sx ALIGN (0x8) : {*(.PARM_sx)} > magic
    . = 0x4A0000;
    .PARM_dx ALIGN (0x8) : {*(.PARM_dx)} > magic
        
    . = 0x430000;
    .prog ALIGN (0x10) : {*(prog.*)} > magic
}

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

powered by: WebSVN 2.1.0

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