]> git.ipfire.org Git - thirdparty/u-boot.git/commit - include/bouncebuf.h
COMMON: Implement common bounce buffer
authorMarek Vasut <marex@denx.de>
Sun, 26 Aug 2012 15:19:06 +0000 (15:19 +0000)
committerAndy Fleming <afleming@freescale.com>
Mon, 22 Oct 2012 07:53:35 +0000 (02:53 -0500)
commitb660df3c9031ba2efded2d083c34f2ea5ff978ff
tree0839439d1b51289dff3b15fc1981246992c220ae
parent99070db0dc0b0e881841a0091f06d53351244a34
COMMON: Implement common bounce buffer

Implement common bounce buffer to be used on a less capable hardware.
That includes hardware that can not do DMA from any address or such.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Andy Fleming <afleming@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
common/Makefile
common/bouncebuf.c [new file with mode: 0644]
include/bouncebuf.h [new file with mode: 0644]