Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Ddisk.c64 switch (genimg_get_format((void *) addr)) { in common_diskboot()
112 if (genimg_get_format((void *) addr) == IMAGE_FORMAT_FIT) { in common_diskboot()
H A Dbootm.c254 switch (genimg_get_format(hdr)) { in image_info()
342 switch (genimg_get_format(hdr)) { in do_imls_nor()
490 switch (genimg_get_format(buffer)) { in do_imls_nand()
H A Dsource.c63 switch (genimg_get_format(buf)) { in source()
H A Dximg.c69 switch (genimg_get_format((void *)addr)) { in do_imgextract()
H A Dfdc.c692 switch (genimg_get_format ((void *)addr)) { in do_fdcboot()
732 if (genimg_get_format ((void *)addr) == IMAGE_FORMAT_FIT) { in do_fdcboot()
H A Dnand.c876 switch (genimg_get_format ((void *)addr)) { in nand_load_image()
913 if (genimg_get_format ((void *)addr) == IMAGE_FORMAT_FIT) { in nand_load_image()
H A Dfpga.c282 switch (genimg_get_format(fpga_data)) { in do_fpga_loadmk()
H A Dpxe.c811 if (genimg_get_format(buf) != IMAGE_FORMAT_INVALID) in label_boot()
/openbmc/u-boot/common/
H A Dimage.c868 int genimg_get_format(const void *img_addr) in genimg_get_format() function
959 if (buf && genimg_get_format(buf) == IMAGE_FORMAT_ANDROID) in boot_get_ramdisk()
1027 switch (genimg_get_format(buf)) { in boot_get_ramdisk()
1253 switch (genimg_get_format(buf)) { in boot_get_fpga()
1363 switch (genimg_get_format(buf)) { in boot_get_loadable()
H A Dimage-fdt.c347 switch (genimg_get_format(buf)) { in boot_get_fdt()
464 } else if (genimg_get_format(buf) == IMAGE_FORMAT_ANDROID) { in boot_get_fdt()
H A Dbootm.c101 switch (genimg_get_format(os_hdr)) { in bootm_find_os()
903 switch (genimg_get_format(buf)) { in boot_get_kernel()
/openbmc/u-boot/arch/arm/mach-imx/
H A Dhab.c312 switch (genimg_get_format(buf)) { in get_image_ivt_offset()
/openbmc/u-boot/include/
H A Dimage.h593 int genimg_get_format(const void *img_addr);
/openbmc/u-boot/drivers/net/fsl-mc/
H A Dmc.c126 format = genimg_get_format(fit_hdr); in parse_mc_firmware_fit_image()