3 * Josh Huber <huber@mclx.com>, Mission Critical Linux, Inc.
5 * SPDX-License-Identifier: GPL-2.0+
9 * u-boot.lds - linker script for U-Boot on the Galileo Eval Board.
16 /* Read-only sections, merged into text segment: */
19 arch/powerpc/cpu/74xx_7xx/start.o (.text*)
22 . = DEFINED(env_offset) ? env_offset : .;
23 common/env_embedded.o (.ppcenv*)
29 *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
32 /* Read-write section, merged into data segment: */
33 . = (. + 0x00FF) & 0xFFFFFF00;
35 PROVIDE (erotext = .);
41 PROVIDE(_GLOBAL_OFFSET_TABLE_ = . + 4);
45 __got2_entries = ((_GLOBAL_OFFSET_TABLE_ - _GOT2_TABLE_) >> 2) - 1;
46 __fixup_entries = (. - _FIXUP_TABLE_)>>2;
60 KEEP(*(SORT(.u_boot_list*)));
65 __start___ex_table = .;
66 __ex_table : { *(__ex_table) }
67 __stop___ex_table = .;
71 .text.init : { *(.text.init) }
72 .data.init : { *(.data.init) }