9
0
Fork 0
barebox/arch/blackfin
Marc Kleine-Budde ed2180d658 blackfin, mips, openrisc, ppc, sandbox, x86: add generic dma_alloc, dma_free inlines
Some drivers call dma_inv_range() on buffers, on arm these buffers must
be cache line aligned. This patch introduces a generic dma_alloc,
dma_free. Archs can implement in their own functions in "asm/dma.h" and add a:

	#define dma_alloc dma_alloc
	#define dma_free dma_free

On all other archs the generic versions, which translate into xmalloc
and free are used.

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2012-06-30 12:46:25 +02:00
..
boards/ipe337 Removed duplicate definition for DEVFS_PARTITION_xxx 2012-05-13 21:58:19 +02:00
configs ipe337: fix default env 2010-09-24 09:51:15 +02:00
cpu-bf561 fix underscore count in bss_start/bss_stop 2011-12-07 13:05:25 +01:00
include/asm blackfin, mips, openrisc, ppc, sandbox, x86: add generic dma_alloc, dma_free inlines 2012-06-30 12:46:25 +02:00
lib booting: more flexible Linux bootargs generation 2012-05-14 09:16:31 +02:00
Kconfig move digest to crypto/ 2011-10-12 08:52:48 +02:00
Makefile Only pass -P to cpp when generating ld scripts 2011-10-18 09:18:41 +02:00
mach-bf.dox rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00