Home
last modified time | relevance | path

Searched refs:relocated (Results 1 – 22 of 22) sorted by relevance

/u-boot/cmd/
A Dblkcache.c51 static int relocated; in blkc_reloc() local
53 if (!relocated) { in blkc_reloc()
55 relocated = 1; in blkc_reloc()
A Ddm.c78 static int relocated; in dm_reloc() local
80 if (!relocated) { in dm_reloc()
82 relocated = 1; in dm_reloc()
A Dbootm.c97 static int relocated = 0; in do_bootm() local
99 if (!relocated) { in do_bootm()
106 relocated = 1; in do_bootm()
A Di2c.c1995 static int relocated; in i2c_reloc() local
1997 if (!relocated) { in i2c_reloc()
1999 relocated = 1; in i2c_reloc()
/u-boot/include/
A Dcommand.h296 static int relocated; \
298 if (relocated) \
303 relocated = 1; \
A Dppc_asm.tmpl201 * OFFSET values only; they must be relocated first before they can
/u-boot/common/
A Dbootm_os.c632 static bool relocated; in bootm_os_get_boot_func() local
634 if (!relocated) { in bootm_os_get_boot_func()
642 relocated = true; in bootm_os_get_boot_func()
/u-boot/doc/device-tree-bindings/pci/
A Dx86-pci.txt8 after U-Boot has relocated. Normally if PCI is used before relocation,
/u-boot/doc/
A DREADME.mpc85xx-spin-table16 relocated to the top of mapped memory) into a variable __spin_table_addr so
A DREADME.arm-relocation6 which must be applied to the relocated image before transferring
A DREADME.fdt-control161 variable will be set to the address of the newly relocated fdt blob.
/u-boot/fs/
A Dfs.c372 static int relocated; in fs_set_blk_dev() local
374 if (!relocated) { in fs_set_blk_dev()
384 relocated = 1; in fs_set_blk_dev()
/u-boot/doc/arch/
A Darm64.rst26 the U-Boot will be relocated to destination again.
/u-boot/doc/board/google/
A Dchromebook_coral.rst111 U-Boot then shuts down CAR and jumps to its relocated version.
126 immediately before U-Boot starts up in its relocated position. Therefore we
194 200000 FSP-S (which is run after U-Boot is relocated)
/u-boot/arch/arm/cpu/
A Du-boot.lds31 * code also needs to be relocated along with the accompanying u-boot
/u-boot/arch/arm/cpu/armv8/
A DKconfig47 master CPU protects the relocated spin code.
/u-boot/doc/driver-model/
A Dfdt-fixup.rst53 This function is called before the device tree is relocated, and specifically
/u-boot/doc/develop/
A Dtrace.rst136 Size of 'early' trace buffer. Before U-Boot has relocated
/u-boot/tools/binman/
A DREADME.entries891 relocated to any address for execution.
994 be relocated to any address for execution.
1076 be relocated to any address for execution.
/u-boot/arch/mips/
A DKconfig342 and parsed in relocate_code() to fix up all offsets in the relocated
/u-boot/
A DREADME279 this point the stack and global_data are relocated to below
280 CONFIG_SPL_STACK_R_ADDR. For non-SPL, U-Boot is relocated to run at the top of
291 - U-Boot is relocated to the top of memory and is now running from
2624 has been relocated to RAM and a RAM copy of the environment has been
2629 is relocated into RAM, as a result of a bad CRC you will be working
2635 Note: once the monitor has been relocated, then it will complain if
2685 Physical address of CCSR. CCSR can be relocated to a new
2689 is typically relocated on 36-bit builds. It is recommended
2708 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
/u-boot/doc/board/sipeed/
A Dmaix.rst369 The FDT is verified after the kernel is relocated, so it must be loaded high

Completed in 37 milliseconds