Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/cmd/
H A Dblkcache.c51 static int relocated; in blkc_reloc() local
53 if (!relocated) { in blkc_reloc()
55 relocated = 1; in blkc_reloc()
H A Dbootm.c95 static int relocated = 0; in do_bootm() local
97 if (!relocated) { in do_bootm()
104 relocated = 1; in do_bootm()
H A Di2c.c1983 static int relocated; in i2c_reloc() local
1985 if (!relocated) { in i2c_reloc()
1987 relocated = 1; in i2c_reloc()
/rk3399_rockchip-uboot/test/dm/
H A Dcmd_dm.c63 static int relocated; in dm_reloc() local
65 if (!relocated) { in dm_reloc()
67 relocated = 1; in dm_reloc()
/rk3399_rockchip-uboot/common/
H A Dbootm_os.c497 static bool relocated; in bootm_os_get_boot_func() local
499 if (!relocated) { in bootm_os_get_boot_func()
507 relocated = true; in bootm_os_get_boot_func()
/rk3399_rockchip-uboot/fs/
H A Dfs.c257 static int relocated; in fs_set_blk_dev() local
259 if (!relocated) { in fs_set_blk_dev()
269 relocated = 1; in fs_set_blk_dev()
/rk3399_rockchip-uboot/doc/
H A DREADME.mpc85xx-spin-table16 relocated to the top of mapped memory) into a variable __spin_table_addr so
H A DREADME.arm6423 the U-Boot will be relocated to destination again.
H A DREADME.clang22 cannot be relocated and U-Boot will fail at runtime.
H A DREADME.arm-relocation6 which must be applied to the relocated image before transferring
H A DREADME.fdt-control158 variable will be set to the address of the newly relocated fdt blob.
H A DREADME.trace130 Size of 'early' trace buffer. Before U-Boot has relocated
/rk3399_rockchip-uboot/arch/arm/cpu/
H A Du-boot.lds32 * code also needs to be relocated along with the accompanying u-boot
/rk3399_rockchip-uboot/include/
H A Dppc_asm.tmpl202 * OFFSET values only; they must be relocated first before they can
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/
H A DKconfig36 master CPU protects the relocated spin code.
/rk3399_rockchip-uboot/doc/driver-model/
H A Dfdt-fixup.txt57 This function is called before the device tree is relocated, and specifically
/rk3399_rockchip-uboot/
H A DREADME275 this point the stack and global_data are relocated to below
276 CONFIG_SPL_STACK_R_ADDR. For non-SPL, U-Boot is relocated to run at the top of
287 - U-Boot is relocated to the top of memory and is now running from
3253 has been relocated to RAM and a RAM copy of the environment has been
3258 is relocated into RAM, as a result of a bad CRC you will be working
3264 Note: once the monitor has been relocated, then it will complain if
3314 Physical address of CCSR. CCSR can be relocated to a new
3318 is typically relocated on 36-bit builds. It is recommended
3337 forced to a value that ensures that CCSR is not relocated.
5068 running from ROM, and because the code will have to be relocated to a
/rk3399_rockchip-uboot/common/spl/
H A DKconfig144 The SPL code will be relocated to a high memory if you say no here.