Searched refs:fit_check_format (Results 1 – 18 of 18) sorted by relevance
/u-boot/cmd/ |
A D | bootm.c | 295 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 D | disk.c | 117 if (fit_check_format(fit_hdr, IMAGE_SIZE_INVAL)) { in common_diskboot()
|
A D | source.c | 110 if (fit_check_format(fit_hdr, IMAGE_SIZE_INVAL)) { in image_source_script()
|
A D | ximg.c | 139 if (fit_check_format(fit_hdr, IMAGE_SIZE_INVAL)) { in do_imgextract()
|
A D | fpga.c | 333 if (fit_check_format(fit_hdr, IMAGE_SIZE_INVAL)) { in do_fpga_loadmk()
|
A D | bootefi.c | 76 if (fit_check_format(buffer, IMAGE_SIZE_INVAL)) in efi_set_bootdev()
|
A D | nand.c | 920 if (fit_check_format(fit_hdr, IMAGE_SIZE_INVAL)) { in nand_load_image()
|
/u-boot/tools/ |
A D | fit_common.c | 30 fit_check_format(ptr, IMAGE_SIZE_INVAL)) in fit_verify_header()
|
A D | fit_image.c | 886 if (fit_check_format(fit, IMAGE_SIZE_INVAL)) { in fit_extract_contents()
|
/u-boot/common/ |
A D | update.c | 289 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 D | splash_source.c | 340 res = fit_check_format(fit_header, IMAGE_SIZE_INVAL); in splash_load_fit()
|
A D | image-fdt.c | 403 if (!fit_check_format(buf, IMAGE_SIZE_INVAL)) { in boot_get_fdt()
|
A D | image-fit.c | 1599 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 D | pfe_firmware.c | 163 if (fit_check_format(pfe_fit_addr, IMAGE_SIZE_INVAL)) { in pfe_fit_check()
|
/u-boot/arch/arm/cpu/armv8/ |
A D | sec_firmware.c | 320 if (fit_check_format(sec_firmware_img, IMAGE_SIZE_INVAL)) { in sec_firmware_is_valid()
|
/u-boot/drivers/fpga/ |
A D | socfpga_arria10.c | 569 ret = fit_check_format(buffer_p, IMAGE_SIZE_INVAL); in first_loading_rbf_to_buffer()
|
/u-boot/include/ |
A D | image.h | 1164 int fit_check_format(const void *fit, ulong size);
|
/u-boot/drivers/net/fsl-mc/ |
A D | mc.c | 145 if (fit_check_format(fit_hdr, IMAGE_SIZE_INVAL)) { in parse_mc_firmware_fit_image()
|
Completed in 26 milliseconds