All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Schwarz <simonschwarzcor@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/6] OMAP3 SPL: Use DMA to copy images from NAND to RAM
Date: Wed, 28 Sep 2011 16:44:28 +0200	[thread overview]
Message-ID: <1317221074-2235-1-git-send-email-simonschwarzcor@gmail.com> (raw)

This adds the capability to OMAP3 SPL to load the Linux/U-Boot image with DMA.

Based on:
- u-boot-ti/next
- SPL direct Linux boot:
  http://article.gmane.org/gmane.comp.boot-loaders.u-boot/108814

Simon Schwarz (6):
  omap3: Add Base register for DMA
  omap3: Add DMA register accessors
  omap3: Add interface for omap3 DMA
  nand_spl_simple: Add omap3 DMA usage to SPL
  SPL: Add DMA library
  devkit8000: Activate DMA support in SPL

 arch/arm/include/asm/arch-omap3/cpu.h   |   45 ++++++++
 arch/arm/include/asm/arch-omap3/dma.h   |   77 +++++++++++++
 arch/arm/include/asm/arch-omap3/omap3.h |    3 +
 doc/README.SPL                          |    1 +
 doc/README.omap3                        |   18 +++
 drivers/dma/Makefile                    |    1 +
 drivers/dma/omap3_dma.c                 |  180 ++++++++++++++++++++++++++++++
 drivers/mtd/nand/nand_spl_simple.c      |  185 +++++++++++++++++++++++++++++--
 include/configs/devkit8000.h            |    2 +
 spl/Makefile                            |    1 +
 10 files changed, 504 insertions(+), 9 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-omap3/dma.h
 create mode 100644 drivers/dma/omap3_dma.c

-- 
1.7.4.1

             reply	other threads:[~2011-09-28 14:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-28 14:44 Simon Schwarz [this message]
2011-09-28 14:48 ` [U-Boot] [PATCH 0/6] OMAP3 SPL: Use DMA to copy images from NAND to RAM Simon Schwarz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1317221074-2235-1-git-send-email-simonschwarzcor@gmail.com \
    --to=simonschwarzcor@googlemail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.