2 * (C) Copyright 2000-2012
3 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5 * SPDX-License-Identifier: GPL-2.0+
12 /* Read-only sections, merged into text segment: */
16 /* WARNING - the following is hand-optimized to fit within */
17 /* the sector layout of our flash chips! XXX FIXME XXX */
19 arch/powerpc/cpu/mpc8xx/start.o (.text*)
20 arch/powerpc/cpu/mpc8xx/traps.o (.text*)
21 arch/powerpc/cpu/mpc8xx/built-in.o (.text*)
22 arch/powerpc/lib/built-in.o (.text*)
23 board/tqc/tqm8xx/built-in.o (.text*)
24 disk/built-in.o (.text*)
25 drivers/net/built-in.o (.text*)
26 drivers/built-in.o (.text.pcmcia_on)
27 drivers/built-in.o (.text.pcmcia_hardware_enable)
29 . = DEFINED(env_offset) ? env_offset : .;
30 common/env_embedded.o (.ppcenv*)
38 *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
41 /* Read-write section, merged into data segment: */
42 . = (. + 0x00FF) & 0xFFFFFF00;
44 PROVIDE (erotext = .);
50 PROVIDE(_GLOBAL_OFFSET_TABLE_ = . + 4);
54 __got2_entries = ((_GLOBAL_OFFSET_TABLE_ - _GOT2_TABLE_) >> 2) - 1;
55 __fixup_entries = (. - _FIXUP_TABLE_)>>2;
69 KEEP(*(SORT(.u_boot_list*)));
74 __start___ex_table = .;
75 __ex_table : { *(__ex_table) }
76 __stop___ex_table = .;
80 .text.init : { *(.text.init) }
81 .data.init : { *(.data.init) }