]> git.ipfire.org Git - people/ms/u-boot.git/commit
AVR32: Implement simple DMA memory allocator
authorHaavard Skinnemoen <hskinnemoen@atmel.com>
Sun, 17 Dec 2006 14:39:15 +0000 (15:39 +0100)
committerHaavard Skinnemoen <hskinnemoen@atmel.com>
Sat, 14 Apr 2007 14:14:06 +0000 (16:14 +0200)
commitd5acb95b16a0a74c643524342c3437e765426d05
tree8668799d8bd70b82351e645d42e743715eefee73
parent91975b0fea773c9e681fea8cf3349669f27685ee
AVR32: Implement simple DMA memory allocator

Implement dma_alloc_coherent() which returns cache-aligned
uncacheable memory.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
lib_avr32/board.c