Skip to content

imx8m: Switch to fsl mkimage, don't use precompiled firmware (DDR, atf, ...) files anymore.

Jonas Höppner requested to merge use-freescale-mkimage-and-atf into kirkstone

Prior to this we used firmware files used by imx-boot that have been precompiled checked in inside the mkimage repo. The intended freescale way is to use the imx-atf and imx-firmware-8m recipes to download and build these. This is what we are doing now. It also allows changes to the imx-atf code, for example. We also switch to the freescale mkimage repo, as we don't need the precompiled files anymore.

Edited by Jonas Höppner

Merge request reports