Task
I have an .img file(cpio, for initramfs). Actually, it is result of mkinitcpio. U-boot is used as a boot loader. But U-boot needs either UImage or ZImage. I need to glue U-boot with created cpio image. ZImage is preferrable as a result, because size matters.
Question
Is utility mkimage only able to create UImage?
Is it possible to convert cpio to ZImage? How can I do it?