]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/hal/arm/at91/at91sam7s/v2_0/include/pkgconf/mlt_arm_at91sam7x256_rom.ldi
Initial revision
[karo-tx-redboot.git] / packages / hal / arm / at91 / at91sam7s / v2_0 / include / pkgconf / mlt_arm_at91sam7x256_rom.ldi
1 // eCos memory layout - Wed Apr 11 13:49:55 2001
2
3 // This is a generated file - do not edit
4
5 #include <cyg/infra/cyg_type.inc>
6 #include <pkgconf/hal_arm_at91sam7.h>
7
8 MEMORY
9 {
10     ram : ORIGIN = 0x00200000, LENGTH = 0x10000
11     rom : ORIGIN = 0x00100000, LENGTH = 0x40000
12 }
13
14 SECTIONS
15 {
16     SECTIONS_BEGIN
17     CYG_LABEL_DEFN(__reserved_bootmon) = 0x00000000; . = CYG_LABEL_DEFN(__reserved_bootmon) + 0x01000;
18     SECTION_rom_vectors (rom, CYGNUM_HAL_ARM_AT91_IMAGE_ADDRESS, LMA_EQ_VMA)
19     SECTION_text (rom, ALIGN (0x1), LMA_EQ_VMA)
20     SECTION_fini (rom, ALIGN (0x4), LMA_EQ_VMA)
21     SECTION_rodata (rom, ALIGN (0x4), LMA_EQ_VMA)
22     SECTION_rodata1 (rom, ALIGN (0x4), LMA_EQ_VMA)
23     SECTION_fixup (rom, ALIGN (0x4), LMA_EQ_VMA)
24     SECTION_gcc_except_table (rom, ALIGN (0x4), LMA_EQ_VMA)
25     SECTION_fixed_vectors (ram, 0x00200040, LMA_EQ_VMA)
26     SECTION_data (ram, ALIGN (0x4), FOLLOWING (.gcc_except_table))
27     SECTION_bss (ram, ALIGN (0x4), LMA_EQ_VMA)
28     CYG_LABEL_DEFN(__heap1) = ALIGN (0x8);
29     SECTIONS_END
30 }