All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nick Thompson <nick.thompson@gefanuc.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V3 0/4] add TI DA8xx support:
Date: Mon, 26 Oct 2009 17:44:26 +0000	[thread overview]
Message-ID: <4AE5DFFA.2020505@gefanuc.com> (raw)

Add initial support for DA8xx SoC's and the spectrum digital DA830 EVM board.

See:
	http://www.ti.com
	http://www.spectrumdigital.com/

DA8xx is similar to DaVinci devices, but has a differing memory map and
updated peripherals. It is intended that DaVinci drivers will be modified in
some way to support these differences.

A side effect of this is that there are some legacy code constructs in this
patch set that are required to utilize the DaVinci drivers as they stand now.
For example there are some volatiles and memory pointer types defined that are
no longer considered acceptable.

The new code in this patch set doesn't use these constructs and the remaining
artefacts can be removed when the DaVinci drivers stop using them.
---
Changes from previous patch set:

Moved cpu and include/asm/arch code into davinci directories.
Merged hardware.h to davinci.
Added a new pin mux configuration scheme in davinci/common.
Removed timer.c changes to a separate patch (submitted).
  this patch does not depend on timer.c patch.

Applies to u-boot-ti:

 MAINTAINERS                             |    4 +
 MAKEALL                                 |    1 +
 Makefile                                |    3 +
 board/davinci/common/misc.c             |   46 ++++++-
 board/davinci/common/misc.h             |   13 ++
 board/davinci/da830evm/Makefile         |   51 +++++++
 board/davinci/da830evm/config.mk        |   45 ++++++
 board/davinci/da830evm/da830evm.c       |  126 ++++++++++++++++
 cpu/arm926ejs/davinci/cpu.c             |   40 +++++-
 cpu/arm926ejs/davinci/psc.c             |   43 ++++--
 include/asm-arm/arch-davinci/hardware.h |  191 ++++++++++++++++++++++++-
 include/asm-arm/arch-davinci/i2c_defs.h |    7 +
 include/common.h                        |    3 +
 include/configs/da830evm.h              |  244 +++++++++++++++++++++++++++++++
 14 files changed, 803 insertions(+), 14 deletions(-)

             reply	other threads:[~2009-10-26 17:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-26 17:44 Nick Thompson [this message]
2009-10-26 17:58 ` [U-Boot] [PATCH V3 0/4] add TI DA8xx support: Paulraj, Sandeep

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=4AE5DFFA.2020505@gefanuc.com \
    --to=nick.thompson@gefanuc.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.