mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: i.MX: Add support for IMX7 based board
@ 2020-08-03 22:11 Anees Rehman
  2020-08-03 22:11 ` [PATCH 1/2] mci: imx-esdhc-pbl: Add support for IMX7 Anees Rehman
  2020-08-03 22:11 ` [PATCH 2/2] ARM: i.MX: Add atlascopco sxb board Anees Rehman
  0 siblings, 2 replies; 4+ messages in thread
From: Anees Rehman @ 2020-08-03 22:11 UTC (permalink / raw)
  To: barebox; +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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-08-03 22:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-03 22:11 [PATCH 0/2] ARM: i.MX: Add support for IMX7 based board Anees Rehman
2020-08-03 22:11 ` [PATCH 1/2] mci: imx-esdhc-pbl: Add support for IMX7 Anees Rehman
2020-08-03 22:11 ` [PATCH 2/2] ARM: i.MX: Add atlascopco sxb board Anees Rehman
2020-08-03 22:28   ` Ahmad Fatoum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox