Home
last modified time | relevance | path

Searched refs:ft_len (Results 1 – 14 of 14) sorted by relevance

/external/u-boot/arch/powerpc/lib/
Dbootm.c169 flush_cache((unsigned long)images->ft_addr, images->ft_len); in boot_prep_linux()
175 ulong of_size = images->ft_len; in boot_cmdline_linux()
196 ulong of_size = images->ft_len; in boot_bd_t_linux()
314 flush_cache((unsigned long)images->ft_addr, images->ft_len); in boot_prep_vxworks()
/external/u-boot/arch/riscv/lib/
Dbootm.c56 if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) { in do_bootm_linux()
70 if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) in do_bootm_linux()
/external/u-boot/arch/mips/lib/
Dbootm.c249 &images->ft_len); in boot_reloc_fdt()
267 return image_setup_libfdt(images, images->ft_addr, images->ft_len, in boot_setup_fdt()
275 if (CONFIG_IS_ENABLED(MIPS_BOOT_FDT) && images->ft_len) { in boot_prep_linux()
313 if (images->ft_len) in boot_jump_linux()
/external/u-boot/arch/nds32/lib/
Dbootm.c70 if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) { in do_bootm_linux()
115 if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) in do_bootm_linux()
/external/u-boot/arch/nios2/lib/
Dbootm.c20 if (images->ft_len) in do_bootm_linux()
/external/u-boot/arch/microblaze/lib/
Dbootm.c39 if (images->ft_len) in do_bootm_linux()
/external/u-boot/arch/arc/lib/
Dbootm.c89 if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) { in boot_jump_linux()
/external/u-boot/arch/arm/lib/
Dbootm.c229 if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) { in boot_prep_linux()
386 if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) in boot_jump_linux()
/external/u-boot/arch/x86/lib/
Dbootm.c78 if (images->ft_len) { in boot_prep_linux()
/external/u-boot/common/
Dbootm.c260 &images.ft_addr, &images.ft_len); in bootm_find_images()
679 &images->ft_len); in do_bootm_states()
Dbootm_os.c268 ulong of_size = images->ft_len; in do_bootvx_fdt()
Dimage.c1486 ulong of_size = images->ft_len; in image_setup_linux()
/external/u-boot/include/
Dimage.h375 ulong ft_len; /* length of flat device tree */ member
/external/u-boot/board/synopsys/hsdk/
Dhsdk.c688 if (!IMAGE_ENABLE_OF_LIBFDT || !images->ft_len) { in board_prep_linux()