Home
last modified time | relevance | path

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

/u-boot/cmd/
A Dbootm.c326 if (fit_check_format(hdr, IMAGE_SIZE_INVAL)) { in image_info()
403 if (fit_check_format(hdr, IMAGE_SIZE_INVAL)) in do_imls_nor()
483 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 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.c91 !fit_check_format(buffer, IMAGE_SIZE_INVAL)) { in efi_set_bootdev()
A Dnand.c1047 if (fit_check_format(fit_hdr, IMAGE_SIZE_INVAL)) { in nand_load_image()
/u-boot/common/
A Dupdate.c267 if (fit_check_format((void *)fit, IMAGE_SIZE_INVAL)) { in update_tftp()
344 if (fit_check_format((void *)fit, IMAGE_SIZE_INVAL)) { in fit_update()
A Dsplash_source.c380 res = fit_check_format(fit_header, IMAGE_SIZE_INVAL); in splash_load_fit()
/u-boot/tools/
A Dfit_common.c39 ret = fit_check_format(ptr, IMAGE_SIZE_INVAL); in fit_verify_header()
/u-boot/drivers/net/pfe_eth/
A Dpfe_firmware.c125 if (fit_check_format(pfe_fit_addr, IMAGE_SIZE_INVAL)) { in pfe_fit_check()
/u-boot/arch/arm/cpu/armv8/
A Dsec_firmware.c277 if (fit_check_format(sec_firmware_img, IMAGE_SIZE_INVAL)) { in sec_firmware_is_valid()
/u-boot/boot/
A Dimage-fdt.c413 if (!fit_check_format(buf, IMAGE_SIZE_INVAL)) { in select_fdt()
A Dimage-board.c1067 if (fit_check_format(fit_hdr, IMAGE_SIZE_INVAL)) { in image_locate_script()
A Dimage-fit.c1673 if (size == IMAGE_SIZE_INVAL) in fit_check_format()
2082 ret = fit_check_format(fit, IMAGE_SIZE_INVAL); in fit_image_load()
/u-boot/drivers/fpga/
A Dsocfpga_arria10.c585 ret = fit_check_format(buffer_p, IMAGE_SIZE_INVAL); in first_loading_rbf_to_buffer()
/u-boot/include/
A Dimage.h54 #define IMAGE_SIZE_INVAL (-1UL) macro
/u-boot/drivers/net/fsl-mc/
A Dmc.c151 if (fit_check_format(fit_hdr, IMAGE_SIZE_INVAL)) { in parse_mc_firmware_fit_image()

Completed in 47 milliseconds