Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/cmd/
H A Dbootm.c289 if (!fit_check_format(hdr)) { in image_info()
362 if (!fit_check_format(hdr)) in do_imls_nor()
442 if (!fit_check_format(imgdata)) { in nand_imls_fitimage()
H A Ddisk.c114 if (!fit_check_format(fit_hdr)) { in common_diskboot()
H A Dsource.c101 if (!fit_check_format (fit_hdr)) { in source()
H A Dximg.c135 if (!fit_check_format(fit_hdr)) { in do_imgextract()
H A Dfpga.c253 if (!fit_check_format(fit_hdr)) { in do_fpga()
H A Dfdc.c734 if (!fit_check_format (fit_hdr)) { in do_fdcboot()
H A Dnand.c941 if (!fit_check_format (fit_hdr)) { in nand_load_image()
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/
H A Dsec_firmware.c204 if (!fit_check_format(sec_firmware_img)) { in sec_firmware_is_valid()
/rk3399_rockchip-uboot/common/
H A Dupdate.c283 if (!fit_check_format((void *)fit)) { in update_tftp()
H A Dsplash_source.c333 res = fit_check_format(fit_header); in splash_load_fit()
H A Dimage-fdt.c508 if (fit_check_format(buf)) { in boot_get_fdt()
H A Dimage-fit.c1763 int fit_check_format(const void *fit) in fit_check_format() function
2209 if (!fit_check_format(fit)) { in fit_image_load_index()
/rk3399_rockchip-uboot/tools/
H A Dfit_image.c828 if (!fit_check_format(fit)) { in fit_extract_contents()
/rk3399_rockchip-uboot/include/
H A Dimage.h1083 int fit_check_format(const void *fit);
/rk3399_rockchip-uboot/drivers/net/fsl-mc/
H A Dmc.c131 if (!fit_check_format(fit_hdr)) { in parse_mc_firmware_fit_image()