Re: [PATCH v1 1/2] imx: imxrt1050-evk: Add support for SPI flash booting

2024-02-08 Thread Fabio Estevam
Hi Giulio, On Wed, Jan 31, 2024 at 10:06 AM Giulio Benetti wrote: > The problem is that mmu_set_region_dcache_behaviour() is not implemented > for armv7m and mxsfb.c requires it when DCache is enabled, that's why > I've disabled. > > So we can keep it as is or implement armv7m complete > mmu_set

Re: [PATCH v1 1/2] imx: imxrt1050-evk: Add support for SPI flash booting

2024-01-31 Thread Giulio Benetti
Hello Jesse, Fabio, All, On 31/01/24 02:44, Jesse T wrote: On Mon, Jan 29, 2024 at 8:34 AM Fabio Estevam wrote: On Sun, Jan 28, 2024 at 6:43 PM Jesse Taube wrote: +++ b/configs/imxrt1050-evk_fspi_defconfig @@ -0,0 +1,100 @@ +CONFIG_ARM=y +CONFIG_SYS_DCACHE_OFF=y Out of curiosity: what ar

Re: [PATCH v1 1/2] imx: imxrt1050-evk: Add support for SPI flash booting

2024-01-30 Thread Jesse T
On Mon, Jan 29, 2024 at 8:34 AM Fabio Estevam wrote: > > On Sun, Jan 28, 2024 at 6:43 PM Jesse Taube wrote: > > > +++ b/configs/imxrt1050-evk_fspi_defconfig > > @@ -0,0 +1,100 @@ > > +CONFIG_ARM=y > > +CONFIG_SYS_DCACHE_OFF=y > > Out of curiosity: what are the problems if the D-Cache is turned on

Re: [PATCH v1 1/2] imx: imxrt1050-evk: Add support for SPI flash booting

2024-01-29 Thread Fabio Estevam
On Sun, Jan 28, 2024 at 6:43 PM Jesse Taube wrote: > +++ b/configs/imxrt1050-evk_fspi_defconfig > @@ -0,0 +1,100 @@ > +CONFIG_ARM=y > +CONFIG_SYS_DCACHE_OFF=y Out of curiosity: what are the problems if the D-Cache is turned on?

Re: [PATCH v1 1/2] imx: imxrt1050-evk: Add support for SPI flash booting

2024-01-29 Thread Giulio Benetti
Hi Jesse, On 28/01/24 22:43, Jesse Taube wrote: This add some macros to change addresses to use flexspi. This commit adds support for booting the imxrt1050-evk from spi. It adds imximage config and the ability for SPL to boot from NOR. Signed-off-by: Jesse Taube --- arch/arm/dts/imxrt1050-e

Re: [PATCH v1 1/2] imx: imxrt1050-evk: Add support for SPI flash booting

2024-01-28 Thread Fabio Estevam
Hi Jesse, On Sun, Jan 28, 2024 at 6:43 PM Jesse Taube wrote: > > This add some macros to change addresses to use flexspi. This sentence is not very clear. > This commit adds support for booting the imxrt1050-evk from spi. Please don't use 'This commit adds support' format. Use imperative mood

[PATCH v1 1/2] imx: imxrt1050-evk: Add support for SPI flash booting

2024-01-28 Thread Jesse Taube
This add some macros to change addresses to use flexspi. This commit adds support for booting the imxrt1050-evk from spi. It adds imximage config and the ability for SPL to boot from NOR. Signed-off-by: Jesse Taube --- arch/arm/dts/imxrt1050-evk-u-boot.dtsi| 31 ++ arch/arm/mach-im

[PATCH v1 1/2] imx: imxrt1050-evk: Add support for SPI flash booting

2022-03-11 Thread Jesse Taube
This add some macros to change addresses to use flexspi. This commit adds support for booting the imxrt1050-evk from spi. It adds imximage config and the ability for SPL to boot from NOR. Signed-off-by: Jesse Taube --- .../freescale/imxrt1050-evk/imximage-nor.cfg | 42 +++ boar