Home
last modified time | relevance | path

Searched refs:IH_TYPE_KERNEL (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/common/
H A Dbootm.c157 images.os.type = IH_TYPE_KERNEL; in bootm_find_os()
212 images.os.type = IH_TYPE_KERNEL; in bootm_find_os()
292 if (((images.os.type == IH_TYPE_KERNEL) || in bootm_find_other()
915 case IH_TYPE_KERNEL: in boot_get_kernel()
952 IH_ARCH_DEFAULT, IH_TYPE_KERNEL, in boot_get_kernel()
1046 IH_TYPE_KERNEL, in bootm_host_load_images()
H A Dimage-fit.c503 if ((type == IH_TYPE_KERNEL) || (type == IH_TYPE_STANDALONE) || in fit_image_print()
510 if ((type == IH_TYPE_KERNEL) || (type == IH_TYPE_RAMDISK) || in fit_image_print()
516 if ((type == IH_TYPE_KERNEL) || (type == IH_TYPE_STANDALONE) || in fit_image_print()
531 if ((type == IH_TYPE_KERNEL) || (type == IH_TYPE_STANDALONE) || in fit_image_print()
1770 case IH_TYPE_KERNEL: in fit_get_image_type_property()
1849 if (image_type == IH_TYPE_KERNEL) in fit_image_load()
1906 (image_type == IH_TYPE_KERNEL && in fit_image_load()
1987 if (image_type != IH_TYPE_KERNEL && in fit_image_load()
H A Dimage.c138 { IH_TYPE_KERNEL, "kernel", "Kernel Image", },
/openbmc/u-boot/test/
H A Dcompression.c475 IH_TYPE_KERNEL, map_sysmem(load_addr, 0), in run_bootm_test()
480 IH_TYPE_KERNEL, map_sysmem(load_addr, 0), in run_bootm_test()
491 IH_TYPE_KERNEL, map_sysmem(load_addr, 0), in run_bootm_test()
/openbmc/qemu/hw/core/
H A Duboot_image.h144 IH_TYPE_KERNEL, /* OS Kernel Image */ enumerator
H A Dloader.c657 if (!(image_type == IH_TYPE_KERNEL && in load_uboot_image()
677 case IH_TYPE_KERNEL: in load_uboot_image()
776 return load_uboot_image(filename, ep, loadaddr, is_linux, IH_TYPE_KERNEL, in load_uimage()
785 return load_uboot_image(filename, ep, loadaddr, is_linux, IH_TYPE_KERNEL, in load_uimage_as()
/openbmc/u-boot/tools/
H A Ddumpimage.c16 .type = IH_TYPE_KERNEL,
H A Dmkimage.c21 .type = IH_TYPE_KERNEL,
296 params.fit_image_type = type ? type : IH_TYPE_KERNEL; in process_args()
/openbmc/u-boot/include/
H A Dimage.h267 IH_TYPE_KERNEL, /* OS Kernel Image */ enumerator