Searched refs:image_check_type (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | ximg.c | 90 if (!image_check_type(hdr, IH_TYPE_MULTI) && in do_imgextract() 91 !image_check_type(hdr, IH_TYPE_SCRIPT)) { in do_imgextract()
|
H A D | source.c | 85 if (!image_check_type (hdr, IH_TYPE_SCRIPT)) { in source()
|
/openbmc/u-boot/common/ |
H A D | image.c | 348 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 D | image-fdt.c | 55 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 D | bootm_os.c | 84 if (image_check_type(&images->legacy_hdr_os_copy, IH_TYPE_MULTI)) { in do_bootm_netbsd()
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | bootm.c | 88 if (image_check_type(hdr, IH_TYPE_MULTI)) { in boot_prep_linux()
|
/openbmc/u-boot/tools/ |
H A D | default_image.c | 144 if (image_check_type(hdr, IH_TYPE_MULTI)) { in image_extract_subimage()
|
/openbmc/u-boot/include/ |
H A D | image.h | 847 static inline int image_check_type(const image_header_t *hdr, uint8_t type) in image_check_type() function
|