/openbmc/u-boot/include/ |
H A D | initcall.h | 25 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 D | i2c_core.c | 179 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 D | sata.c | 216 if (gd->flags & GD_FLG_RELOC) { in bd82x6x_sata_bind() 234 if (!(gd->flags & GD_FLG_RELOC)) in bd82x6x_sata_probe()
|
H A D | bd82x6x.c | 161 if (!(gd->flags & GD_FLG_RELOC)) in bd82x6x_probe()
|
H A D | northbridge.c | 242 if (!(gd->flags & GD_FLG_RELOC)) in bd82x6x_northbridge_probe()
|
/openbmc/u-boot/arch/x86/cpu/broadwell/ |
H A D | lpc.c | 53 if (!(gd->flags & GD_FLG_RELOC)) { in broadwell_lpc_probe()
|
H A D | northbridge.c | 42 if (!(gd->flags & GD_FLG_RELOC)) in broadwell_northbridge_probe()
|
H A D | sata.c | 248 if (!(gd->flags & GD_FLG_RELOC)) in broadwell_sata_probe()
|
/openbmc/u-boot/drivers/video/rockchip/ |
H A D | rk3399_vop.c | 66 if (!(gd->flags & GD_FLG_RELOC)) in rk3399_vop_probe()
|
H A D | rk3288_vop.c | 59 if (!(gd->flags & GD_FLG_RELOC)) in rk3288_vop_probe()
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | interrupts_64.c | 32 if (gd->flags & GD_FLG_RELOC) in show_regs()
|
H A D | interrupts.c | 100 if (gd->flags & GD_FLG_RELOC) { in show_regs()
|
/openbmc/u-boot/arch/microblaze/cpu/ |
H A D | timer.c | 55 if (!(gd->flags & GD_FLG_RELOC)) in timer_init()
|
/openbmc/u-boot/drivers/clk/at91/ |
H A D | pmc.c | 56 bool pre_reloc_only = !(gd->flags & GD_FLG_RELOC); in at91_clk_sub_device_bind()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | tlb.c | 161 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 D | global_data.h | 148 #define GD_FLG_RELOC 0x00001 /* Code was relocated to RAM */ macro
|
/openbmc/u-boot/drivers/sound/ |
H A D | ivybridge_sound.c | 31 if (!(gd->flags & GD_FLG_RELOC)) in bd82x6x_azalia_probe()
|
/openbmc/u-boot/drivers/core/ |
H A D | root.c | 320 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 D | iotrace.c | 47 if (!(gd->flags & GD_FLG_RELOC) || !iotrace.enabled) in add_record()
|
/openbmc/u-boot/drivers/video/meson/ |
H A D | meson_vpu.c | 101 if (!(gd->flags & GD_FLG_RELOC)) in meson_vpu_probe()
|
/openbmc/u-boot/drivers/serial/ |
H A D | serial_sifive.c | 133 if (gd->flags & GD_FLG_RELOC) in sifive_serial_probe()
|
H A D | serial_zynq.c | 143 if (gd->flags & GD_FLG_RELOC) in zynq_serial_probe()
|
H A D | serial_msm.c | 204 if (gd->flags & GD_FLG_RELOC) in msm_serial_probe()
|
/openbmc/u-boot/arch/arm/mach-exynos/ |
H A D | spl_boot.c | 280 gd->flags |= GD_FLG_RELOC; in setup_global_data()
|
/openbmc/u-boot/board/freescale/ls2080aqds/ |
H A D | ls2080aqds.c | 45 if (gd->flags & GD_FLG_RELOC) in get_qixis_addr()
|