[U-Boot] [PATCH 0/4] Keymile rework headerfiles and support for 3 new 83xx based boards
Heiko Schocher
hs at denx.de
Mon Apr 12 09:33:10 CEST 2010
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
More information about the U-Boot
mailing list