Home
last modified time | relevance | path

Searched refs:genimg_get_format (Results 1 – 16 of 16) sorted by relevance

/u-boot/cmd/
A Ddisk.c68 switch (genimg_get_format((void *) addr)) { in common_diskboot()
116 if (genimg_get_format((void *) addr) == IMAGE_FORMAT_FIT) { in common_diskboot()
A Dbootm.c287 switch (genimg_get_format(hdr)) { in image_info()
384 switch (genimg_get_format(hdr)) { in do_imls_nor()
532 switch (genimg_get_format(buffer)) { in do_imls_nand()
A Dximg.c74 switch (genimg_get_format((void *)addr)) { in do_imgextract()
A Dfpga.c287 switch (genimg_get_format(fpga_data)) { in do_fpga_loadmk()
A Dnand.c1009 switch (genimg_get_format ((void *)addr)) { in nand_load_image()
1046 if (genimg_get_format ((void *)addr) == IMAGE_FORMAT_FIT) { in nand_load_image()
/u-boot/boot/
A Dimage-board.c273 int genimg_get_format(const void *img_addr) in genimg_get_format() function
389 switch (genimg_get_format(buf)) { in select_ramdisk()
510 if (buf && genimg_get_format(buf) == IMAGE_FORMAT_ANDROID) in boot_get_ramdisk()
698 switch (genimg_get_format(buf)) { in boot_get_fpga()
807 switch (genimg_get_format(buf)) { in boot_get_loadable()
1016 switch (genimg_get_format(buf)) { in image_locate_script()
A Dimage-fdt.c358 switch (genimg_get_format(buf)) { in select_fdt()
531 } else if (genimg_get_format(buf) == IMAGE_FORMAT_ANDROID) { in boot_get_fdt()
A Dbootm.c132 switch (genimg_get_format(os_hdr)) { in bootm_find_os()
922 switch (genimg_get_format(buf)) { in boot_get_kernel()
A Dpxe_utils.c735 if (!bootm_argv[3] && genimg_get_format(buf) != IMAGE_FORMAT_FIT) in label_boot()
745 if (genimg_get_format(buf) != IMAGE_FORMAT_INVALID && in label_boot()
/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/
A Dcmd_stm32prog.c151 if (genimg_get_format(uimage) != IMAGE_FORMAT_INVALID) in do_stm32prog()
A Dstm32prog.c1711 if (genimg_get_format((void *)CONFIG_SYS_LOAD_ADDR) == IMAGE_FORMAT_LEGACY) { in stm32prog_end_phase()
/u-boot/arch/arm/mach-imx/
A Dspl_imx_romapi.c167 if (genimg_get_format(p + i) == IMAGE_FORMAT_FIT) in search_fit_header()
A Dhab.c589 switch (genimg_get_format(buf)) { in get_image_ivt_offset()
/u-boot/drivers/usb/gadget/
A Df_sdp.c754 if (genimg_get_format((const void *)(p + i)) == IMAGE_FORMAT_FIT) in search_fit_header()
/u-boot/include/
A Dimage.h617 int genimg_get_format(const void *img_addr);
/u-boot/drivers/net/fsl-mc/
A Dmc.c144 format = genimg_get_format(fit_hdr); in parse_mc_firmware_fit_image()

Completed in 50 milliseconds