2 **=====================================================================
4 ** Copyright (C) 2000, 2001, 2002, 2003
5 ** The LEOX team <team@leox.org>, http://www.leox.org
7 ** LEOX.org is about the development of free hardware and software resources
10 ** Description: U-Boot port on the LEOX's ELPT860 CPU board
13 **=====================================================================
15 * SPDX-License-Identifier: GPL-2.0+
17 **=====================================================================
24 /* Read-only sections, merged into text segment: */
28 /* WARNING - the following is hand-optimized to fit within */
29 /* the sector layout of our flash chips! XXX FIXME XXX */
31 arch/powerpc/cpu/mpc8xx/start.o (.text*)
32 arch/powerpc/cpu/mpc8xx/traps.o (.text*)
33 common/built-in.o (.text*)
34 arch/powerpc/cpu/mpc8xx/built-in.o (.text*)
35 board/LEOX/elpt860/built-in.o (.text*)
36 arch/powerpc/lib/built-in.o (.text*)
39 common/env_embedded.o (.text*)
47 *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
50 /* Read-write section, merged into data segment: */
51 . = (. + 0x00FF) & 0xFFFFFF00;
53 PROVIDE (erotext = .);
59 PROVIDE(_GLOBAL_OFFSET_TABLE_ = . + 4);
63 __got2_entries = ((_GLOBAL_OFFSET_TABLE_ - _GOT2_TABLE_) >> 2) - 1;
64 __fixup_entries = (. - _FIXUP_TABLE_)>>2;
78 KEEP(*(SORT(.u_boot_list*)));
82 __start___ex_table = .;
83 __ex_table : { *(__ex_table) }
84 __stop___ex_table = .;
88 .text.init : { *(.text.init) }
89 .data.init : { *(.data.init) }