Home
last modified time | relevance | path

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

12

/openbmc/u-boot/include/
H A Dinitcall.h25 if (gd->flags & GD_FLG_RELOC) in initcall_run_list()
31 if (gd->flags & GD_FLG_RELOC) in initcall_run_list()
/openbmc/u-boot/drivers/i2c/
H A Di2c_core.c179 if (gd->flags & GD_FLG_RELOC) { in i2c_init_bus()
309 if (gd->flags & GD_FLG_RELOC) in i2c_set_bus_speed()
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dsata.c216 if (gd->flags & GD_FLG_RELOC) { in bd82x6x_sata_bind()
234 if (!(gd->flags & GD_FLG_RELOC)) in bd82x6x_sata_probe()
H A Dbd82x6x.c161 if (!(gd->flags & GD_FLG_RELOC)) in bd82x6x_probe()
H A Dnorthbridge.c242 if (!(gd->flags & GD_FLG_RELOC)) in bd82x6x_northbridge_probe()
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dlpc.c53 if (!(gd->flags & GD_FLG_RELOC)) { in broadwell_lpc_probe()
H A Dnorthbridge.c42 if (!(gd->flags & GD_FLG_RELOC)) in broadwell_northbridge_probe()
H A Dsata.c248 if (!(gd->flags & GD_FLG_RELOC)) in broadwell_sata_probe()
/openbmc/u-boot/drivers/video/rockchip/
H A Drk3399_vop.c66 if (!(gd->flags & GD_FLG_RELOC)) in rk3399_vop_probe()
H A Drk3288_vop.c59 if (!(gd->flags & GD_FLG_RELOC)) in rk3288_vop_probe()
/openbmc/u-boot/arch/arm/lib/
H A Dinterrupts_64.c32 if (gd->flags & GD_FLG_RELOC) in show_regs()
H A Dinterrupts.c100 if (gd->flags & GD_FLG_RELOC) { in show_regs()
/openbmc/u-boot/arch/microblaze/cpu/
H A Dtimer.c55 if (!(gd->flags & GD_FLG_RELOC)) in timer_init()
/openbmc/u-boot/drivers/clk/at91/
H A Dpmc.c56 bool pre_reloc_only = !(gd->flags & GD_FLG_RELOC); in at91_clk_sub_device_bind()
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dtlb.c161 if ((tlb == 1) && (gd->flags & GD_FLG_RELOC)) in set_tlb()
187 if (gd->flags & GD_FLG_RELOC) in disable_tlb()
/openbmc/u-boot/include/asm-generic/
H A Dglobal_data.h148 #define GD_FLG_RELOC 0x00001 /* Code was relocated to RAM */ macro
/openbmc/u-boot/drivers/sound/
H A Divybridge_sound.c31 if (!(gd->flags & GD_FLG_RELOC)) in bd82x6x_azalia_probe()
/openbmc/u-boot/drivers/core/
H A Droot.c320 gd->flags & GD_FLG_RELOC ? false : true); in dm_scan_fdt_dev()
324 gd->flags & GD_FLG_RELOC ? false : true); in dm_scan_fdt_dev()
/openbmc/u-boot/common/
H A Diotrace.c47 if (!(gd->flags & GD_FLG_RELOC) || !iotrace.enabled) in add_record()
/openbmc/u-boot/drivers/video/meson/
H A Dmeson_vpu.c101 if (!(gd->flags & GD_FLG_RELOC)) in meson_vpu_probe()
/openbmc/u-boot/drivers/serial/
H A Dserial_sifive.c133 if (gd->flags & GD_FLG_RELOC) in sifive_serial_probe()
H A Dserial_zynq.c143 if (gd->flags & GD_FLG_RELOC) in zynq_serial_probe()
H A Dserial_msm.c204 if (gd->flags & GD_FLG_RELOC) in msm_serial_probe()
/openbmc/u-boot/arch/arm/mach-exynos/
H A Dspl_boot.c280 gd->flags |= GD_FLG_RELOC; in setup_global_data()
/openbmc/u-boot/board/freescale/ls2080aqds/
H A Dls2080aqds.c45 if (gd->flags & GD_FLG_RELOC) in get_qixis_addr()

12