From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-lf1-x141.google.com ([2a00:1450:4864:20::141]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1k2ifu-00067c-Ld for barebox@lists.infradead.org; Mon, 03 Aug 2020 22:11:19 +0000 Received: by mail-lf1-x141.google.com with SMTP id k13so21318815lfo.0 for ; Mon, 03 Aug 2020 15:11:17 -0700 (PDT) From: Anees Rehman Date: Tue, 4 Aug 2020 00:11:06 +0200 Message-Id: <20200803221108.15351-1-anees.r3hman@gmail.com> MIME-Version: 1.0 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: [PATCH 0/2] ARM: i.MX: Add support for IMX7 based board To: barebox@lists.infradead.org Cc: Anees Rehman The first patch adds support for the IMX7 to load image from SD/MMC similar to IMX6 and IMX8. The second patch adds support for Atlas Copco's IXB tool which comes with IMX7D, 1GB lpddr2 and has most of the interfaces supported by the SoC. This patch also shows booting IMX7 without a static DCD file which allows to have a single barebox image on multiple revisions of the same board (different memory chips). The _no_ DCD file part is an adaptation for ac-sxb from zii-imx6q-rdu2. Anees Rehman (2): mci: imx-esdhc-pbl: Add support for IMX7 ARM: i.MX: Add atlascopco sxb board arch/arm/boards/Makefile | 1 + arch/arm/boards/ac-sxb/Makefile | 2 + arch/arm/boards/ac-sxb/board.c | 17 +++ .../ac-sxb/flash-header-mx7d-lpddr2.imxcfg | 10 ++ arch/arm/boards/ac-sxb/lowlevel.c | 131 ++++++++++++++++++ arch/arm/dts/Makefile | 1 + arch/arm/dts/ac-sxb.dts | 92 ++++++++++++ arch/arm/mach-imx/Kconfig | 5 + arch/arm/mach-imx/include/mach/xload.h | 1 + drivers/mci/imx-esdhc-pbl.c | 37 +++++ dts/src/arm/imx7d-ac-sxb.dts | 126 +++++++++++++++++ images/Makefile.imx | 5 + 12 files changed, 428 insertions(+) create mode 100644 arch/arm/boards/ac-sxb/Makefile create mode 100644 arch/arm/boards/ac-sxb/board.c create mode 100644 arch/arm/boards/ac-sxb/flash-header-mx7d-lpddr2.imxcfg create mode 100644 arch/arm/boards/ac-sxb/lowlevel.c create mode 100644 arch/arm/dts/ac-sxb.dts create mode 100644 dts/src/arm/imx7d-ac-sxb.dts -- 2.28.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox