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; 12+ 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] 12+ 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; 12+ 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] 12+ 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; 12+ 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] 12+ 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; 12+ 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] 12+ 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; 12+ 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] 12+ 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; 12+ 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] 12+ 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; 12+ 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] 12+ 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; 12+ 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] 12+ messages in thread

* [U-Boot-Users] [NAND] Please pull git://www.denx.de/git/u-boot-nand-flash.git
  2007-08-14 14:39   ` Stefan Roese
@ 2007-08-16  6:58     ` Stefan Roese
  2007-08-16  9:52       ` Wolfgang Denk
  0 siblings, 1 reply; 12+ messages in thread
From: Stefan Roese @ 2007-08-16  6:58 UTC (permalink / raw)
  To: u-boot

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

are available in the git repository at:

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

Matthias Fuchs (3):
      Migrate esd 405EP boards to new NAND subsystem
      Migrate esd 405EP boards to new NAND subsystem
      Migrate esd 405EP boards to new NAND subsystem

Thomas Knobloch (1):
      [NAND] Bad block skipping for command nboot

 board/esd/ash405/Makefile        |    4 +-
 board/esd/ash405/ash405.c        |   43 +++++--------------
 board/esd/cms700/Makefile        |    5 ++-
 board/esd/cms700/cms700.c        |   39 ++++-------------
 board/esd/common/auto_update.c   |    4 ++
 board/esd/common/esd405ep_nand.c |   87 ++++++++++++++++++++++++++++++++++++++
 board/esd/hh405/Makefile         |    5 ++-
 board/esd/hh405/hh405.c          |   22 +---------
 board/esd/hub405/Makefile        |    4 +-
 board/esd/hub405/hub405.c        |   34 ---------------
 board/esd/plu405/Makefile        |    5 ++-
 board/esd/plu405/plu405.c        |   56 ++++--------------------
 board/esd/voh405/Makefile        |    4 +-
 board/esd/voh405/voh405.c        |   20 ---------
 board/esd/wuh405/Makefile        |    4 +-
 board/esd/wuh405/wuh405.c        |   33 --------------
 common/cmd_nand.c                |   37 ++++++++++++++--
 include/configs/ASH405.h         |   43 +++++-------------
 include/configs/CMS700.h         |   39 ++++-------------
 include/configs/CPCI405.h        |    2 -
 include/configs/CPCI4052.h       |    2 -
 include/configs/CPCI405AB.h      |    3 -
 include/configs/CPCI405DT.h      |    2 -
 include/configs/HH405.h          |   39 ++++-------------
 include/configs/HUB405.h         |   39 ++++-------------
 include/configs/PLU405.h         |   57 ++++---------------------
 include/configs/VOH405.h         |   39 ++++-------------
 include/configs/WUH405.h         |   42 ++++--------------
 28 files changed, 243 insertions(+), 470 deletions(-)
 create mode 100644 board/esd/common/esd405ep_nand.c

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

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

In message <200708160858.42326.sr@denx.de> you wrote:
> The following changes since commit 461f2274f8d5e15a354ff92648f17c7b2aa76faa:
>   Stefan Roese (1):
>         Merge with git://www.denx.de/git/u-boot.git
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-nand-flash.git

Merged. Thanks.

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
There is, however, a strange, musty smell in the air that reminds  me
of something...hmm...yes...I've got it...there's a VMS nearby, or I'm
a Blit.          - Larry Wall in Configure from the perl distribution

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

* [U-Boot-Users] [NAND] Please pull git://www.denx.de/git/u-boot-nand-flash.git
  2007-09-02 12:05   ` Stefan Roese
@ 2007-09-17  6:50     ` Stefan Roese
  2007-10-13 19:43       ` Wolfgang Denk
  0 siblings, 1 reply; 12+ messages in thread
From: Stefan Roese @ 2007-09-17  6:50 UTC (permalink / raw)
  To: u-boot

