Re: [PATCH 2/2] spi: fsl_qspi: Support to use full AHB space on i.MX

2022-11-09 Thread Frieder Schrempf
Hi, On 09.06.20 09:59, Ye Li wrote: > i.MX platforms provide large AHB mapped space for QSPI, each > controller has 256MB. However, current driver only maps small > size (AHB buffer size) of AHB space, this implementation > causes i.MX failed to boot M4 with QSPI XIP image. > > Add config CONFIG_

[PATCH 2/2] spi: fsl_qspi: Support to use full AHB space on i.MX

2020-07-16 Thread sbabic
> i.MX platforms provide large AHB mapped space for QSPI, each > controller has 256MB. However, current driver only maps small > size (AHB buffer size) of AHB space, this implementation > causes i.MX failed to boot M4 with QSPI XIP image. > Add config CONFIG_FSL_QSPI_AHB_FULL_MAP (default enabled f

[PATCH 2/2] spi: fsl_qspi: Support to use full AHB space on i.MX

2020-06-09 Thread Ye Li
i.MX platforms provide large AHB mapped space for QSPI, each controller has 256MB. However, current driver only maps small size (AHB buffer size) of AHB space, this implementation causes i.MX failed to boot M4 with QSPI XIP image. Add config CONFIG_FSL_QSPI_AHB_FULL_MAP (default enabled for i.MX)