Home
last modified time | relevance | path

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

/external/u-boot/cmd/
Dbootm.c291 if (!fit_check_format(hdr)) { in image_info()
368 if (!fit_check_format(hdr)) in do_imls_nor()
448 if (!fit_check_format(imgdata)) { in nand_imls_fitimage()
Dsource.c110 if (!fit_check_format (fit_hdr)) { in source()
Ddisk.c114 if (!fit_check_format(fit_hdr)) { in common_diskboot()
Dximg.c137 if (!fit_check_format(fit_hdr)) { in do_imgextract()
Dfpga.c330 if (!fit_check_format(fit_hdr)) { in do_fpga_loadmk()
Dfdc.c734 if (!fit_check_format (fit_hdr)) { in do_fdcboot()
Dnand.c916 if (!fit_check_format (fit_hdr)) { in nand_load_image()
/external/u-boot/tools/
Dfit_common.c29 if (fdt_check_header(ptr) != EXIT_SUCCESS || !fit_check_format(ptr)) in fit_verify_header()
Dfit_image.c772 if (!fit_check_format(fit)) { in fit_extract_contents()
/external/u-boot/drivers/net/pfe_eth/
Dpfe_firmware.c153 if (!fit_check_format(pfe_fit_addr)) { in pfe_fit_check()
/external/u-boot/common/
Dupdate.c285 if (!fit_check_format((void *)fit)) { in update_tftp()
Dsplash_source.c338 res = fit_check_format(fit_header); in splash_load_fit()
Dimage-fdt.c398 if (fit_check_format(buf)) { in boot_get_fdt()
Dimage-fit.c1465 int fit_check_format(const void *fit) in fit_check_format() function
1838 if (!fit_check_format(fit)) { in fit_image_load()
/external/u-boot/arch/arm/cpu/armv8/
Dsec_firmware.c314 if (!fit_check_format(sec_firmware_img)) { in sec_firmware_is_valid()
/external/u-boot/drivers/fpga/
Dsocfpga_arria10.c566 ret = fit_check_format(buffer_p); in first_loading_rbf_to_buffer()
/external/u-boot/prebuilt-intermediates/
Dimage.h1064 int fit_check_format(const void *fit);
/external/u-boot/include/
Dimage.h1064 int fit_check_format(const void *fit);
/external/u-boot/drivers/net/fsl-mc/
Dmc.c136 if (!fit_check_format(fit_hdr)) { in parse_mc_firmware_fit_image()