RTEMS | bsp/aarch64/raspberrypi: Add support for DMA (!662)
Shaunak Datar (@skdatar)
gitlab at rtems.org
Mon Aug 18 16:44:29 UTC 2025
Shaunak Datar commented on a discussion on bsps/aarch64/raspberrypi/include/bsp/raspberrypi-dma.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/662#note_128949
> + DMA_CHANNEL_4,
> + DMA_CHANNEL_5,
> + DMA_CHANNEL_6,
> + DMA_LITE_CHANNEL_7,
> + DMA_LITE_CHANNEL_8,
> + DMA_LITE_CHANNEL_9,
> + DMA_LITE_CHANNEL_10,
> + DMA4_CHANNEL_11,
> + DMA4_CHANNEL_12,
> + DMA4_CHANNEL_13,
> + DMA4_CHANNEL_14,
> +} rpi_dma_channel;
> +
> +void* rpi_unaligned_mem_to_mem_dma( rpi_dma_channel channel, void *src, uint32_t length );
> +rtems_status_code rpi_dma_mem_to_mem_start_transfer( rpi_dma_channel channel );
> +rtems_status_code rpi_dma_mem_to_mem_wait( rpi_dma_channel channel );
Ahh yes, start and wait are not Memory transfer specific
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/662#note_128949
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250818/1418254b/attachment-0001.htm>
More information about the bugs
mailing list