From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Schwarz Date: Sun, 16 Oct 2011 12:10:02 +0200 Subject: [U-Boot] [PATCH 0/2] Use DMA in SPL Message-ID: <1318759804-18688-1-git-send-email-simonschwarzcor@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This implements the DMA copy in the SPL. The DMA usage is activated for devkit8000. Based on DMA driver patch: http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/109744/focus=109747 Simon Schwarz (2): nand_spl_simple: Add omap3 DMA usage to SPL devkit8000: Activate DMA support in SPL drivers/mtd/nand/nand_spl_simple.c | 185 ++++++++++++++++++++++++++++++++++-- include/configs/devkit8000.h | 2 + 2 files changed, 178 insertions(+), 9 deletions(-) -- 1.7.4.1