public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/7] km82xx and mgcogeXxx reworking
@ 2012-07-27 15:16 Gerlando Falauto
  2012-07-27 15:16 ` [U-Boot] [PATCH 1/7] powerpc/82xx: remove unused define for mgcoge3ne Gerlando Falauto
                   ` (6 more replies)
  0 siblings, 7 replies; 27+ messages in thread
From: Gerlando Falauto @ 2012-07-27 15:16 UTC (permalink / raw)
  To: u-boot

Hello,

this patch series does a bit of housekeeping on our mgcogeXxx boards.
First we do some due code cleanups which just move code around,
then we introduce dynamic SDRAM detection so the same u-boot binary
can be used on different boards.

Gerlando Falauto (6):
  powerpc/82xx: move mgcoge, mgcoge3ne defines to ease subsequent merge
  powerpc/82xx: merge mgcoge.h and mgcoge3ne.h into km82xx.h
  powerpc/82xx: move km/km82xx-common.h within km82xx.h
  powerpc/82xx: add SDRAM detection for km82xx
  powerpc/82xx: use SDRAM detection for mgcoge2ne
  powerpc/82xx: adapt SDRAM settings for mgcoge3ne

Holger Brunck (1):
  powerpc/82xx: remove unused define for mgcoge3ne

 board/keymile/km82xx/km82xx.c      |   51 ++++-
 boards.cfg                         |    4 +-
 include/configs/km/km82xx-common.h |  317 -------------------------
 include/configs/km82xx.h           |  448 ++++++++++++++++++++++++++++++++++++
 include/configs/mgcoge.h           |   93 --------
 include/configs/mgcoge3ne.h        |   96 --------
 6 files changed, 499 insertions(+), 510 deletions(-)
 delete mode 100644 include/configs/km/km82xx-common.h
 create mode 100644 include/configs/km82xx.h
 delete mode 100644 include/configs/mgcoge.h
 delete mode 100644 include/configs/mgcoge3ne.h

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

end of thread, other threads:[~2012-08-02  9:14 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-27 15:16 [U-Boot] [PATCH 0/7] km82xx and mgcogeXxx reworking Gerlando Falauto
2012-07-27 15:16 ` [U-Boot] [PATCH 1/7] powerpc/82xx: remove unused define for mgcoge3ne Gerlando Falauto
2012-07-31 20:29   ` Wolfgang Denk
2012-07-27 15:16 ` [U-Boot] [PATCH 2/7] powerpc/82xx: move mgcoge, mgcoge3ne defines to ease subsequent merge Gerlando Falauto
2012-07-31 20:30   ` Wolfgang Denk
2012-08-02  9:14   ` [U-Boot] [PATCH v2 4/7] powerpc/82xx: move km/km82xx-common.h within km82xx.h Gerlando Falauto
2012-07-27 15:16 ` [U-Boot] [PATCH 3/7] powerpc/82xx: merge mgcoge.h and mgcoge3ne.h into km82xx.h Gerlando Falauto
2012-07-27 17:30   ` Wolfgang Denk
2012-07-30  9:09     ` Gerlando Falauto
2012-07-30 13:00       ` Wolfgang Denk
2012-07-30 14:56         ` Gerlando Falauto
2012-07-30 16:07           ` Wolfgang Denk
2012-07-30 18:21             ` Gerlando Falauto
2012-07-30 18:22               ` [U-Boot] [PATCH v2 " Gerlando Falauto
2012-07-31 20:30   ` [U-Boot] [PATCH " Wolfgang Denk
2012-07-27 15:16 ` [U-Boot] [PATCH 4/7] powerpc/82xx: move km/km82xx-common.h within km82xx.h Gerlando Falauto
2012-07-27 17:31   ` Wolfgang Denk
2012-07-30 18:28     ` Gerlando Falauto
2012-07-30 19:12       ` Wolfgang Denk
2012-08-02  9:10         ` Gerlando Falauto
2012-07-31 20:31   ` Wolfgang Denk
2012-07-27 15:16 ` [U-Boot] [PATCH 5/7] powerpc/82xx: add SDRAM detection for km82xx Gerlando Falauto
2012-07-31 20:31   ` Wolfgang Denk
2012-07-27 15:16 ` [U-Boot] [PATCH 6/7] powerpc/82xx: use SDRAM detection for mgcoge2ne Gerlando Falauto
2012-07-31 20:31   ` Wolfgang Denk
2012-07-27 15:16 ` [U-Boot] [PATCH 7/7] powerpc/82xx: adapt SDRAM settings for mgcoge3ne Gerlando Falauto
2012-07-31 20:31   ` Wolfgang Denk

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