Home
last modified time | relevance | path

Searched refs:image_check_type (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/cmd/
H A Dximg.c90 if (!image_check_type(hdr, IH_TYPE_MULTI) && in do_imgextract()
91 !image_check_type(hdr, IH_TYPE_SCRIPT)) { in do_imgextract()
H A Dsource.c85 if (!image_check_type (hdr, IH_TYPE_SCRIPT)) { in source()
/openbmc/u-boot/common/
H A Dimage.c348 if (image_check_type(hdr, IH_TYPE_MULTI) || in image_print_contents()
349 image_check_type(hdr, IH_TYPE_SCRIPT)) { in image_print_contents()
361 if (image_check_type(hdr, IH_TYPE_SCRIPT) && i > 0) { in image_print_contents()
370 } else if (image_check_type(hdr, IH_TYPE_FIRMWARE_IVT)) { in image_print_contents()
430 !image_check_type(rd_hdr, IH_TYPE_RAMDISK)) { in image_get_ramdisk()
1085 image_check_type(&images->legacy_hdr_os_copy, in boot_get_ramdisk()
H A Dimage-fdt.c55 if (!image_check_type(fdt_hdr, IH_TYPE_FLATDT)) { in image_get_fdt()
433 image_check_type(&images->legacy_hdr_os_copy, in boot_get_fdt()
H A Dbootm_os.c84 if (image_check_type(&images->legacy_hdr_os_copy, IH_TYPE_MULTI)) { in do_bootm_netbsd()
/openbmc/u-boot/arch/x86/lib/
H A Dbootm.c88 if (image_check_type(hdr, IH_TYPE_MULTI)) { in boot_prep_linux()
/openbmc/u-boot/tools/
H A Ddefault_image.c144 if (image_check_type(hdr, IH_TYPE_MULTI)) { in image_extract_subimage()
/openbmc/u-boot/include/
H A Dimage.h847 static inline int image_check_type(const image_header_t *hdr, uint8_t type) in image_check_type() function