Searched refs:IH_TYPE_MULTI (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/hw/core/ |
H A D | uboot_image.h | 146 IH_TYPE_MULTI, /* Multi-File Image */ enumerator
|
/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/cmd/ |
H A D | ximg.c | 90 if (!image_check_type(hdr, IH_TYPE_MULTI) && in do_imgextract()
|
/openbmc/u-boot/tools/ |
H A D | default_image.c | 144 if (image_check_type(hdr, IH_TYPE_MULTI)) { in image_extract_subimage()
|
H A D | mkimage.c | 421 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 D | bootm.c | 294 (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 D | image.c | 145 { 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 D | bootm_os.c | 84 if (image_check_type(&images->legacy_hdr_os_copy, IH_TYPE_MULTI)) { in do_bootm_netbsd()
|
H A D | image-fdt.c | 434 IH_TYPE_MULTI)) { in boot_get_fdt()
|
/openbmc/u-boot/include/ |
H A D | image.h | 269 IH_TYPE_MULTI, /* Multi-File Image */ enumerator
|