Home
last modified time | relevance | path

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

/external/u-boot/cmd/
Ddisk.c64 switch (genimg_get_format((void *) addr)) { in common_diskboot()
112 if (genimg_get_format((void *) addr) == IMAGE_FORMAT_FIT) { in common_diskboot()
Dbootm.c251 switch (genimg_get_format(hdr)) { in image_info()
339 switch (genimg_get_format(hdr)) { in do_imls_nor()
487 switch (genimg_get_format(buffer)) { in do_imls_nand()
Dsource.c45 switch (genimg_get_format(buf)) { in source()
Dximg.c69 switch (genimg_get_format((void *)addr)) { in do_imgextract()
Dfdc.c692 switch (genimg_get_format ((void *)addr)) { in do_fdcboot()
732 if (genimg_get_format ((void *)addr) == IMAGE_FORMAT_FIT) { in do_fdcboot()
Dfpga.c252 switch (genimg_get_format(fpga_data)) { in do_fpga()
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()
Dpxe.c794 if (genimg_get_format(buf) != IMAGE_FORMAT_INVALID) in label_boot()
/external/u-boot/common/
Dimage.c865 int genimg_get_format(const void *img_addr) in genimg_get_format() function
956 if (buf && genimg_get_format(buf) == IMAGE_FORMAT_ANDROID) in boot_get_ramdisk()
1024 switch (genimg_get_format(buf)) { in boot_get_ramdisk()
1250 switch (genimg_get_format(buf)) { in boot_get_fpga()
1360 switch (genimg_get_format(buf)) { in boot_get_loadable()
Dbootm.c104 switch (genimg_get_format(os_hdr)) { in bootm_find_os()
838 switch (genimg_get_format(buf)) { in boot_get_kernel()
Dimage-fdt.c305 switch (genimg_get_format(buf)) { in boot_get_fdt()
/external/u-boot/include/
Dimage.h566 int genimg_get_format(const void *img_addr);
/external/u-boot/drivers/net/fsl-mc/
Dmc.c123 format = genimg_get_format(fit_hdr); in parse_mc_firmware_fit_image()