1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright (C) 2017 Andes Technology Corporation
4 * Rick Chen, Andes Technology Corporation <rick@andestech.com>
14 arch/riscv/cpu/start.o (.text)
17 /* This needs to come before *(.text*) */
19 __efi_runtime_start = .;
21 *(.rodata.efi_runtime*)
23 __efi_runtime_stop = .;
31 .rodata : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) }
35 __global_pointer$ = . + 0x800;
49 KEEP(*(SORT(.u_boot_list*)));
55 __efi_runtime_rel_start = .;
57 *(.rel*.efi_runtime.*)
58 __efi_runtime_rel_stop = .;
63 /DISCARD/ : { *(.rela.plt*) }