Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Duboot_image.h143 IH_TYPE_STANDALONE, /* Standalone Program */ enumerator
/openbmc/u-boot/common/
H A Dimage-fit.c503 if ((type == IH_TYPE_KERNEL) || (type == IH_TYPE_STANDALONE) || 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()
1780 case IH_TYPE_STANDALONE: in fit_get_image_type_property()
H A Dbootm_os.c522 if (images->os.type == IH_TYPE_STANDALONE || in boot_selected_os()
H A Dbootm.c923 case IH_TYPE_STANDALONE: in boot_get_kernel()
H A Dimage.c152 { IH_TYPE_STANDALONE, "standalone", "Standalone Program", },
/openbmc/u-boot/common/spl/
H A Dspl.c185 IH_ARCH_DEFAULT, IH_TYPE_STANDALONE, -1, in spl_load_fit_image()
/openbmc/u-boot/include/
H A Dimage.h266 IH_TYPE_STANDALONE, /* Standalone Program */ enumerator