From: Joacim Zetterling <joacim.zetterling@westermo.com>
To: barebox@lists.infradead.org
Cc: a.fatoum@pengutronix.de
Subject: [PATCH 0/3] arch: arm: imx: spi: Add QSPI boot support to the IMX8 platforms
Date: Tue, 8 Mar 2022 17:07:58 +0100 [thread overview]
Message-ID: <20220308160801.782206-1-joacim.zetterling@westermo.com> (raw)
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
next reply other threads:[~2022-03-08 16:23 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-08 16:07 Joacim Zetterling [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220308160801.782206-1-joacim.zetterling@westermo.com \
--to=joacim.zetterling@westermo.com \
--cc=a.fatoum@pengutronix.de \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox