]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/hal/arm/mac7100/mace1/v2_0/include/pkgconf/mlt_arm_mac7100_mace1_rom.ldi
Initial revision
[karo-tx-redboot.git] / packages / hal / arm / mac7100 / mace1 / v2_0 / include / pkgconf / mlt_arm_mac7100_mace1_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
7 MEMORY
8 {
9     ram  : ORIGIN = 0x00000000, LENGTH = 0x8000
10     rom  : ORIGIN = 0x20000000, LENGTH = 0x80000
11 }
12
13 SECTIONS
14 {
15     SECTIONS_BEGIN
16     SECTION_rom_vectors (rom, 0x20000000, LMA_EQ_VMA)
17
18 //  MAC7100 Flash Security
19 //  Following section is manually added to address MAC7100 flash security area
20 //  It should actually be something like this
21 //    SECTION_sgfm_config (rom, 0x20000400, LMA_EQ_VMA)
22
23     .mac7100_flash_security 0x20000400 : { KEEP (*(.mac7100_flash_security))} > rom
24
25 //  END MAC7100 Flash Security
26     
27     SECTION_text (rom, ALIGN (0x1), LMA_EQ_VMA)
28     SECTION_fini (rom, ALIGN (0x4), LMA_EQ_VMA)
29     SECTION_rodata (rom, ALIGN (0x4), LMA_EQ_VMA)
30     SECTION_rodata1 (rom, ALIGN (0x4), LMA_EQ_VMA)
31     SECTION_fixup (rom, ALIGN (0x4), LMA_EQ_VMA)
32     SECTION_gcc_except_table (rom, ALIGN (0x4), LMA_EQ_VMA)
33
34     SECTION_fixed_vectors (ram, 0x00000020, LMA_EQ_VMA)
35     SECTION_data (ram, ALIGN(0x4), FOLLOWING(.gcc_except_table))
36     SECTION_bss (ram, ALIGN (0x4), LMA_EQ_VMA)
37     CYG_LABEL_DEFN(__heap1) = ALIGN (0x8);
38     SECTIONS_END
39 }