2 Commits

Author SHA1 Message Date
Waqar Hameed
f047773516 Fix DMA address truncation in gasket_coherent_buffer
`ulong` may not be sufficiently wide for addresses returned by the DMA
API. For example, a 32-bit platform can still have DMA addresses larger
than 32-bit. By using the correct type `dma_addr_t` we fix this
truncation.

Change-Id: Ibdf6456fdf12d889296e580de2acb910527ce0aa
Signed-off-by: Waqar Hameed <waqarh@axis.com>
2021-10-05 10:46:01 -07:00
Michael Brooks
1eeffd9635 Move source to src folder, add gitignore
Change-Id: Ie033078aa57e7cd7c7ce3c1d3d1f0057c8c2cf24
2021-06-03 10:03:45 -07:00