comparison packages/hal/powerpc/cogent/current/include/pkgconf/mlt_powerpc_cogent_ram.ldi @ 103:95f3e12a6327 ecos-sw-2000-06-23

Merge from eCos master repository on 2000-06-23-16:41:10-BST
author jlarmour
date Fri, 23 Jun 2000 17:06:31 +0000
parents c5536bad4c24
children eb9fd8c04db3
comparison
equal deleted inserted replaced
102:6409b6d94dd7 103:95f3e12a6327
1 //=========================================================================== 1 // eCos memory layout - Tue Jun 20 10:13:16 2000
2 // 2
3 // RAM start linker control script 3 // This is a generated file - do not edit
4 //
5 //===========================================================================
6 //####COPYRIGHTBEGIN####
7 //
8 // -------------------------------------------
9 // The contents of this file are subject to the Red Hat eCos Public License
10 // Version 1.1 (the "License"); you may not use this file except in
11 // compliance with the License. You may obtain a copy of the License at
12 // http://www.redhat.com/
13 //
14 // Software distributed under the License is distributed on an "AS IS"
15 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
16 // License for the specific language governing rights and limitations under
17 // the License.
18 //
19 // The Original Code is eCos - Embedded Configurable Operating System,
20 // released September 30, 1998.
21 //
22 // The Initial Developer of the Original Code is Red Hat.
23 // Portions created by Red Hat are
24 // Copyright (C) 1998, 1999, 2000 Red Hat, Inc.
25 // All Rights Reserved.
26 // -------------------------------------------
27 //
28 //####COPYRIGHTEND####
29 //===========================================================================
30 4
31 MEMORY 5 MEMORY
32 { 6 {
33 ram : ORIGIN = 0x00000000, LENGTH = 0x800000 7 ram : ORIGIN = 0, LENGTH = 0x800000
34 } 8 }
35 9
36 SECTIONS 10 SECTIONS
37 { 11 {
38 SECTIONS_BEGIN 12 SECTIONS_BEGIN
39 __reserved_vectors = 0; . = __reserved_vectors + 0x3000; 13 __reserved_vectors = 0; . = __reserved_vectors + 0x3000;
40 __reserved_vsr_table = ALIGN (0x1); . = __reserved_vsr_table + 0x200; 14 __reserved_vsr_table = ALIGN (0x10); . = __reserved_vsr_table + 0x200;
41 __reserved_for_rom = ALIGN (0x1); . = __reserved_for_rom + 0xce00; 15 __reserved_virtual_table = ALIGN (0x10); . = __reserved_virtual_table + 0x100;
42 SECTION_vectors (ram, ALIGN(0x4), LMA_EQ_VMA) 16 __reserved_for_rom = ALIGN (0x10); . = __reserved_for_rom + 0xcd00;
17 SECTION_vectors (ram, ALIGN (0x10), LMA_EQ_VMA)
43 SECTION_text (ram, ALIGN (0x4), LMA_EQ_VMA) 18 SECTION_text (ram, ALIGN (0x4), LMA_EQ_VMA)
44 SECTION_fini (ram, ALIGN (0x4), LMA_EQ_VMA) 19 SECTION_fini (ram, ALIGN (0x4), LMA_EQ_VMA)
45 SECTION_rodata1 (ram, ALIGN (0x8), LMA_EQ_VMA) 20 SECTION_rodata1 (ram, ALIGN (0x8), LMA_EQ_VMA)
46 SECTION_rodata (ram, ALIGN (0x8), LMA_EQ_VMA) 21 SECTION_rodata (ram, ALIGN (0x8), LMA_EQ_VMA)
47 SECTION_fixup (ram, ALIGN (0x4), LMA_EQ_VMA) 22 SECTION_fixup (ram, ALIGN (0x4), LMA_EQ_VMA)