Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/lib/
H A 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()
/openbmc/u-boot/arch/riscv/lib/
H A Dbootm.c66 if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) { in boot_prep_linux()
95 if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) in boot_jump_linux()
/openbmc/u-boot/arch/mips/lib/
H A 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()
/openbmc/u-boot/arch/nios2/lib/
H A Dbootm.c20 if (images->ft_len) in do_bootm_linux()
/openbmc/u-boot/arch/nds32/lib/
H A 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()
/openbmc/u-boot/arch/microblaze/lib/
H A Dbootm.c39 if (images->ft_len) in do_bootm_linux()
/openbmc/u-boot/arch/arc/lib/
H A Dbootm.c89 if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) { in boot_jump_linux()
/openbmc/u-boot/arch/arm/lib/
H A Dbootm.c231 if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) { in boot_prep_linux()
388 if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) in boot_jump_linux()
/openbmc/u-boot/arch/x86/lib/
H A Dbootm.c78 if (images->ft_len) { in boot_prep_linux()
/openbmc/u-boot/common/
H A Dbootm.c257 &images.ft_addr, &images.ft_len); in bootm_find_images()
639 ret = tcg2_measure_data(dev, &elog, 0, images->ft_len, in bootm_measure()
744 &images->ft_len); in do_bootm_states()
H A Dbootm_os.c268 ulong of_size = images->ft_len; in do_bootvx_fdt()
H A Dimage.c1489 ulong of_size = images->ft_len; in image_setup_linux()
/openbmc/u-boot/include/
H A Dimage.h401 ulong ft_len; /* length of flat device tree */ member
/openbmc/u-boot/board/synopsys/hsdk/
H A Dhsdk.c688 if (!IMAGE_ENABLE_OF_LIBFDT || !images->ft_len) { in board_prep_linux()
/openbmc/linux/drivers/input/touchscreen/
H A Dhideep.c115 __be16 ft_len; member