Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Duboot_image.h181 IH_TYPE_IMX8IMAGE, /* Freescale IMX8Boot Image */ enumerator
/openbmc/u-boot/tools/
H A Dmkimage.c526 } else if (params.type == IH_TYPE_IMX8IMAGE) { in main()
H A Dimx8image.c38 return (type == IH_TYPE_IMX8IMAGE) ? EXIT_SUCCESS : EXIT_FAILURE; in imx8image_check_image_types()
/openbmc/u-boot/include/
H A Dimage.h304 IH_TYPE_IMX8IMAGE, /* Freescale IMX8Boot Image */ enumerator
/openbmc/u-boot/common/
H A Dimage.c142 { IH_TYPE_IMX8IMAGE, "imx8image", "NXP i.MX8 Boot Image",},