From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/6 v2] powerpc: common updates for keymile boards
Date: Thu, 12 Mar 2009 07:37:01 +0100 [thread overview]
Message-ID: <49B8AD8D.6090103@denx.de> (raw)
The following series updates the keymile boards:
- collect common config options for the keymile boards
- added support for the new kmsupx4 board
- bugfix for environment sector size for the mgcoge board
changes since v1:
- added suggestions from Wolfgang Denk
- bugfix for environment sector size for the mgcoge board
The following changes since commit 3c92217732edfc0016c3cbdc828471d013d23a36:
Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
Heiko Schocher (6):
82xx, mgcoge: fix environment sector size
8xx, icache: enabling ICache not before running from RAM
powerpc: common updates for keymile boards
8xx, mgsuvd: Coding Style cleanup config file
8xx, mgsuvd: rename board to a more generic name
8xx: add support for new keymile kmsupx4 board.
MAINTAINERS | 1 +
MAKEALL | 1 +
Makefile | 5 +-
README | 5 +
board/keymile/common/common.c | 6 +-
board/keymile/common/keymile_hdlc_enet.h | 2 +-
board/keymile/{mgsuvd => km8xx}/Makefile | 2 +-
board/keymile/{mgsuvd => km8xx}/config.mk | 0
board/keymile/{mgsuvd/mgsuvd.c => km8xx/km8xx.c} | 7 +-
.../mgsuvd_hdlc_enet.c => km8xx/km8xx_hdlc_enet.c} | 0
board/keymile/{mgsuvd => km8xx}/u-boot.lds | 0
cpu/mpc8xx/start.S | 2 +-
drivers/i2c/soft_i2c.c | 2 +-
include/commproc.h | 8 +-
include/configs/FLAGADM.h | 3 +
include/configs/IP860.h | 3 +
include/configs/keymile-common.h | 152 +++++++++-
include/configs/km8xx.h | 343 ++++++++++++++++++++
include/configs/kmeter1.h | 52 +---
include/configs/kmsupx4.h | 41 +++
include/configs/mgcoge.h | 67 +---
include/configs/mgsuvd.h | 305 +-----------------
include/configs/pcu_e.h | 3 +
lib_ppc/board.c | 3 +-
24 files changed, 599 insertions(+), 414 deletions(-)
rename board/keymile/{mgsuvd => km8xx}/Makefile (98%)
rename board/keymile/{mgsuvd => km8xx}/config.mk (100%)
rename board/keymile/{mgsuvd/mgsuvd.c => km8xx/km8xx.c} (98%)
rename board/keymile/{mgsuvd/mgsuvd_hdlc_enet.c => km8xx/km8xx_hdlc_enet.c} (100%)
rename board/keymile/{mgsuvd => km8xx}/u-boot.lds (100%)
create mode 100644 include/configs/km8xx.h
create mode 100644 include/configs/kmsupx4.h
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
reply other threads:[~2009-03-12 6:37 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=49B8AD8D.6090103@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.