Home
last modified time | relevance | path

Searched refs:GD_FLG_SKIP_RELOC (Results 1 – 7 of 7) sorted by relevance

/u-boot/arch/x86/lib/
A Drelocate.c31 if (gd->flags & GD_FLG_SKIP_RELOC) in copy_uboot_to_ram()
44 if (gd->flags & GD_FLG_SKIP_RELOC) in clear_bss()
160 if (gd->flags & GD_FLG_SKIP_RELOC) in do_elf_reloc_fixups()
/u-boot/arch/arc/lib/
A Drelocate.c23 if (gd->flags & GD_FLG_SKIP_RELOC) in copy_uboot_to_ram()
49 if (gd->flags & GD_FLG_SKIP_RELOC) in do_elf_reloc_fixups()
/u-boot/common/
A Dboard_f.c444 if (!(gd->flags & GD_FLG_SKIP_RELOC)) { in reserve_uboot()
636 if (gd->flags & GD_FLG_SKIP_RELOC) in reloc_fdt()
651 if (gd->flags & GD_FLG_SKIP_RELOC) in reloc_bootstage()
673 if ((gd->flags & GD_FLG_SKIP_RELOC) && in reloc_bloblist()
694 if (!(gd->flags & GD_FLG_SKIP_RELOC)) { in setup_reloc()
714 if (gd->flags & GD_FLG_SKIP_RELOC) { in setup_reloc()
739 if (gd->flags & GD_FLG_SKIP_RELOC) in jump_to_copy()
/u-boot/board/synopsys/iot_devkit/
A Diot_devkit.c118 gd->flags |= GD_FLG_SKIP_RELOC; in mach_cpu_init()
/u-boot/include/asm-generic/
A Dglobal_data.h616 GD_FLG_SKIP_RELOC = 0x00800, enumerator
/u-boot/lib/efi/
A Defi_app.c368 board_init_f(GD_FLG_SKIP_RELOC); in efi_main()
/u-boot/lib/
A Dlmb.c151 if (gd->flags & GD_FLG_SKIP_RELOC) in arch_lmb_reserve_generic()

Completed in 19 milliseconds