From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fZrJk-0007aB-T6 for barebox@lists.infradead.org; Mon, 02 Jul 2018 05:24:06 +0000 Date: Mon, 2 Jul 2018 07:23:52 +0200 From: Sascha Hauer Message-ID: <20180702052352.i2h7i2ud5ej3syeb@pengutronix.de> References: <20180630034900.3324-1-andrew.smirnov@gmail.com> <20180630034900.3324-8-andrew.smirnov@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20180630034900.3324-8-andrew.smirnov@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH 07/11] ARM: i.MX: fimware: Add pre-built BL31 ATF blob To: Andrey Smirnov Cc: barebox@lists.infradead.org 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 > --- > 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. Sascha -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox