Home
last modified time | relevance | path

Searched refs:IH_TYPE_KERNEL_NOLOAD (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/hw/core/
H A Duboot_image.h157 IH_TYPE_KERNEL_NOLOAD, enumerator
H A Dloader.c657 hdr->ih_type == IH_TYPE_KERNEL_NOLOAD)) { in load_uboot_image()
666 case IH_TYPE_KERNEL_NOLOAD: in load_uboot_image()
/openbmc/u-boot/tools/
H A Ddefault_image.c28 (type == IH_TYPE_KERNEL_NOLOAD) || (type == IH_TYPE_FIRMWARE_IVT)) in image_check_image_types()
/openbmc/u-boot/common/
H A Dbootm.c201 if (images.os.type == IH_TYPE_KERNEL_NOLOAD) { in bootm_find_os()
293 (images.os.type == IH_TYPE_KERNEL_NOLOAD) || in bootm_find_other()
916 case IH_TYPE_KERNEL_NOLOAD: in boot_get_kernel()
H A Dimage.c139 { IH_TYPE_KERNEL_NOLOAD, "kernel_noload", "Kernel Image (no loading done)", },
H A Dimage-fit.c1907 fit_image_check_type(fit, noffset, IH_TYPE_KERNEL_NOLOAD)); in fit_image_load()
/openbmc/u-boot/include/
H A Dimage.h280 IH_TYPE_KERNEL_NOLOAD, enumerator