Home
last modified time | relevance | path

Searched refs:IH_TYPE_RAMDISK (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/core/
H A Duboot_image.h145 IH_TYPE_RAMDISK, /* RAMDisk Image */ enumerator
/openbmc/u-boot/common/
H A Dimage-fit.c504 (type == IH_TYPE_RAMDISK) || (type == IH_TYPE_FIRMWARE) || in fit_image_print()
510 if ((type == IH_TYPE_KERNEL) || (type == IH_TYPE_RAMDISK) || in fit_image_print()
517 (type == IH_TYPE_FIRMWARE) || (type == IH_TYPE_RAMDISK) || in fit_image_print()
532 (type == IH_TYPE_RAMDISK)) { in fit_image_print()
1772 case IH_TYPE_RAMDISK: in fit_get_image_type_property()
H A Dimage.c148 { IH_TYPE_RAMDISK, "ramdisk", "RAMDisk Image", },
430 !image_check_type(rd_hdr, IH_TYPE_RAMDISK)) { in image_get_ramdisk()
1050 IH_TYPE_RAMDISK, in boot_get_ramdisk()
H A Dbootm.c1048 IH_TYPE_RAMDISK, in bootm_host_load_images()
/openbmc/u-boot/include/
H A Dimage.h268 IH_TYPE_RAMDISK, /* RAMDisk Image */ enumerator