All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] Keymile rework headerfiles and support for 3 new 83xx based boards
@ 2010-04-12  7:33 Heiko Schocher
  0 siblings, 0 replies; only message in thread
From: Heiko Schocher @ 2010-04-12  7:33 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-12  7:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-12  7:33 [U-Boot] [PATCH 0/4] Keymile rework headerfiles and support for 3 new 83xx based boards Heiko Schocher

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.