Searched refs:IH_TYPE_KERNEL (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/common/ |
H A D | bootm.c | 157 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 D | image-fit.c | 503 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 D | image.c | 138 { IH_TYPE_KERNEL, "kernel", "Kernel Image", },
|
/openbmc/u-boot/test/ |
H A D | compression.c | 475 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 D | uboot_image.h | 144 IH_TYPE_KERNEL, /* OS Kernel Image */ enumerator
|
H A D | loader.c | 657 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 D | dumpimage.c | 16 .type = IH_TYPE_KERNEL,
|
H A D | mkimage.c | 21 .type = IH_TYPE_KERNEL, 296 params.fit_image_type = type ? type : IH_TYPE_KERNEL; in process_args()
|
/openbmc/u-boot/include/ |
H A D | image.h | 267 IH_TYPE_KERNEL, /* OS Kernel Image */ enumerator
|