public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] What's new in u-boot-testing
@ 2007-04-25 15:07 Stefan Roese
  2007-04-29 12:04 ` Stefan Roese
  0 siblings, 1 reply; 8+ messages in thread
From: Stefan Roese @ 2007-04-25 15:07 UTC (permalink / raw)
  To: u-boot

The following changes since commit 14da5f7675bbb427c469e3f45006e027b6e21db9:
  Wolfgang Denk (1):
        Cleanup compiler warnings, update CHANGELOG

are found in the git repository at:

  git://www.denx.de/git/u-boot-testing.git

Jeffrey Mann (1):
      [patch] setenv(...) can delete environmentalvariables

Ladislav Michl (1):
      simplify silent console

Mike Frysinger (1):
      [patch] use unsigned char in smc91111 driver for mac

Sergei Shtylyov (1):
      Avoid assigning PCI resources from zero address

Stefan Roese (2):
      Merge with git://www.denx.de/git/u-boot.git
      Fix file mode

 common/cmd_nvedit.c |    5 ++++-
 common/console.c    |    8 +-------
 common/main.c       |   50 +++++++++++---------------------------------------
 drivers/pci_auto.c  |    7 ++++++-
 drivers/smc91111.c  |    8 ++++----
 5 files changed, 26 insertions(+), 52 deletions(-)

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

* [U-Boot-Users]  What's new in u-boot-testing
  2007-04-25 15:07 [U-Boot-Users] What's new in u-boot-testing Stefan Roese
@ 2007-04-29 12:04 ` Stefan Roese
  2007-04-29 14:43   ` [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
  2007-05-05  6:20   ` [U-Boot-Users] What's new in u-boot-testing Stefan Roese
  0 siblings, 2 replies; 8+ messages in thread
From: Stefan Roese @ 2007-04-29 12:04 UTC (permalink / raw)
  To: u-boot

The following changes since commit 14da5f7675bbb427c469e3f45006e027b6e21db9:
  Wolfgang Denk (1):
        Cleanup compiler warnings, update CHANGELOG

are found in the git repository at:

  git://www.denx.de/git/u-boot-testing.git

Grzegorz Wianecki (1):
      Use PVR to distinguish MPC5200B from MPC5200 in boot message

Jeffrey Mann (1):
      [patch] setenv(...) can delete environmentalvariables

Ladislav Michl (1):
      simplify silent console

Mike Frysinger (1):
      [patch] use unsigned char in smc91111 driver for mac

Sergei Shtylyov (1):
      Avoid assigning PCI resources from zero address

