/external/u-boot/arch/powerpc/lib/ |
D | bootm.c | 47 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/ |
D | bootm.c | 308 (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/ |
D | spl.c | 120 (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/ |
D | bootm.c | 247 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/ |
D | bootm.c | 164 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/ |
D | bootm.c | 21 of_flat_tree = images->ft_addr; in do_bootm_linux()
|
/external/u-boot/arch/riscv/lib/ |
D | bootm.c | 71 theKernel(machid, (unsigned long)images->ft_addr); in do_bootm_linux()
|
/external/u-boot/arch/microblaze/lib/ |
D | bootm.c | 40 of_flat_tree = images->ft_addr; in do_bootm_linux()
|
/external/u-boot/common/ |
D | bootm.c | 260 &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()
|
D | bootm_os.c | 269 char **of_flat_tree = &images->ft_addr; in do_bootvx_fdt()
|
D | image.c | 1487 char **of_flat_tree = &images->ft_addr; in image_setup_linux()
|
/external/u-boot/arch/arc/lib/ |
D | bootm.c | 91 r2 = (unsigned int)images->ft_addr; in boot_jump_linux()
|
/external/u-boot/arch/nds32/lib/ |
D | bootm.c | 116 theKernel(0, machid, (unsigned long)images->ft_addr); in do_bootm_linux()
|
/external/u-boot/board/synopsys/hsdk/ |
D | hsdk.c | 694 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/ |
D | image.h | 374 char *ft_addr; /* flat dev tree address */ member
|