From: Holger Brunck <holger.brunck@keymile.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/7] km82xx mainlining
Date: Tue, 3 May 2011 10:56:50 +0200 [thread overview]
Message-ID: <cover.1304409387.git.holger.brunck@keymile.com> (raw)
This series is the second effort of merging the Keymile boards support
back into mainline.
This serie is a smaller serie based on the first patch serie:
http://lists.denx.de/pipermail/u-boot/2011-April/090013.html
The first large serie was split up to three independent series, which
is easier to review and apply for the custodians.
This serie adds the km82xx specific parts of the serie. All changes
here are only km relevant and should not affect other boards.
Holger Brunck (6):
km/common: remove hdlc_enet implementation
powerpc/km82xx: cleanup coding style for mgcoge.c
powerpc/km82xx: rename mgcoge files to km82xx
powerpc/km82xx: add mgcoge3ne and remove mgcoge2ne support
powerpc/km82xx: adapt CONFIG_SYSSYPCR to manual
poweprc/km82xx: add board specific environment variable
Huber, Andreas (1):
powerpc/km82xx: rework DIP switch detection
MAINTAINERS | 2 +-
board/keymile/common/common.c | 9 +-
board/keymile/common/common.h | 84 ++++-
board/keymile/common/keymile_hdlc_enet.c | 620 --------------------------
board/keymile/{mgcoge => km82xx}/Makefile | 3 +-
board/keymile/km82xx/km82xx.c | 371 +++++++++++++++
board/keymile/mgcoge/mgcoge.c | 346 --------------
board/keymile/mgcoge/mgcoge_hdlc_enet.c | 276 ------------
boards.cfg | 4 +-
include/configs/km82xx-common.h | 29 +--
include/configs/mgcoge.h | 32 ++-
include/configs/{mgcoge2ne.h => mgcoge3ne.h} | 49 ++-
12 files changed, 528 insertions(+), 1297 deletions(-)
delete mode 100644 board/keymile/common/keymile_hdlc_enet.c
rename board/keymile/{mgcoge => km82xx}/Makefile (94%)
create mode 100644 board/keymile/km82xx/km82xx.c
delete mode 100644 board/keymile/mgcoge/mgcoge.c
delete mode 100644 board/keymile/mgcoge/mgcoge_hdlc_enet.c
rename include/configs/{mgcoge2ne.h => mgcoge3ne.h} (60%)
next reply other threads:[~2011-05-03 8:56 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-03 8:56 Holger Brunck [this message]
2011-05-03 8:56 ` [U-Boot] [PATCH v2 1/7] km/common: remove hdlc_enet implementation Holger Brunck
2011-05-10 20:50 ` Wolfgang Denk
2011-05-03 8:56 ` [U-Boot] [PATCH v2 2/7] powerpc/km82xx: cleanup coding style for mgcoge.c Holger Brunck
2011-05-10 20:50 ` Wolfgang Denk
2011-05-03 8:56 ` [U-Boot] [PATCH v2 3/7] powerpc/km82xx: rename mgcoge files to km82xx Holger Brunck
2011-05-10 20:50 ` Wolfgang Denk
2011-05-03 8:56 ` [U-Boot] [PATCH v2 4/7] powerpc/km82xx: rework DIP switch detection Holger Brunck
2011-05-10 20:50 ` Wolfgang Denk
2011-05-03 8:56 ` [U-Boot] [PATCH v2 5/7] powerpc/km82xx: add mgcoge3ne and remove mgcoge2ne support Holger Brunck
2011-05-10 20:50 ` Wolfgang Denk
2011-05-03 8:56 ` [U-Boot] [PATCH v2 6/7] powerpc/km82xx: adapt CONFIG_SYSSYPCR to manual Holger Brunck
2011-05-10 20:51 ` Wolfgang Denk
2011-05-03 8:56 ` [U-Boot] [PATCH v2 7/7] powerpc/km82xx: add board specific environment variable Holger Brunck
2011-05-10 20:51 ` Wolfgang Denk
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=cover.1304409387.git.holger.brunck@keymile.com \
--to=holger.brunck@keymile.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox