Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dbootm.c288 if (!fit_check_format(hdr)) { in image_info()
361 if (!fit_check_format(hdr)) in do_imls_nor()
441 if (!fit_check_format(imgdata)) { in nand_imls_fitimage()
H A Dsource.c109 if (!fit_check_format (fit_hdr)) { in source()
H A Ddisk.c113 if (!fit_check_format(fit_hdr)) { in common_diskboot()
H A Dximg.c134 if (!fit_check_format(fit_hdr)) { in do_imgextract()
H A Dfpga.c328 if (!fit_check_format(fit_hdr)) { in do_fpga_loadmk()
H A Dfdc.c733 if (!fit_check_format (fit_hdr)) { in do_fdcboot()
H A Dnand.c914 if (!fit_check_format (fit_hdr)) { in nand_load_image()
/openbmc/u-boot/tools/
H A Dfit_common.c29 if (fdt_check_header(ptr) != EXIT_SUCCESS || !fit_check_format(ptr)) in fit_verify_header()
H A Dfit_image.c767 if (!fit_check_format(fit)) { in fit_extract_contents()
/openbmc/u-boot/drivers/net/pfe_eth/
H A Dpfe_firmware.c153 if (!fit_check_format(pfe_fit_addr)) { in pfe_fit_check()
/openbmc/u-boot/common/
H A Dupdate.c283 if (!fit_check_format((void *)fit)) { in update_tftp()
H A Dsplash_source.c332 res = fit_check_format(fit_header); in splash_load_fit()
H A Dimage-fdt.c397 if (fit_check_format(buf)) { in boot_get_fdt()
H A Dimage-fit.c1456 int fit_check_format(const void *fit) in fit_check_format() function
1816 if (!fit_check_format(fit)) { in fit_image_load()
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dsec_firmware.c313 if (!fit_check_format(sec_firmware_img)) { in sec_firmware_is_valid()
/openbmc/u-boot/include/
H A Dimage.h1070 int fit_check_format(const void *fit);
/openbmc/u-boot/drivers/net/fsl-mc/
H A Dmc.c133 if (!fit_check_format(fit_hdr)) { in parse_mc_firmware_fit_image()