Home
last modified time | relevance | path

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

/external/u-boot/cmd/
Dbootm.c285 if (!fit_check_format(hdr)) { in image_info()
358 if (!fit_check_format(hdr)) in do_imls_nor()
438 if (!fit_check_format(imgdata)) { in nand_imls_fitimage()
Dsource.c96 if (!fit_check_format (fit_hdr)) { in source()
Ddisk.c113 if (!fit_check_format(fit_hdr)) { in common_diskboot()
Dximg.c134 if (!fit_check_format(fit_hdr)) { in do_imgextract()
Dfpga.c300 if (!fit_check_format(fit_hdr)) { in do_fpga()
Dfdc.c733 if (!fit_check_format (fit_hdr)) { in do_fdcboot()
Dnand.c914 if (!fit_check_format (fit_hdr)) { in nand_load_image()
/external/u-boot/drivers/net/pfe_eth/
Dpfe_firmware.c153 if (!fit_check_format(pfe_fit_addr)) { in pfe_fit_check()
/external/u-boot/common/
Dupdate.c283 if (!fit_check_format((void *)fit)) { in update_tftp()
Dsplash_source.c332 res = fit_check_format(fit_header); in splash_load_fit()
Dimage-fdt.c355 if (fit_check_format(buf)) { in boot_get_fdt()
Dimage-fit.c1458 int fit_check_format(const void *fit) in fit_check_format() function
1812 if (!fit_check_format(fit)) { in fit_image_load()
/external/u-boot/arch/arm/cpu/armv8/
Dsec_firmware.c313 if (!fit_check_format(sec_firmware_img)) { in sec_firmware_is_valid()
/external/u-boot/tools/
Dfit_image.c759 if (!fit_check_format(fit)) { in fit_extract_contents()
/external/u-boot/include/
Dimage.h1036 int fit_check_format(const void *fit);
/external/u-boot/drivers/net/fsl-mc/
Dmc.c130 if (!fit_check_format(fit_hdr)) { in parse_mc_firmware_fit_image()