Home
last modified time | relevance | path

Searched refs:IH_TYPE_MULTI (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/hw/core/
H A Duboot_image.h146 IH_TYPE_MULTI, /* Multi-File Image */ enumerator
/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/cmd/
H A Dximg.c90 if (!image_check_type(hdr, IH_TYPE_MULTI) && in do_imgextract()
/openbmc/u-boot/tools/
H A Ddefault_image.c144 if (image_check_type(hdr, IH_TYPE_MULTI)) { in image_extract_subimage()
H A Dmkimage.c421 if ((params.type != IH_TYPE_MULTI) && (params.type != IH_TYPE_SCRIPT)) { in main()
460 if (params.type == IH_TYPE_MULTI || in main()
/openbmc/u-boot/common/
H A Dbootm.c294 (images.os.type == IH_TYPE_MULTI)) && in bootm_find_other()
489 == IH_TYPE_MULTI) in bootm_load_os()
920 case IH_TYPE_MULTI: in boot_get_kernel()
H A Dimage.c145 { IH_TYPE_MULTI, "multi", "Multi-File Image", },
348 if (image_check_type(hdr, IH_TYPE_MULTI) || in image_print_contents()
1086 IH_TYPE_MULTI)) { in boot_get_ramdisk()
H A Dbootm_os.c84 if (image_check_type(&images->legacy_hdr_os_copy, IH_TYPE_MULTI)) { in do_bootm_netbsd()
H A Dimage-fdt.c434 IH_TYPE_MULTI)) { in boot_get_fdt()
/openbmc/u-boot/include/
H A Dimage.h269 IH_TYPE_MULTI, /* Multi-File Image */ enumerator