On Sun, Jul 1, 2018 at 10:23 PM Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> wrote: > > On Fri, Jun 29, 2018 at 08:48:56PM -0700, Andrey Smirnov wrote: > > Running Linux on i.MX8M requires us to use and proerly set up a ARM > > Trusted Firmware blob. For the sake of convenience, add a pre-built > > blob to our firmware tree, so it can be used by individual boards. > > > > This blob was built using Buildroot: > > > > - commit: 6b02b8210acb18773f2c4b26cfc11d1f9bc4fb88 > > - defconig: freescale_imx8mqevk_defconfig > > > > The resulting file of interest is output/images/bl31.bin > > > > Signed-off-by: Andrey Smirnov <andrew.smirnov@xxxxxxxxx> > > --- > > firmware/Kconfig | 3 +++ > > firmware/Makefile | 2 ++ > > firmware/imx/imx8m-bl31.bin | Bin 0 -> 46744 bytes > > 3 files changed, 5 insertions(+) > > create mode 100755 firmware/imx/imx8m-bl31.bin > > > > diff --git a/firmware/Kconfig b/firmware/Kconfig > > index b6449644b..3c5f0c30e 100644 > > --- a/firmware/Kconfig > > +++ b/firmware/Kconfig > > @@ -7,4 +7,7 @@ config EXTRA_FIRMWARE_DIR > > config FIRMWARE_IMX_LPDDR4_PMU_TRAIN > > bool > > > > +config CONFIG_FIRMWARE_IMX8MQ_ATF > > + bool > > This superfluous CONFIG_ is added here and removed later. > Ugh. Missed this. Will fix in v2. Thanks, Andrey Smirnov _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox