public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/7] km82xx mainlining
@ 2011-05-03  8:56 Holger Brunck
  2011-05-03  8:56 ` [U-Boot] [PATCH v2 1/7] km/common: remove hdlc_enet implementation Holger Brunck
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Holger Brunck @ 2011-05-03  8:56 UTC (permalink / raw)
  To: u-boot

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%)

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2011-05-10 20:51 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-03  8:56 [U-Boot] [PATCH v2 0/7] km82xx mainlining Holger Brunck
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox