On 8/8/24 23:31, Octavian Purdila wrote:
+static Property flexspi_properties[] = {
+DEFINE_PROP_UINT32("mmap_base", FlexSpiState, mmap_base, 0),
+DEFINE_PROP_UINT32("mmap_size", FlexSpiState, mmap_size, 0),
Preferably simply 'size'.
+DEFINE_PROP_END_OF_LIST(),
+};
+
+static void
On Wed, Aug 7, 2024 at 10:11 PM Philippe Mathieu-Daudé
wrote:
>
> Hi Octavian,
>
Hi Philippe,
Thanks for the review!
> On 5/8/24 22:17, Octavian Purdila wrote:
> > This is mostly a stub which completes SPI transactions as noops
> > by masking out the error interrupts and never clearing the IPCM
Hi Octavian,
On 5/8/24 22:17, Octavian Purdila wrote:
This is mostly a stub which completes SPI transactions as noops
by masking out the error interrupts and never clearing the IPCMDDONE
interrupt.
Although incomplete, this allows software that uses NXP's mcuxpresso
SDK to run the SDK board ini
This is mostly a stub which completes SPI transactions as noops
by masking out the error interrupts and never clearing the IPCMDDONE
interrupt.
Although incomplete, this allows software that uses NXP's mcuxpresso
SDK to run the SDK board initialization functions.
It also supports AHB memory acces