]> git.dujemihanovic.xyz Git - u-boot.git/commit
imx: imxrt1050-evk: Add support for SPI flash booting
authorJesse Taube <Mr.Bossman075@gmail.com>
Mon, 19 Feb 2024 23:00:59 +0000 (18:00 -0500)
committerFabio Estevam <festevam@denx.de>
Sat, 24 Feb 2024 19:21:02 +0000 (16:21 -0300)
commit7079eeb72fc36b809a6e9c7417aff3bf19b6d3f1
tree41800b8c6179b311d152f6c8296516a045311bf0
parentbb9d6c7f4f6a598e8856b2e19e58c7de078a0d6e
imx: imxrt1050-evk: Add support for SPI flash booting

Add support for booting the imxrt1050-evk from spi.
Add imximage config and the ability for SPL to boot from NOR.
Enable binman in Kconfig and device tree for imxrt* as it is used to
prepend fspi_header.bin to SPL and u-boot.img.

Signed-off-by: Jesse Taube <Mr.Bossman075@gmail.com>
arch/arm/dts/imxrt1020-evk-u-boot.dtsi
arch/arm/dts/imxrt1050-evk-u-boot.dtsi
arch/arm/dts/imxrt1170-evk-u-boot.dtsi
arch/arm/mach-imx/imxrt/Kconfig
board/freescale/imxrt1050-evk/MAINTAINERS
board/freescale/imxrt1050-evk/imximage-nor.cfg [new file with mode: 0644]
board/freescale/imxrt1050-evk/imximage.cfg
board/freescale/imxrt1050-evk/imxrt1050-evk.c
configs/imxrt1050-evk_defconfig
configs/imxrt1050-evk_fspi_defconfig [new file with mode: 0644]
include/configs/imxrt1050-evk.h