Home
last modified time | relevance | path

Searched refs:IMAGE_FORMAT_FIT (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/u-boot/cmd/
H A Ddisk.c85 case IMAGE_FORMAT_FIT: in common_diskboot()
113 if (genimg_get_format((void *) addr) == IMAGE_FORMAT_FIT) { in common_diskboot()
H A Dbootm.c286 case IMAGE_FORMAT_FIT: in image_info()
361 case IMAGE_FORMAT_FIT: in do_imls_nor()
501 case IMAGE_FORMAT_FIT: in do_imls_nand()
H A Dsource.c94 case IMAGE_FORMAT_FIT: in source()
H A Dximg.c125 case IMAGE_FORMAT_FIT: in do_imgextract()
H A Dfdc.c703 case IMAGE_FORMAT_FIT: in do_fdcboot()
733 if (genimg_get_format ((void *)addr) == IMAGE_FORMAT_FIT) { in do_fdcboot()
H A Dfpga.c242 case IMAGE_FORMAT_FIT: in do_fpga()
H A Dnand.c896 case IMAGE_FORMAT_FIT: in nand_load_image()
921 if (genimg_get_format ((void *)addr) == IMAGE_FORMAT_FIT) { in nand_load_image()
/OK3568_Linux_fs/u-boot/common/
H A Dimage.c895 return IMAGE_FORMAT_FIT; in genimg_get_format()
1062 case IMAGE_FORMAT_FIT: in boot_get_ramdisk()
1274 case IMAGE_FORMAT_FIT: in boot_get_fpga()
1384 case IMAGE_FORMAT_FIT: in boot_get_loadable()
H A Dbootm.c135 case IMAGE_FORMAT_FIT: in bootm_find_os()
958 case IMAGE_FORMAT_FIT: in boot_get_kernel()
H A Dimage-fdt.c479 case IMAGE_FORMAT_FIT: in boot_get_fdt()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dboot_rkimg.c633 if (format == IMAGE_FORMAT_FIT) { in rockchip_ram_read_dtb_file()
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h563 #define IMAGE_FORMAT_FIT 0x02 /* new, libfdt based format */ macro
/OK3568_Linux_fs/u-boot/drivers/net/fsl-mc/
H A Dmc.c126 if (format != IMAGE_FORMAT_FIT) { in parse_mc_firmware_fit_image()