Searched refs:IMAGE_FORMAT_FIT (Results 1 - 14 of 14) sorted by relevance

/u-boot/cmd/
H A Ddisk.c88 case IMAGE_FORMAT_FIT:
116 if (genimg_get_format((void *) addr) == IMAGE_FORMAT_FIT) {
H A Dbootm.c326 case IMAGE_FORMAT_FIT:
405 case IMAGE_FORMAT_FIT:
545 case IMAGE_FORMAT_FIT:
H A Dximg.c124 case IMAGE_FORMAT_FIT:
H A Dfpga.c322 case IMAGE_FORMAT_FIT:
H A Dnand.c1023 case IMAGE_FORMAT_FIT:
1048 if (genimg_get_format ((void *)addr) == IMAGE_FORMAT_FIT) {
/u-boot/boot/
H A Dimage-board.c262 return IMAGE_FORMAT_FIT;
387 case IMAGE_FORMAT_FIT:
641 case IMAGE_FORMAT_FIT:
749 case IMAGE_FORMAT_FIT:
1004 case IMAGE_FORMAT_FIT:
H A Dimage-fdt.c401 case IMAGE_FORMAT_FIT:
H A Dbootm.c193 case IMAGE_FORMAT_FIT:
350 case IMAGE_FORMAT_FIT:
H A Dpxe_utils.c749 if (!bootm_argv[3] && genimg_get_format(buf) != IMAGE_FORMAT_FIT) {
/u-boot/arch/arm/mach-imx/
H A Dspl_imx_romapi.c185 if (genimg_get_format(p + i) == IMAGE_FORMAT_FIT)
H A Dhab.c599 case IMAGE_FORMAT_FIT:
/u-boot/include/
H A Dimage.h612 #define IMAGE_FORMAT_FIT 0x02 /* new, libfdt based format */ macro
/u-boot/drivers/usb/gadget/
H A Df_sdp.c756 if (genimg_get_format((const void *)(p + i)) == IMAGE_FORMAT_FIT)
/u-boot/drivers/net/fsl-mc/
H A Dmc.c148 if (format != IMAGE_FORMAT_FIT) {

Completed in 198 milliseconds