Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Duboot_image.h180 IH_TYPE_IMX8MIMAGE, /* Freescale IMX8MBoot Image */ enumerator
/openbmc/u-boot/tools/
H A Dimx8mimage.c64 return (type == IH_TYPE_IMX8MIMAGE) ? EXIT_SUCCESS : EXIT_FAILURE; in imx8mimage_check_image_types()
H A Dmkimage.c533 } else if (params.type == IH_TYPE_IMX8MIMAGE) { in main()
/openbmc/u-boot/include/
H A Dimage.h303 IH_TYPE_IMX8MIMAGE, /* Freescale IMX8MBoot Image */ enumerator
/openbmc/u-boot/common/
H A Dimage.c143 { IH_TYPE_IMX8MIMAGE, "imx8mimage", "NXP i.MX8M Boot Image",},