[PATCH 0/3] arch: arm: imx: spi: Add QSPI boot support to the IMX8 platforms
Joacim Zetterling
joacim.zetterling at westermo.com
Tue Mar 8 08:07:58 PST 2022
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
More information about the barebox
mailing list