Home
last modified time | relevance | path

Searched refs:ft_addr (Results 1 – 15 of 15) sorted by relevance

/external/u-boot/arch/powerpc/lib/
Dbootm.c47 char *of_flat_tree = images->ft_addr; in boot_jump_linux()
169 flush_cache((unsigned long)images->ft_addr, images->ft_len); in boot_prep_linux()
293 if (!images->ft_addr) in boot_prep_vxworks()
299 off = fdt_path_offset(images->ft_addr, "/memory"); in boot_prep_vxworks()
301 fdt_fixup_memory(images->ft_addr, base, size); in boot_prep_vxworks()
305 ft_fixup_cpu(images->ft_addr, base + size); in boot_prep_vxworks()
306 ft_fixup_num_cores(images->ft_addr); in boot_prep_vxworks()
308 off = fdt_add_mem_rsv(images->ft_addr, in boot_prep_vxworks()
312 ft_fixup_num_cores(images->ft_addr); in boot_prep_vxworks()
314 flush_cache((unsigned long)images->ft_addr, images->ft_len); in boot_prep_vxworks()
[all …]
/external/u-boot/arch/arm/lib/
Dbootm.c308 (u64)images.ft_addr, 0, in switch_to_el1()
312 armv8_switch_to_el1((u64)images.ft_addr, 0, 0, 0, in switch_to_el1()
345 armv8_switch_to_el2((u64)images->ft_addr, 0, 0, 0, in boot_jump_linux()
351 (u64)images->ft_addr, 0, in boot_jump_linux()
355 armv8_switch_to_el2((u64)images->ft_addr, 0, 0, 0, in boot_jump_linux()
387 r2 = (unsigned long)images->ft_addr; in boot_jump_linux()
438 if (images->ft_addr) { in boot_prep_vxworks()
439 off = fdt_path_offset(images->ft_addr, "/memory"); in boot_prep_vxworks()
441 if (arch_fixup_fdt(images->ft_addr)) in boot_prep_vxworks()
456 ((void (*)(void *))images->ep)(images->ft_addr); in boot_jump_vxworks()
/external/u-boot/cmd/
Dspl.c120 (void *)images.ft_addr); in spl_export()
121 env_set_addr("fdtargsaddr", images.ft_addr); in spl_export()
122 env_set_hex("fdtargslen", fdt_totalsize(images.ft_addr)); in spl_export()
124 if (fdt_totalsize(images.ft_addr) > in spl_export()
/external/u-boot/arch/mips/lib/
Dbootm.c247 boot_fdt_add_mem_rsv_regions(&images->lmb, images->ft_addr); in boot_reloc_fdt()
248 return boot_relocate_fdt(&images->lmb, &images->ft_addr, in boot_reloc_fdt()
267 return image_setup_libfdt(images, images->ft_addr, images->ft_len, in boot_setup_fdt()
314 kernel(-2, (ulong)images->ft_addr, 0, 0); in boot_jump_linux()
/external/u-boot/arch/xtensa/lib/
Dbootm.c164 if (images->ft_addr) in do_bootm_linux()
165 params = setup_fdt_tag(params, images->ft_addr); in do_bootm_linux()
/external/u-boot/arch/nios2/lib/
Dbootm.c21 of_flat_tree = images->ft_addr; in do_bootm_linux()
/external/u-boot/arch/riscv/lib/
Dbootm.c71 theKernel(machid, (unsigned long)images->ft_addr); in do_bootm_linux()
/external/u-boot/arch/microblaze/lib/
Dbootm.c40 of_flat_tree = images->ft_addr; in do_bootm_linux()
/external/u-boot/common/
Dbootm.c260 &images.ft_addr, &images.ft_len); in bootm_find_images()
265 set_working_fdt_addr((ulong)images.ft_addr); in bootm_find_images()
677 boot_fdt_add_mem_rsv_regions(&images->lmb, images->ft_addr); in do_bootm_states()
678 ret = boot_relocate_fdt(&images->lmb, &images->ft_addr, in do_bootm_states()
Dbootm_os.c269 char **of_flat_tree = &images->ft_addr; in do_bootvx_fdt()
Dimage.c1487 char **of_flat_tree = &images->ft_addr; in image_setup_linux()
/external/u-boot/arch/arc/lib/
Dbootm.c91 r2 = (unsigned int)images->ft_addr; in boot_jump_linux()
/external/u-boot/arch/nds32/lib/
Dbootm.c116 theKernel(0, machid, (unsigned long)images->ft_addr); in do_bootm_linux()
/external/u-boot/board/synopsys/hsdk/
Dhsdk.c694 ofst = fdt_path_offset(images->ft_addr, "/"); in board_prep_linux()
700 ret = fdt_setprop_string(images->ft_addr, ofst, "possible-cpus", mask); in board_prep_linux()
/external/u-boot/include/
Dimage.h374 char *ft_addr; /* flat dev tree address */ member