Home
last modified time | relevance | path

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

/u-boot/cmd/
A Dbootm.c295 if (fit_check_format(hdr, IMAGE_SIZE_INVAL)) { in image_info()
372 if (fit_check_format(hdr, IMAGE_SIZE_INVAL)) in do_imls_nor()
452 if (fit_check_format(imgdata, IMAGE_SIZE_INVAL)) { in nand_imls_fitimage()
A Ddisk.c117 if (fit_check_format(fit_hdr, IMAGE_SIZE_INVAL)) { in common_diskboot()
A Dsource.c110 if (fit_check_format(fit_hdr, IMAGE_SIZE_INVAL)) { in image_source_script()
A Dximg.c139 if (fit_check_format(fit_hdr, IMAGE_SIZE_INVAL)) { in do_imgextract()
A Dfpga.c333 if (fit_check_format(fit_hdr, IMAGE_SIZE_INVAL)) { in do_fpga_loadmk()
A Dbootefi.c76 if (fit_check_format(buffer, IMAGE_SIZE_INVAL)) in efi_set_bootdev()
A Dnand.c920 if (fit_check_format(fit_hdr, IMAGE_SIZE_INVAL)) { in nand_load_image()
/u-boot/tools/
A Dfit_common.c30 fit_check_format(ptr, IMAGE_SIZE_INVAL)) in fit_verify_header()
A Dfit_image.c886 if (fit_check_format(fit, IMAGE_SIZE_INVAL)) { in fit_extract_contents()
/u-boot/common/
A Dupdate.c289 if (fit_check_format((void *)fit, IMAGE_SIZE_INVAL)) { in update_tftp()
366 if (fit_check_format((void *)fit, IMAGE_SIZE_INVAL)) { in fit_update()
A Dsplash_source.c340 res = fit_check_format(fit_header, IMAGE_SIZE_INVAL); in splash_load_fit()
A Dimage-fdt.c403 if (!fit_check_format(buf, IMAGE_SIZE_INVAL)) { in boot_get_fdt()
A Dimage-fit.c1599 int fit_check_format(const void *fit, ulong size) in fit_check_format() function
2003 ret = fit_check_format(fit, IMAGE_SIZE_INVAL); in fit_image_load()
/u-boot/drivers/net/pfe_eth/
A Dpfe_firmware.c163 if (fit_check_format(pfe_fit_addr, IMAGE_SIZE_INVAL)) { in pfe_fit_check()
/u-boot/arch/arm/cpu/armv8/
A Dsec_firmware.c320 if (fit_check_format(sec_firmware_img, IMAGE_SIZE_INVAL)) { in sec_firmware_is_valid()
/u-boot/drivers/fpga/
A Dsocfpga_arria10.c569 ret = fit_check_format(buffer_p, IMAGE_SIZE_INVAL); in first_loading_rbf_to_buffer()
/u-boot/include/
A Dimage.h1164 int fit_check_format(const void *fit, ulong size);
/u-boot/drivers/net/fsl-mc/
A Dmc.c145 if (fit_check_format(fit_hdr, IMAGE_SIZE_INVAL)) { in parse_mc_firmware_fit_image()

Completed in 26 milliseconds