Searched refs:ft_len (Results 1 – 15 of 15) sorted by relevance
67 if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) { in boot_prep_linux()99 if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) { in boot_jump_linux()
175 flush_cache((unsigned long)images->ft_addr, images->ft_len); in boot_prep_linux()181 ulong of_size = images->ft_len; in boot_cmdline_linux()202 ulong of_size = images->ft_len; in boot_bd_t_linux()320 flush_cache((unsigned long)images->ft_addr, images->ft_len); in boot_prep_vxworks()
237 &images->ft_len); in boot_reloc_fdt()257 return image_setup_libfdt(images, images->ft_addr, images->ft_len, in boot_setup_fdt()263 if (CONFIG_IS_ENABLED(MIPS_BOOT_FDT) && images->ft_len) { in boot_prep_linux()304 if (images->ft_len) in boot_jump_linux()
26 if (images->ft_len) in do_bootm_linux()
96 if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) { in boot_jump_linux()
76 if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) { in do_bootm_linux()121 if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) in do_bootm_linux()
104 if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) { in boot_prep_linux()
100 &images->ft_addr, &images->ft_len); in do_boot_linux()
82 if (images->ft_len) { in boot_prep_linux()
248 if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) { in boot_prep_linux()407 if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) in boot_jump_linux()
277 ulong of_size = images->ft_len; in do_bootvx_fdt()533 efi_ret = efi_install_fdt(images->ft_len in do_bootm_efi()
277 &images.ft_addr, &images.ft_len); in bootm_find_images()287 ((ulong)images.ft_addr + images.ft_len >= start && in bootm_find_images()288 (ulong)images.ft_addr + images.ft_len <= start + size))) { in bootm_find_images()712 &images->ft_len); in do_bootm_states()
1721 ulong of_size = images->ft_len; in image_setup_linux()
413 ulong ft_len; /* length of flat device tree */ member
874 if (!IMAGE_ENABLE_OF_LIBFDT || !images->ft_len) { in board_prep_linux()
Completed in 19 milliseconds