Home
last modified time | relevance | path

Searched refs:GD_FLG_RELOC (Results 1 – 25 of 70) sorted by relevance

123

/u-boot/include/
A Dinitcall.h34 if (IS_ENABLED(CONFIG_SANDBOX) || (gd->flags & GD_FLG_RELOC)) in initcall_run_list()
/u-boot/arch/x86/cpu/broadwell/
A Dlpc.c55 if (!(gd->flags & GD_FLG_RELOC)) { in broadwell_lpc_probe()
A Dnorthbridge.c143 if (!(gd->flags & GD_FLG_RELOC)) in broadwell_northbridge_probe()
A Dsata.c251 if (!(gd->flags & GD_FLG_RELOC)) in broadwell_sata_probe()
/u-boot/arch/arm/mach-stm32mp/
A Ddram_init.c64 if (!(gd->flags & GD_FLG_RELOC)) in board_get_usable_ram_top()
/u-boot/drivers/video/rockchip/
A Drk3399_vop.c66 if (!(gd->flags & GD_FLG_RELOC)) in rk3399_vop_probe()
A Drk3288_vop.c61 if (!(gd->flags & GD_FLG_RELOC)) in rk3288_vop_probe()
/u-boot/drivers/i2c/
A Di2c_core.c181 if (gd->flags & GD_FLG_RELOC) { in i2c_init_bus()
306 if (gd->flags & GD_FLG_RELOC) in i2c_set_bus_speed()
/u-boot/arch/x86/cpu/ivybridge/
A Dsata.c218 if (gd->flags & GD_FLG_RELOC) { in bd82x6x_sata_bind()
236 if (!(gd->flags & GD_FLG_RELOC)) in bd82x6x_sata_probe()
A Dbd82x6x.c168 if (!(gd->flags & GD_FLG_RELOC)) in bd82x6x_probe()
A Dnorthbridge.c245 if (!(gd->flags & GD_FLG_RELOC)) in bd82x6x_northbridge_probe()
/u-boot/drivers/sound/
A Divybridge_sound.c34 if (!(gd->flags & GD_FLG_RELOC)) in bd82x6x_azalia_probe()
/u-boot/drivers/sysreset/
A Dsysreset_x86.c137 if (gd->flags & GD_FLG_RELOC) in x86_sysreset_probe()
/u-boot/drivers/cpu/
A Dcpu-uclass.c133 (gd->flags & GD_FLG_RELOC)) { in uclass_cpu_post_bind()
/u-boot/arch/arm/mach-socfpga/
A Dmisc_arria10.c257 if (!(gd->flags & GD_FLG_RELOC)) { in dram_bank_mmu_setup()
/u-boot/drivers/timer/
A Dtimer-uclass.c55 (gd->flags & GD_FLG_RELOC)) { in timer_pre_probe()
/u-boot/arch/powerpc/cpu/mpc85xx/
A Dtlb.c165 if ((tlb == 1) && (gd->flags & GD_FLG_RELOC)) in set_tlb()
191 if (gd->flags & GD_FLG_RELOC) in disable_tlb()
/u-boot/arch/x86/cpu/apollolake/
A Dcpu.c164 if (gd->flags & GD_FLG_RELOC) { in cpu_apl_probe()
/u-boot/boot/
A Dbootstd-uclass.c135 if (!(gd->flags & GD_FLG_RELOC)) in dm_scan_other()
/u-boot/arch/arm/lib/
A Dinterrupts.c106 if (gd->flags & GD_FLG_RELOC) { in show_regs()
A Dinterrupts_64.c89 if (gd->flags & GD_FLG_RELOC) in show_regs()
/u-boot/common/
A Diotrace.c51 if (!(gd->flags & GD_FLG_RELOC) || !iotrace.enabled) in add_record()
/u-boot/drivers/serial/
A Dserial_sifive.c138 if (gd->flags & GD_FLG_RELOC) in sifive_serial_probe()
/u-boot/arch/riscv/lib/
A Dinterrupts.c117 if (gd && gd->flags & GD_FLG_RELOC) in _exit_trap()
/u-boot/drivers/core/
A Droot.c304 gd->flags & GD_FLG_RELOC ? false : true); in dm_scan_fdt_dev()
439 if (CONFIG_IS_ENABLED(DM_EVENT) && !(gd->flags & GD_FLG_RELOC)) { in dm_init_and_scan()

Completed in 32 milliseconds

123