Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/lib/
H A Drelocate.c29 if (gd->flags & GD_FLG_SKIP_RELOC) in copy_uboot_to_ram()
41 if (gd->flags & GD_FLG_SKIP_RELOC) in clear_bss()
156 if (gd->flags & GD_FLG_SKIP_RELOC) in do_elf_reloc_fixups()
/openbmc/u-boot/arch/arc/lib/
H A Drelocate.c21 if (gd->flags & GD_FLG_SKIP_RELOC) in copy_uboot_to_ram()
47 if (gd->flags & GD_FLG_SKIP_RELOC) in do_elf_reloc_fixups()
/openbmc/u-boot/common/
H A Dboard_f.c454 if (!(gd->flags & GD_FLG_SKIP_RELOC)) { in reserve_uboot()
654 if (gd->flags & GD_FLG_SKIP_RELOC) in reloc_fdt()
668 if (gd->flags & GD_FLG_SKIP_RELOC) in reloc_bootstage()
686 if (gd->flags & GD_FLG_SKIP_RELOC) in reloc_bloblist()
703 if (gd->flags & GD_FLG_SKIP_RELOC) { in setup_reloc()
744 if (gd->flags & GD_FLG_SKIP_RELOC) in jump_to_copy()
/openbmc/u-boot/include/asm-generic/
H A Dglobal_data.h159 #define GD_FLG_SKIP_RELOC 0x00800 /* Don't relocate */ macro
/openbmc/u-boot/lib/efi/
H A Defi_app.c127 board_init_f(GD_FLG_SKIP_RELOC); in efi_main()
/openbmc/u-boot/board/synopsys/iot_devkit/
H A Diot_devkit.c114 gd->flags |= GD_FLG_SKIP_RELOC; in mach_cpu_init()