mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] arch: arm: imx: spi: Add QSPI boot support to the IMX8 platforms
@ 2022-03-08 16:07 Joacim Zetterling
  2022-03-08 16:07 ` [PATCH 1/3] " Joacim Zetterling
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Joacim Zetterling @ 2022-03-08 16:07 UTC (permalink / raw)
  To: barebox; +Cc: a.fatoum

This patch series adds QSPI boot option to the IMX8 platforms.
For the moment only the IMX8MN platform is supported.

This has been tested with the support of the Flex SPI/QSPI
driver on an IMX8MN-EVK board configured for QSPI boot
(SW1:0110) and on an IMX8MN custom board with a QSPI flash.

Joacim Zetterling (3):
  arch: arm: imx: spi: Add QSPI boot support to the IMX8 platforms
  scripts: imx: spi: Add QSPI boot support to IMX build image script
  arch: arm: imx: spi: Add QSPI boot option to the IMX8MN-EVK

 .../bb-cfg-param-imx8mn-evk.bin               | Bin 0 -> 512 bytes
 .../flash-header-imx8mn-evk.imxcfg            |   5 +
 arch/arm/boards/nxp-imx8mn-evk/lowlevel.c     |   3 +
 arch/arm/mach-imx/Makefile                    |   1 +
 arch/arm/mach-imx/include/mach/imx-header.h   |   2 +
 arch/arm/mach-imx/include/mach/xload.h        |   1 +
 arch/arm/mach-imx/xload-qspi.c                | 145 ++++++++++++++++++
 scripts/imx/imx-image.c                       |  25 +++
 scripts/imx/imx.c                             |  67 +++++++-
 9 files changed, 248 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/boards/nxp-imx8mn-evk/bb-cfg-param-imx8mn-evk.bin
 create mode 100644 arch/arm/mach-imx/xload-qspi.c

-- 
2.25.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


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

end of thread, other threads:[~2022-03-09  8:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-08 16:07 [PATCH 0/3] arch: arm: imx: spi: Add QSPI boot support to the IMX8 platforms Joacim Zetterling
2022-03-08 16:07 ` [PATCH 1/3] " Joacim Zetterling
2022-03-08 16:18   ` Ahmad Fatoum
2022-03-08 16:08 ` [PATCH 2/3] scripts: arch: imx: Add QSPI boot support to IMX build image script Joacim Zetterling
2022-03-08 16:21   ` Ahmad Fatoum
2022-03-09  8:43   ` Sascha Hauer
2022-03-08 16:08 ` [PATCH 3/3] arch: arm: imx: spi: Add QSPI boot option to the IMX8MN-EVK Joacim Zetterling
2022-03-09  8:53   ` Sascha Hauer

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