Searched refs:relocated (Results 1 – 22 of 22) sorted by relevance
51 static int relocated; in blkc_reloc() local53 if (!relocated) { in blkc_reloc()55 relocated = 1; in blkc_reloc()
78 static int relocated; in dm_reloc() local80 if (!relocated) { in dm_reloc()82 relocated = 1; in dm_reloc()
97 static int relocated = 0; in do_bootm() local99 if (!relocated) { in do_bootm()106 relocated = 1; in do_bootm()
1995 static int relocated; in i2c_reloc() local1997 if (!relocated) { in i2c_reloc()1999 relocated = 1; in i2c_reloc()
296 static int relocated; \298 if (relocated) \303 relocated = 1; \
201 * OFFSET values only; they must be relocated first before they can
632 static bool relocated; in bootm_os_get_boot_func() local634 if (!relocated) { in bootm_os_get_boot_func()642 relocated = true; in bootm_os_get_boot_func()
8 after U-Boot has relocated. Normally if PCI is used before relocation,
16 relocated to the top of mapped memory) into a variable __spin_table_addr so
6 which must be applied to the relocated image before transferring
161 variable will be set to the address of the newly relocated fdt blob.
372 static int relocated; in fs_set_blk_dev() local374 if (!relocated) { in fs_set_blk_dev()384 relocated = 1; in fs_set_blk_dev()
26 the U-Boot will be relocated to destination again.
111 U-Boot then shuts down CAR and jumps to its relocated version.126 immediately before U-Boot starts up in its relocated position. Therefore we194 200000 FSP-S (which is run after U-Boot is relocated)
31 * code also needs to be relocated along with the accompanying u-boot
47 master CPU protects the relocated spin code.
53 This function is called before the device tree is relocated, and specifically
136 Size of 'early' trace buffer. Before U-Boot has relocated
891 relocated to any address for execution.994 be relocated to any address for execution.1076 be relocated to any address for execution.
342 and parsed in relocate_code() to fix up all offsets in the relocated
279 this point the stack and global_data are relocated to below280 CONFIG_SPL_STACK_R_ADDR. For non-SPL, U-Boot is relocated to run at the top of291 - U-Boot is relocated to the top of memory and is now running from2624 has been relocated to RAM and a RAM copy of the environment has been2629 is relocated into RAM, as a result of a bad CRC you will be working2635 Note: once the monitor has been relocated, then it will complain if2685 Physical address of CCSR. CCSR can be relocated to a new2689 is typically relocated on 36-bit builds. It is recommended2708 forced to a value that ensures that CCSR is not relocated.4441 running from ROM, and because the code will have to be relocated to a
369 The FDT is verified after the kernel is relocated, so it must be loaded high
Completed in 37 milliseconds