RTEMS | bsp/aarch64/raspberrypi: Add support for DMA (!662)
Shaunak Datar (@skdatar)
gitlab at rtems.org
Tue Aug 19 19:51:09 UTC 2025
Shaunak Datar commented on a discussion on bsps/aarch64/raspberrypi/dma/raspberrypi-dma.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/662#note_129050
> + }
> +
> + cb->source_addr = (uint32_t) ADDRESS_LOW( source_address );
> + cb->source_info = SI_SRC_INC | ADDRESS_HIGH( source_address );
> + cb->destination_addr = (uint32_t) ADDRESS_LOW( destination_address );
> + cb->destination_info = DI_DEST_INC | ADDRESS_HIGH( destination_address );
> + cb->transfer_length = transfer_length;
> + cb->transfer_info = 0;
> + cb->next_cb = 0;
> + cb->reserved = 0;
> +
> + return cb;
> +}
> +
> +
> +void *rpi_unaligned_mem_to_mem_dma( rpi_dma_channel channel, void *src, uint32_t length )
Removed the function altogether
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/662#note_129050
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/20250819/f993d515/attachment-0001.htm>
More information about the bugs
mailing list