public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] powerpc: common updates for keymile boards
@ 2009-03-11  8:04 Heiko Schocher
  2009-03-11 11:34 ` Wolfgang Denk
  0 siblings, 1 reply; 4+ messages in thread
From: Heiko Schocher @ 2009-03-11  8:04 UTC (permalink / raw)
  To: u-boot

The following series updates the keymile boards:

- collect common config options for the keymile boards
- added support for the new kmsupx4 board

The following changes since commit 3c92217732edfc0016c3cbdc828471d013d23a36:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx

Heiko Schocher (3):
      powerpc: common updates for keymile boards
      8xx, mgsuvd: rename board to a more generic name
      8xx: add support for new keymile kmsupx4 board.

 MAINTAINERS                                        |    1 +
 MAKEALL                                            |    1 +
 Makefile                                           |    5 +-
 board/keymile/common/common.c                      |    6 +-
 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/cpu_init.c                              |    2 +
 cpu/mpc8xx/start.S                                 |    3 +-
 drivers/i2c/soft_i2c.c                             |    3 +
 include/commproc.h                                 |    8 +-
 include/configs/keymile-common.h                   |  150 +++++++++-
 include/configs/km8xx.h                            |  338 ++++++++++++++++++++
 include/configs/kmeter1.h                          |   52 +---
 include/configs/kmsupx4.h                          |   38 +++
 include/configs/mgcoge.h                           |   65 +---
 include/configs/mgsuvd.h                           |  305 +------------------
 lib_ppc/board.c                                    |    3 +-
 20 files changed, 579 insertions(+), 410 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

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

* [U-Boot] [PATCH 0/3] powerpc: common updates for keymile boards
  2009-03-11  8:04 [U-Boot] [PATCH 0/3] powerpc: common updates for keymile boards Heiko Schocher
@ 2009-03-11 11:34 ` Wolfgang Denk
  2009-03-11 12:29   ` Heiko Schocher
  0 siblings, 1 reply; 4+ messages in thread
From: Wolfgang Denk @ 2009-03-11 11:34 UTC (permalink / raw)
  To: u-boot

Dear Heiko Schocher,

In message <49B77090.1050305@denx.de> you wrote:
> The following series updates the keymile boards:
> 
> - collect common config options for the keymile boards
> - added support for the new kmsupx4 board
> 
> The following changes since commit 3c92217732edfc0016c3cbdc828471d013d23a36:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx

Please make sure to rebase your patches against the "next" branch  so
they  can go in when the next merge window opens. At the moment, only
strict bug fixes (and stuff that was  submitted  while  the  previous
merge  window  was  open  but  is  still  under  discussion  /  being
processed) will go into "master".

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Speed of a tortoise breaking the sound barrier         = 1 Machturtle

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

* [U-Boot] [PATCH 0/3] powerpc: common updates for keymile boards
  2009-03-11 11:34 ` Wolfgang Denk
@ 2009-03-11 12:29   ` Heiko Schocher
  2009-03-11 12:56     ` Wolfgang Denk
  0 siblings, 1 reply; 4+ messages in thread
From: Heiko Schocher @ 2009-03-11 12:29 UTC (permalink / raw)
  To: u-boot

Hello Wolfgang,

Wolfgang Denk wrote:
> In message <49B77090.1050305@denx.de> you wrote:
>> The following series updates the keymile boards:
>>
>> - collect common config options for the keymile boards
>> - added support for the new kmsupx4 board
>>
>> The following changes since commit 3c92217732edfc0016c3cbdc828471d013d23a36:
>>   Wolfgang Denk (1):
>>         Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
> 
> Please make sure to rebase your patches against the "next" branch  so
> they  can go in when the next merge window opens. At the moment, only
> strict bug fixes (and stuff that was  submitted  while  the  previous
> merge  window  was  open  but  is  still  under  discussion  /  being
> processed) will go into "master".

Hmm.. I posted this patches while the merge window was open:

http://lists.denx.de/pipermail/u-boot/2009-January/046288.html
http://lists.denx.de/pipermail/u-boot/2009-January/046290.html

as a part of the big patchseries

http://lists.denx.de/pipermail/u-boot/2009-January/046261.html

As suggested I reworked this big patchseries complete, and to be
bisection compatible I had to wait for the patchseries

http://lists.denx.de/pipermail/u-boot/2009-February/048362.html

is in master ... so now, I can post the rest of it ...

bye
Heiko
-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

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

* [U-Boot] [PATCH 0/3] powerpc: common updates for keymile boards
  2009-03-11 12:29   ` Heiko Schocher
@ 2009-03-11 12:56     ` Wolfgang Denk
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2009-03-11 12:56 UTC (permalink / raw)
  To: u-boot

Dear Heiko Schocher,

In message <49B7AEB3.30507@denx.de> you wrote:
> 
> > Please make sure to rebase your patches against the "next" branch  so
> > they  can go in when the next merge window opens. At the moment, only
> > strict bug fixes (and stuff that was  submitted  while  the  previous
> > merge  window  was  open  but  is  still  under  discussion  /  being
> > processed) will go into "master".
> 
> Hmm.. I posted this patches while the merge window was open:

Ah, I see. Please ignore me.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Intel told us the Pentium would have "RISK" features...

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

end of thread, other threads:[~2009-03-11 12:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-11  8:04 [U-Boot] [PATCH 0/3] powerpc: common updates for keymile boards Heiko Schocher
2009-03-11 11:34 ` Wolfgang Denk
2009-03-11 12:29   ` Heiko Schocher
2009-03-11 12:56     ` Wolfgang Denk

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