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.c256 switch (genimg_get_format(hdr)) { in image_info()
353 switch (genimg_get_format(hdr)) { in do_imls_nor()
501 switch (genimg_get_format(buffer)) { in do_imls_nand()
A Dsource.c64 switch (genimg_get_format(buf)) { in image_source_script()
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.c882 switch (genimg_get_format ((void *)addr)) { in nand_load_image()
919 if (genimg_get_format ((void *)addr) == IMAGE_FORMAT_FIT) { in nand_load_image()
A Dpxe_utils.c650 if (genimg_get_format(buf) != IMAGE_FORMAT_INVALID) in label_boot()
/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/
A Dcmd_stm32prog.c82 genimg_get_format((void *)(addr + BL_HEADER_SIZE))) in do_stm32prog()
147 if (genimg_get_format((void *)uimage) != IMAGE_FORMAT_INVALID) in do_stm32prog()
/u-boot/common/
A Dimage-fdt.c353 switch (genimg_get_format(buf)) { in boot_get_fdt()
470 } else if (genimg_get_format(buf) == IMAGE_FORMAT_ANDROID) { in boot_get_fdt()
A Dimage.c1098 int genimg_get_format(const void *img_addr) in genimg_get_format() function
1189 if (buf && genimg_get_format(buf) == IMAGE_FORMAT_ANDROID) in boot_get_ramdisk()
1257 switch (genimg_get_format(buf)) { in boot_get_ramdisk()
1483 switch (genimg_get_format(buf)) { in boot_get_fpga()
1593 switch (genimg_get_format(buf)) { in boot_get_loadable()
A Dbootm.c106 switch (genimg_get_format(os_hdr)) { in bootm_find_os()
873 switch (genimg_get_format(buf)) { in boot_get_kernel()
/u-boot/arch/arm/mach-imx/
A Dspl_imx_romapi.c162 if (genimg_get_format(p + i) == IMAGE_FORMAT_FIT) in search_fit_header()
A Dhab.c313 switch (genimg_get_format(buf)) { in get_image_ivt_offset()
/u-boot/include/
A Dimage.h623 int genimg_get_format(const void *img_addr);
/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/drivers/net/fsl-mc/
A Dmc.c138 format = genimg_get_format(fit_hdr); in parse_mc_firmware_fit_image()

Completed in 760 milliseconds