]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/hal/h8300/h8max/v2_0/include/pkgconf/mlt_h8300_h8300h_h8max_ram.ldi
Initial revision
[karo-tx-redboot.git] / packages / hal / h8300 / h8max / v2_0 / include / pkgconf / mlt_h8300_h8300h_h8max_ram.ldi
1 // eCos memory layout - Fri Oct 20 08:25:16 2000
2
3 // This is a generated file - do not edit
4
5 #include <cyg/infra/cyg_type.inc>
6
7 OUTPUT_FORMAT("elf32-h8300")
8 OUTPUT_ARCH(h8300h)
9
10 MEMORY
11 {
12     ram : ORIGIN = 0x400000, LENGTH = 0x30000
13     iram : ORIGIN = 0xffbf20, LENGTH = 0x4000
14 }
15
16 SECTIONS
17 {
18     SECTIONS_BEGIN
19     SECTION_text (ram, 0x400000, LMA_EQ_VMA)
20     SECTION_fini (ram, ALIGN (0x1), LMA_EQ_VMA)
21     SECTION_rodata (ram, ALIGN (0x1), LMA_EQ_VMA)
22     SECTION_rodata1 (ram, ALIGN (0x1), LMA_EQ_VMA)
23     SECTION_fixup (ram, ALIGN (0x1), LMA_EQ_VMA)
24     SECTION_gcc_except_table (ram, ALIGN (0x1), LMA_EQ_VMA)
25     SECTION_data (ram, ALIGN (0x4),LMA_EQ_VMA)
26     SECTION_bss (ram, ALIGN (0x4),LMA_EQ_VMA)
27     SECTION_int_hook_table (iram, CYGHWR_HAL_H8300_VECTOR_ADDRESS, FOLLOWING(.data))
28     SECTIONS_END
29 }
30
31 fook_table_address = 0xffbf20;