Stefan Roese (2):
      Merge with git://www.denx.de/git/u-boot.git
      Fix file mode

 common/cmd_nvedit.c         |    5 +++-
 common/console.c            |    8 +------
 common/main.c               |   50 +++++++++---------------------------------
 cpu/mpc5xxx/cpu.c           |   12 +++++++---
 drivers/pci_auto.c          |    7 +++++-
 drivers/smc91111.c          |    8 +++---
 include/asm-ppc/processor.h |    8 +++++-
 7 files changed, 40 insertions(+), 58 deletions(-)

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-04-29 12:04 ` Stefan Roese
@ 2007-04-29 14:43   ` Stefan Roese
  2007-05-05  5:12     ` [U-Boot-Users] [NAND] Please pull git://www.denx.de/git/u-boot-nand-flash.git Stefan Roese
  2007-05-05 16:23     ` [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Wolfgang Denk
  2007-05-05  6:20   ` [U-Boot-Users] What's new in u-boot-testing Stefan Roese
  1 sibling, 2 replies; 8+ messages in thread
From: Stefan Roese @ 2007-04-29 14:43 UTC (permalink / raw)
  To: u-boot

The following changes since commit afc7e4c2a4729427bec672561ea1b3dbb5e8c0d3:
  Stefan Roese (1):
        Merge with git://www.denx.de/git/u-boot.git

are found in the git repository at:

  git://www.denx.de/git/u-boot-ppc4xx.git

Matthias Fuchs (1):
      ppc4xx: setup 440EPx/GRx ZMII/RGMII bridge depending on PFC register content.

Stefan Roese (3):
      ppc4xx: Fix chip select timing for SysACE access on AMCC Katmai
      ppc4xx: Bamboo: Use current NAND driver and *not* the legacy driver
      Merge with /home/stefan/git/u-boot/u-boot-ppc4xx

 board/amcc/bamboo/bamboo.c   |   81 ------------------------------------------
 board/amcc/bamboo/u-boot.lds |   14 +-------
 cpu/ppc4xx/4xx_enet.c        |   30 +++++++++++-----
 include/configs/bamboo.h     |   67 ++++-------------------------------
 include/configs/katmai.h     |   14 +++++++-
 5 files changed, 42 insertions(+), 164 deletions(-)

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

* [U-Boot-Users] [NAND] Please pull git://www.denx.de/git/u-boot-nand-flash.git
  2007-04-29 14:43   ` [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
@ 2007-05-05  5:12     ` Stefan Roese
  2007-05-05 16:26       ` Wolfgang Denk
  2007-05-05 16:23     ` [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Wolfgang Denk
  1 sibling, 1 reply; 8+ messages in thread
From: Stefan Roese @ 2007-05-05  5:12 UTC (permalink / raw)
  To: u-boot

The following changes since commit 14da5f7675bbb427c469e3f45006e027b6e21db9:
  Wolfgang Denk (1):
        Cleanup compiler warnings, update CHANGELOG

are found in the git repository at:

  git://www.denx.de/git/u-boot-nand-flash.git

Stefan Roese (2):
      Remove BOARDLIBS usage completely
      Merge with git://www.denx.de/git/u-boot.git

Thomas Knobloch (1):
      NAND: Wrong calculation of page number in nand_block_bad()

 Makefile                       |    4 +++-
 board/ixdp425/config.mk        |    3 ---
 board/prodrive/pdnb3/config.mk |    3 ---
 cpu/ixp/npe/Makefile           |    2 +-
 doc/README.nand                |    7 +------
 drivers/nand/nand_base.c       |   10 +++++-----
 include/configs/delta.h        |    1 -
 include/configs/zylonite.h     |    1 -
 8 files changed, 10 insertions(+), 21 deletions(-)

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

* [U-Boot-Users] What's new in u-boot-testing
  2007-04-29 12:04 ` Stefan Roese
  2007-04-29 14:43   ` [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
@ 2007-05-05  6:20   ` Stefan Roese
  2007-05-05 19:53     ` Wolfgang Denk
  1 sibling, 1 reply; 8+ messages in thread
From: Stefan Roese @ 2007-05-05  6:20 UTC (permalink / raw)
  To: u-boot

The following changes since commit 14da5f7675bbb427c469e3f45006e027b6e21db9:
  Wolfgang Denk (1):
        Cleanup compiler warnings, update CHANGELOG

are found in the git repository at:

  git://www.denx.de/git/u-boot-testing.git

Please give this repository a try. I'll ask Wolfgang to pull from it in
about a week. Thanks.

Grzegorz Wianecki (1):
      Use PVR to distinguish MPC5200B from MPC5200 in boot message

Jeffrey Mann (1):
      [patch] setenv(...) can delete environmentalvariables

Ladislav Michl (1):
      simplify silent console

Mike Frysinger (1):
      [patch] use unsigned char in smc91111 driver for mac

Sergei Shtylyov (1):
      Avoid assigning PCI resources from zero address

Stefan Roese (2):
      Merge with git://www.denx.de/git/u-boot.git
      Fix file mode

Timur Tabi (1):
      5xxx: write MAC address to mac-address and local-mac-address

 common/cmd_nvedit.c         |    5 +++-
 common/console.c            |    8 +------
 common/main.c               |   50 +++++++++---------------------------------
 cpu/mpc5xxx/cpu.c           |   16 ++++++++++---
 drivers/pci_auto.c          |    7 +++++-
 drivers/smc91111.c          |    8 +++---
 include/asm-ppc/processor.h |    8 +++++-
 7 files changed, 44 insertions(+), 58 deletions(-)

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-04-29 14:43   ` [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
  2007-05-05  5:12     ` [U-Boot-Users] [NAND] Please pull git://www.denx.de/git/u-boot-nand-flash.git Stefan Roese
@ 2007-05-05 16:23     ` Wolfgang Denk
  1 sibling, 0 replies; 8+ messages in thread
From: Wolfgang Denk @ 2007-05-05 16:23 UTC (permalink / raw)
  To: u-boot

In message <200704291643.08187.sr@denx.de> you wrote:
> The following changes since commit afc7e4c2a4729427bec672561ea1b3dbb5e8c0d3:
>   Stefan Roese (1):
>         Merge with git://www.denx.de/git/u-boot.git
> 
> are found in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git
> 
> Matthias Fuchs (1):
>       ppc4xx: setup 440EPx/GRx ZMII/RGMII bridge depending on PFC register content.
> 
> Stefan Roese (3):
>       ppc4xx: Fix chip select timing for SysACE access on AMCC Katmai
>       ppc4xx: Bamboo: Use current NAND driver and *not* the legacy driver
>       Merge with /home/stefan/git/u-boot/u-boot-ppc4xx

Merged.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,    CEO: 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
Success in marriage is not so much finding the right person as it  is
being the right person.

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

* [U-Boot-Users] [NAND] Please pull git://www.denx.de/git/u-boot-nand-flash.git
  2007-05-05  5:12     ` [U-Boot-Users] [NAND] Please pull git://www.denx.de/git/u-boot-nand-flash.git Stefan Roese
@ 2007-05-05 16:26       ` Wolfgang Denk
  0 siblings, 0 replies; 8+ messages in thread
From: Wolfgang Denk @ 2007-05-05 16:26 UTC (permalink / raw)
  To: u-boot

In message <200705050712.04176.sr@denx.de> you wrote:
> The following changes since commit 14da5f7675bbb427c469e3f45006e027b6e21db9:
>   Wolfgang Denk (1):
>         Cleanup compiler warnings, update CHANGELOG
> 
> are found in the git repository at:
> 
>   git://www.denx.de/git/u-boot-nand-flash.git
> 
> Stefan Roese (2):
>       Remove BOARDLIBS usage completely
>       Merge with git://www.denx.de/git/u-boot.git
> 
> Thomas Knobloch (1):
>       NAND: Wrong calculation of page number in nand_block_bad()

Merged, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,    CEO: 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
What about WRITING it first and rationalizing it afterwords?  :-)
                       - Larry Wall in <8162@jpl-devvax.JPL.NASA.GOV>

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

* [U-Boot-Users] What's new in u-boot-testing
  2007-05-05  6:20   ` [U-Boot-Users] What's new in u-boot-testing Stefan Roese
@ 2007-05-05 19:53     ` Wolfgang Denk
  0 siblings, 0 replies; 8+ messages in thread
From: Wolfgang Denk @ 2007-05-05 19:53 UTC (permalink / raw)
  To: u-boot

Dear Stefan,

in message <200705050820.36364.sr@denx.de> you wrote:
> The following changes since commit 14da5f7675bbb427c469e3f45006e027b6e21db9:
>   Wolfgang Denk (1):
>         Cleanup compiler warnings, update CHANGELOG
> 
> are found in the git repository at:
> 
>   git://www.denx.de/git/u-boot-testing.git
> 
> Please give this repository a try. I'll ask Wolfgang to pull from it in
> about a week. Thanks.

I did some review and testing myself, and decided to pull now. Mostly,
that is.

> Grzegorz Wianecki (1):
>       Use PVR to distinguish MPC5200B from MPC5200 in boot message

OK.

> Jeffrey Mann (1):
>       [patch] setenv(...) can delete environmentalvariables

OK.

> Ladislav Michl (1):
>       simplify silent console

NOT OK. I had to clean up some coding style issues.

Ladislav: please do NOT remove the space before the paren in function
calls. Thanks.

> Mike Frysinger (1):
>       [patch] use unsigned char in smc91111 driver for mac

OK.

> Sergei Shtylyov (1):
>       Avoid assigning PCI resources from zero address

OK.

> Stefan Roese (2):
>       Merge with git://www.denx.de/git/u-boot.git
>       Fix file mode

He.

> Timur Tabi (1):
>       5xxx: write MAC address to mac-address and local-mac-address

OK.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,    CEO: 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
Be careful what you wish for. You never know who will be listening.
                                      - Terry Pratchett, _Soul Music_

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

end of thread, other threads:[~2007-05-05 19:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-25 15:07 [U-Boot-Users] What's new in u-boot-testing Stefan Roese
2007-04-29 12:04 ` Stefan Roese
2007-04-29 14:43   ` [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
2007-05-05  5:12     ` [U-Boot-Users] [NAND] Please pull git://www.denx.de/git/u-boot-nand-flash.git Stefan Roese
2007-05-05 16:26       ` Wolfgang Denk
2007-05-05 16:23     ` [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Wolfgang Denk
2007-05-05  6:20   ` [U-Boot-Users] What's new in u-boot-testing Stefan Roese
2007-05-05 19:53     ` Wolfgang Denk

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