URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [hal/] [arm/] [xscale/] [iq80310/] [v2_0/] [include/] [pkgconf/] [mlt_arm_xscale_iq80310_roma.ldi] - Rev 565
Go to most recent revision | Compare with Previous | Blame | View Log
// eCos memory layout - Sun Jan 14 22:42:04 2001
// This is a generated file - do not edit
#include <cyg/infra/cyg_type.inc>
MEMORY
{
vecs : ORIGIN = 0, LENGTH = 0x1000
rom : ORIGIN = 0x40000, LENGTH = 0x7c0000
ram : ORIGIN = 0xa0000000, LENGTH = 0x20000000
}
SECTIONS
{
SECTIONS_BEGIN
SECTION_fixed_vectors (vecs, 0x20, LMA_EQ_VMA)
SECTION_rom_vectors (rom, 0x40000, LMA_EQ_VMA)
SECTION_text (rom, ALIGN (0x4), LMA_EQ_VMA)
SECTION_fini (rom, ALIGN (0x4), LMA_EQ_VMA)
SECTION_rodata (rom, ALIGN (0x4), LMA_EQ_VMA)
SECTION_rodata1 (rom, ALIGN (0x4), LMA_EQ_VMA)
SECTION_fixup (rom, ALIGN (0x4), LMA_EQ_VMA)
SECTION_gcc_except_table (rom, ALIGN (0x4), LMA_EQ_VMA)
SECTION_data (ram, 0xa000a000, FOLLOWING (.gcc_except_table))
SECTION_bss (ram, ALIGN (0x4), LMA_EQ_VMA)
CYG_LABEL_DEFN(__heap1) = ALIGN (0x8);
SECTIONS_END
}
Go to most recent revision | Compare with Previous | Blame | View Log