The following changes since commit 67c31036acaaaa992fc346cc89db0909a7e733c4:
  Wolfgang Denk (1):
        TQM8xx[LM]: Fix broken environment alignment.

are available in the git repository at:

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

Kyungmin Park (3):
      OneNAND support (take #2)
      OneNAND support (take #2)
      OneNAND support (take #2)

Stefan Roese (1):
      Small whitespace cleanup of OneNAND patch

 Makefile                         |    1 +
 common/Makefile                  |    3 +-
 common/cmd_nvedit.c              |    9 +-
 common/cmd_onenand.c             |  155 +++++
 common/env_onenand.c             |  134 ++++
 drivers/onenand/Makefile         |   44 ++
 drivers/onenand/onenand_base.c   | 1294 ++++++++++++++++++++++++++++++++++++++
 drivers/onenand/onenand_bbt.c    |  265 ++++++++
 include/config_cmd_all.h         |    1 +
 include/linux/mtd/bbm.h          |  127 ++++
 include/linux/mtd/onenand.h      |  143 +++++
 include/linux/mtd/onenand_regs.h |  181 ++++++
 include/onenand_uboot.h          |   39 ++
 lib_arm/board.c                  |    8 +
 14 files changed, 2400 insertions(+), 4 deletions(-)
 create mode 100644 common/cmd_onenand.c
 create mode 100644 common/env_onenand.c
 create mode 100644 drivers/onenand/Makefile
 create mode 100644 drivers/onenand/onenand_base.c
 create mode 100644 drivers/onenand/onenand_bbt.c
 create mode 100644 include/linux/mtd/bbm.h
 create mode 100644 include/linux/mtd/onenand.h
 create mode 100644 include/linux/mtd/onenand_regs.h
 create mode 100644 include/onenand_uboot.h

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

* [U-Boot-Users] [NAND] Please pull git://www.denx.de/git/u-boot-nand-flash.git
  2007-09-17  6:50     ` [U-Boot-Users] [NAND] Please pull git://www.denx.de/git/u-boot-nand-flash.git Stefan Roese
@ 2007-10-13 19:43       ` Wolfgang Denk
  0 siblings, 0 replies; 12+ messages in thread
From: Wolfgang Denk @ 2007-10-13 19:43 UTC (permalink / raw)
  To: u-boot

In message <200709170850.16744.sr@denx.de> you wrote:
> The following changes since commit 67c31036acaaaa992fc346cc89db0909a7e733c4:
>   Wolfgang Denk (1):
>         TQM8xx[LM]: Fix broken environment alignment.
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-nand-flash.git
> 
> Kyungmin Park (3):
>       OneNAND support (take #2)
>       OneNAND support (take #2)
>       OneNAND support (take #2)
> 
> Stefan Roese (1):
>       Small whitespace cleanup of OneNAND patch

Done, thanks.

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
KLB is an acronym for `Known Lazy Bastard', aka non-FAQ  reader,  aka
person  who  would  rather  make  someone  take their time to explain
something basic than look it up in a  FAQ.
         -- Tom Christiansen in <6aq547$mnr$2@csnews.cs.colorado.edu>

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

end of thread, other threads:[~2007-10-13 19:43 UTC | newest]

Thread overview: 12+ 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
  -- strict thread matches above, loose matches on Subject: below --
2007-04-23 12:32 [U-Boot-Users] [MPC82xx] Fixes for MPC8272 Wolfgang Denk
2007-08-02  6:47 ` [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
2007-08-14 14:39   ` Stefan Roese
2007-08-16  6:58     ` [U-Boot-Users] [NAND] Please pull git://www.denx.de/git/u-boot-nand-flash.git Stefan Roese
2007-08-16  9:52       ` Wolfgang Denk
2007-08-28 13:12 ` [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
2007-09-02 12:05   ` Stefan Roese
2007-09-17  6:50     ` [U-Boot-Users] [NAND] Please pull git://www.denx.de/git/u-boot-nand-flash.git Stefan Roese
2007-10-13 19:43       ` Wolfgang Denk

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