Searched refs:IMAGE_SIZE_INVAL (Results 1 – 17 of 17) sorted by relevance
| /u-boot/cmd/ |
| A D | bootm.c | 326 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 D | disk.c | 117 if (fit_check_format(fit_hdr, IMAGE_SIZE_INVAL)) { in common_diskboot()
|
| 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 | 91 !fit_check_format(buffer, IMAGE_SIZE_INVAL)) { in efi_set_bootdev()
|
| A D | nand.c | 1047 if (fit_check_format(fit_hdr, IMAGE_SIZE_INVAL)) { in nand_load_image()
|
| /u-boot/common/ |
| A D | update.c | 267 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 D | splash_source.c | 380 res = fit_check_format(fit_header, IMAGE_SIZE_INVAL); in splash_load_fit()
|
| /u-boot/tools/ |
| A D | fit_common.c | 39 ret = fit_check_format(ptr, IMAGE_SIZE_INVAL); in fit_verify_header()
|
| /u-boot/drivers/net/pfe_eth/ |
| A D | pfe_firmware.c | 125 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 | 277 if (fit_check_format(sec_firmware_img, IMAGE_SIZE_INVAL)) { in sec_firmware_is_valid()
|
| /u-boot/boot/ |
| A D | image-fdt.c | 413 if (!fit_check_format(buf, IMAGE_SIZE_INVAL)) { in select_fdt()
|
| A D | image-board.c | 1067 if (fit_check_format(fit_hdr, IMAGE_SIZE_INVAL)) { in image_locate_script()
|
| A D | image-fit.c | 1673 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 D | socfpga_arria10.c | 585 ret = fit_check_format(buffer_p, IMAGE_SIZE_INVAL); in first_loading_rbf_to_buffer()
|
| /u-boot/include/ |
| A D | image.h | 54 #define IMAGE_SIZE_INVAL (-1UL) macro
|
| /u-boot/drivers/net/fsl-mc/ |
| A D | mc.c | 151 if (fit_check_format(fit_hdr, IMAGE_SIZE_INVAL)) { in parse_mc_firmware_fit_image()
|
Completed in 47 milliseconds