freebsd-dev/sys/arm64
Zbigniew Bodek 1ca4eb3acc Port x86 busdma to ARM64
The x86 busdma subsystem allows using multiple implementations.
By default the classic bounce buffer approach is used, however
on systems with IOMMU it could be in runtime switched to more
efficient hardware accelerated implementation.

This commit adds ARM64 port of the x86 busdma framework and bounce
buffer backend. It is ready to use on IO coherent systems. If the
IO coherency cannot be guaranteed, the cache management operations have
to be added to this code in places marked by /* XXX ARM64TODO (...) */
comments. Also IOMMU support might be added by registering another
busdma implementation like it is already done on the x86.

Reviewed by:   andrew, emaste
Obtained from: Semihalf
Sponsored by:  The FreeBSD Foundation
2015-05-08 18:47:19 +00:00
..
arm64 Port x86 busdma to ARM64 2015-05-08 18:47:19 +00:00
conf Set MACHINE_ARCH to aarch64 for arm64 2015-04-16 19:23:08 +00:00
include Port x86 busdma to ARM64 2015-05-08 18:47:19 +00:00