All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/4] Keymile rework headerfiles and support for 3 new 83xx based boards
Date: Mon, 12 Apr 2010 09:33:10 +0200	[thread overview]
Message-ID: <4BC2CCB6.3090303@denx.de> (raw)

This series reorganizes the headerfiles for the boards
manufactured by keymile, and based on this reorganization
3 new 83xx boards from keymile.

The following changes since commit fd4e49c18901a50b1648235f26da1e8caa0f8764:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-blackfin

Heiko Schocher (4):
      keymile: rework headerfiles for keymile boards
      mpc832x: add support for the mpc8321 based suvd3 board
      mpc832x: add support for mpc8321 based tuxa1 board
      mpc832x: add support for mpc8321 based tuda1 board

 MAINTAINERS                                        |    3 +
 MAKEALL                                            |    3 +
 Makefile                                           |    9 +-
 board/keymile/common/common.c                      |    4 +-
 board/keymile/{kmeter1 => km83xx}/Makefile         |    0
 board/keymile/{kmeter1 => km83xx}/config.mk        |    0
 .../keymile/{kmeter1/kmeter1.c => km83xx/km83xx.c} |   86 +++-
 cpu/mpc83xx/cpu.c                                  |    2 +-
 cpu/mpc83xx/fdt.c                                  |    3 +-
 include/configs/keymile-common.h                   |  577 ++++++++++++++++----
 include/configs/km83xx-common.h                    |  348 ++++++++++++
 include/configs/km8xx.h                            |   35 +-
 include/configs/km_arm.h                           |    2 -
 include/configs/kmeter1.h                          |  342 +-----------
 include/configs/mgcoge.h                           |   35 +-
 include/configs/suvd3.h                            |  216 ++++++++
 include/configs/tuda1.h                            |  250 +++++++++
 include/configs/tuxa1.h                            |  235 ++++++++
 18 files changed, 1655 insertions(+), 495 deletions(-)
 rename board/keymile/{kmeter1 => km83xx}/Makefile (100%)
 rename board/keymile/{kmeter1 => km83xx}/config.mk (100%)
 rename board/keymile/{kmeter1/kmeter1.c => km83xx/km83xx.c} (67%)
 create mode 100644 include/configs/km83xx-common.h
 create mode 100644 include/configs/suvd3.h
 create mode 100644 include/configs/tuda1.h
 create mode 100644 include/configs/tuxa1.h

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

                 reply	other threads:[~2010-04-12  7:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4BC2CCB6.3090303@denx.de \
    --to=hs@denx.de \
    --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.