2 * (C) Copyright 2002,2003, Motorola,Inc.
4 * See file CREDITS for list of people who contributed to this
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License as
9 * published by the Free Software Foundation; either version 2 of
10 * the License, or (at your option) any later version.
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
23 /* Assumes that the size of u-boot is less than 512K and the
24 * start address is aligned on a 512K block.
25 * Boot page and reset vector is put at that end of the 512K block. */
28 /* Do we need any of these for elf?
32 /* Read-only sections, merged into text segment: */
33 .interp : { *(.interp) }
35 .dynsym : { *(.dynsym) }
36 .dynstr : { *(.dynstr) }
37 .rel.text : { *(.rel.text) }
38 .rela.text : { *(.rela.text) }
39 .rel.data : { *(.rel.data) }
40 .rela.data : { *(.rela.data) }
41 .rel.rodata : { *(.rel.rodata) }
42 .rela.rodata : { *(.rela.rodata) }
43 .rel.got : { *(.rel.got) }
44 .rela.got : { *(.rela.got) }
45 .rel.ctors : { *(.rel.ctors) }
46 .rela.ctors : { *(.rela.ctors) }
47 .rel.dtors : { *(.rel.dtors) }
48 .rela.dtors : { *(.rela.dtors) }
49 .rel.bss : { *(.rel.bss) }
50 .rela.bss : { *(.rela.bss) }
51 .rel.plt : { *(.rel.plt) }
52 .rela.plt : { *(.rela.plt) }
57 cpu/mpc85xx/start.o (.text)
58 cpu/mpc85xx/traps.o (.text)
59 cpu/mpc85xx/interrupts.o (.text)
60 cpu/mpc85xx/cpu_init.o (.text)
61 cpu/mpc85xx/cpu.o (.text)
62 cpu/mpc85xx/speed.o (.text)
63 cpu/mpc85xx/pci.o (.text)
64 common/dlmalloc.o (.text)
65 lib_generic/crc32.o (.text)
66 lib_ppc/extable.o (.text)
67 lib_generic/zlib.o (.text)
81 .fini : { *(.fini) } =0
82 .ctors : { *(.ctors) }
83 .dtors : { *(.dtors) }
85 /* Read-write section, merged into data segment: */
86 . = (. + 0x00FF) & 0xFFFFFF00;
88 PROVIDE (erotext = .);
97 __got2_entries = (_FIXUP_TABLE_ - _GOT2_TABLE_) >> 2;
98 __fixup_entries = (. - _FIXUP_TABLE_) >> 2;
113 __u_boot_cmd_start = .;
114 .u_boot_cmd : { *(.u_boot_cmd) }
115 __u_boot_cmd_end = .;
118 __start___ex_table = .;
119 __ex_table : { *(__ex_table) }
120 __stop___ex_table = .;
124 .text.init : { *(.text.init) }
125 .data.init : { *(.data.init) }
140 . = (. & 0xFFF80000) + 0x0007F000;
143 cpu/mpc85xx/start.o (.bootpg)
146 . = (. & 0xFFF80000) + 0x0007FFFC;