public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2007-03-07 20:17 Stefan Roese
  2007-03-07 21:00 ` Wolfgang Denk
  2007-03-31 11:52 ` Stefan Roese
  0 siblings, 2 replies; 128+ messages in thread
From: Stefan Roese @ 2007-03-07 20:17 UTC (permalink / raw)
  To: u-boot

The following changes since commit fdd1d6dcc97c595bd9d598ed3b22a7038781272c:
  Stefan Roese (1):
        Merge with 
git+ssh://sr at pollux.denx.org/home/sr/git/u-boot/denx-merge-sr

are found in the git repository at:

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

Stefan Roese (2):
      Fix AMCC 44x SPD SDRAM init code to support 2 DIMM's
      Use dynamic SDRAM TLB setup on AMCC Ocotea eval board

 board/amcc/ocotea/init.S |   82 
+++++++++++-----------------------------------
 cpu/ppc4xx/44x_spd_ddr.c |   31 +++++++++++++++--
 include/configs/ocotea.h |    3 +-
 3 files changed, 48 insertions(+), 68 deletions(-)

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-03-07 20:17 Stefan Roese
@ 2007-03-07 21:00 ` Wolfgang Denk
  2007-03-31 11:52 ` Stefan Roese
  1 sibling, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2007-03-07 21:00 UTC (permalink / raw)
  To: u-boot

In message <200703072117.45364.sr@denx.de> you wrote:
>
>   git://www.denx.de/git/u-boot-ppc4xx.git
> 
> Stefan Roese (2):
>       Fix AMCC 44x SPD SDRAM init code to support 2 DIMM's
>       Use dynamic SDRAM TLB setup on AMCC Ocotea eval board

ACK by wd at denx.de

Tested on Ocotea with all combinations of 1 x 256 MB and 2 x 512 MB
memory modules, all working fine.

Merged. Thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office:  Kirchenstr. 5,       D-82194 Groebenzell,            Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"You know, after a woman's raised a family and so on,  she  wants  to
start living her own life."   "Whose life she's _been_ living, then?"
                                  - Terry Pratchett, _Witches Abroad_

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2007-03-08  9:35 Stefan Roese
  2007-03-08 10:46 ` Wolfgang Denk
  2007-03-08 14:50 ` Sam Song
  0 siblings, 2 replies; 128+ messages in thread
From: Stefan Roese @ 2007-03-08  9:35 UTC (permalink / raw)
  To: u-boot

The following changes since commit fa1aef15bcd47736687be1af544506e90fba545d:
  Stefan Roese (1):
        Use dynamic SDRAM TLB setup on AMCC Ocotea eval board

are found in the git repository at:

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

Stefan Roese (5):
      ppc4xx: Update 440SP/440SPe DDR SPD setup code to support 440SP
      ppc4xx: Small AMCC Katmai 440SPe update
      Update AMCC Yucca 440SPe eval board support
      Update AMCC Luan 440SP eval board support
      Merge with /home/stefan/git/u-boot/yucca-ddr2

 board/amcc/katmai/init.S   |   10 ++
 board/amcc/luan/init.S     |  170 ++++++++----------------
 board/amcc/luan/luan.c     |   99 --------------
 board/amcc/luan/u-boot.lds |   13 --
 board/amcc/yucca/init.S    |   83 ++++--------
 board/amcc/yucca/yucca.c   |  316 +-------------------------------------------
 cpu/ppc4xx/44x_spd_ddr2.c  |   64 ++++++----
 cpu/ppc4xx/start.S         |    2 +-
 include/configs/katmai.h   |    1 +
 include/configs/luan.h     |   18 +--
 include/configs/yucca.h    |   14 +-
 include/ppc440.h           |   25 ++++-
 12 files changed, 171 insertions(+), 644 deletions(-)

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-03-08  9:35 Stefan Roese
@ 2007-03-08 10:46 ` Wolfgang Denk
  2007-03-08 14:50 ` Sam Song
  1 sibling, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2007-03-08 10:46 UTC (permalink / raw)
  To: u-boot

In message <200703081035.51792.sr@denx.de> you wrote:
>
>   git://www.denx.de/git/u-boot-ppc4xx.git
> 
> Stefan Roese (5):
>       ppc4xx: Update 440SP/440SPe DDR SPD setup code to support 440SP
>       ppc4xx: Small AMCC Katmai 440SPe update
>       Update AMCC Yucca 440SPe eval board support
>       Update AMCC Luan 440SP eval board support
>       Merge with /home/stefan/git/u-boot/yucca-ddr2

Merged. Thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office:  Kirchenstr. 5,       D-82194 Groebenzell,            Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Of all the things I've lost, I miss my mind the most.

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-03-08  9:35 Stefan Roese
  2007-03-08 10:46 ` Wolfgang Denk
@ 2007-03-08 14:50 ` Sam Song
  2007-03-08 15:00   ` Stefan Roese
  1 sibling, 1 reply; 128+ messages in thread
From: Sam Song @ 2007-03-08 14:50 UTC (permalink / raw)
  To: u-boot

Stefan Roese <sr@denx.de> wrote:
> The following changes since commit
> fa1aef15bcd47736687be1af544506e90fba545d:
>   Stefan Roese (1):
>         Use dynamic SDRAM TLB setup on AMCC Ocotea eval board
> 
> are found in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git

Could it be possible to paste the change on this list? 
It would be better for change tracking by maillist.

Thanks,

Sam

Best regards,

Sam


		
___________________________________________________________ 
????????-3.5G???20M??? 
http://cn.mail.yahoo.com

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-03-08 14:50 ` Sam Song
@ 2007-03-08 15:00   ` Stefan Roese
  2007-03-08 15:27     ` Sam Song
  2007-03-08 16:55     ` Wolfgang Denk
  0 siblings, 2 replies; 128+ messages in thread
From: Stefan Roese @ 2007-03-08 15:00 UTC (permalink / raw)
  To: u-boot

On Thursday 08 March 2007 15:50, Sam Song wrote:
> Stefan Roese <sr@denx.de> wrote:
> > The following changes since commit
> > fa1aef15bcd47736687be1af544506e90fba545d:
> >   Stefan Roese (1):
> >         Use dynamic SDRAM TLB setup on AMCC Ocotea eval board
> >
> > are found in the git repository at:
> >
> >   git://www.denx.de/git/u-boot-ppc4xx.git
>
> Could it be possible to paste the change on this list?
> It would be better for change tracking by maillist.

The patch summary is posted. So I assume you are talking about the complete 
patch itself, right? I'm not sure if we want to do this. In this example it 
would have been no problem, but normally these pull requests will generate a 
quite big patch, that will collide with the max mail-size of the 
mailing-list.

Best regards,
Stefan

=====================================================================
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office:  Kirchenstr. 5,       D-82194 Groebenzell,            Germany
=====================================================================

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-03-08 15:00   ` Stefan Roese
@ 2007-03-08 15:27     ` Sam Song
  2007-03-08 16:55     ` Wolfgang Denk
  1 sibling, 0 replies; 128+ messages in thread
From: Sam Song @ 2007-03-08 15:27 UTC (permalink / raw)
  To: u-boot

Stefan Roese <sr@denx.de> wrote:
> On Thursday 08 March 2007 15:50, Sam Song wrote:
> > Could it be possible to paste the change on this list?
> > It would be better for change tracking by maillist.
> 
> The patch summary is posted. So I assume you are talking about the
> complete patch itself, right? I'm not sure if we want to do this. In 

Yes. Well, I found the details on your gitweb. It is clear there.

http://www.denx.de/cgi-bin/gitweb.cgi?p=u-boot-ppc4xx.git;a=summary

Thanks,

Sam


	

	
		
___________________________________________________________ 
Mp3???-???????
http://music.yahoo.com.cn/?source=mail_mailbox_footer

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-03-08 15:00   ` Stefan Roese
  2007-03-08 15:27     ` Sam Song
@ 2007-03-08 16:55     ` Wolfgang Denk
  1 sibling, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2007-03-08 16:55 UTC (permalink / raw)
  To: u-boot

In message <200703081601.00260.sr@denx.de> you wrote:
>
> > Could it be possible to paste the change on this list?
> > It would be better for change tracking by maillist.
> 
> The patch summary is posted. So I assume you are talking about the complete 
> patch itself, right? I'm not sure if we want to do this. In this example it 

We have a special situation here insofar, as Stefan as the Custodian 
added patches himself.

> would have been no problem, but normally these pull requests will generate a 
> quite big patch, that will collide with the max mail-size of the 
> mailing-list.

It makes no sense to post patches for such custodians pull requests.


I also check in patches without posting them first...  It's  kind  of
common law... Is this a problem to anybody?


Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office:  Kirchenstr. 5,       D-82194 Groebenzell,            Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
News is what a chap who doesn't care much  about  anything  wants  to
read. And it's only news until he's read it. After that it's dead.
                           - Evelyn Waugh _Scoop_ (1938) bk. 1, ch. 5

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2007-03-08 22:03 Stefan Roese
  2007-03-08 22:11 ` Wolfgang Denk
  0 siblings, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2007-03-08 22:03 UTC (permalink / raw)
  To: u-boot

The following changes since commit 35ded29fd941f3bd40660dd1440763f34708cf65:
  Wolfgang Denk (1):
        Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx

are found in the git repository at:

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

John Otken john at softadvances.com (1):
      ppc4xx: Clear Sequoia/Rainier security engine reset bits

Matthias Fuchs (5):
      fixed ethernet phy configuration for plu405 board
      I2C: Add missing default CFG_SPD_BUS_NUM
      4xx: allow CONFIG_I2C_CMD_TREE without CONFIG_I2C_MULTI_BUS
      I2C: disable flat i2c commands when CONFIG_I2C_CMD_TREE is defined
      I2C: add some more SPD eeprom decoding for DDR2 modules

Stefan Roese (1):
      ppc4xx: Fix file mode of sequoia.c

 board/amcc/sequoia/sequoia.c |    4 ++++
 board/esd/plu405/plu405.c    |   17 +++++++++++------
 common/cmd_i2c.c             |   42 ++++++++++++++++++++++--------------------
 cpu/ppc4xx/i2c.c             |    2 +-
 include/configs/PLU405.h     |    8 ++------
 include/i2c.h                |    3 +++
 6 files changed, 43 insertions(+), 33 deletions(-)

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-03-08 22:03 Stefan Roese
@ 2007-03-08 22:11 ` Wolfgang Denk
  0 siblings, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2007-03-08 22:11 UTC (permalink / raw)
  To: u-boot

In message <200703082303.37591.sr@denx.de> you wrote:
> The following changes since commit 35ded29fd941f3bd40660dd1440763f34708cf65:
...
> are found in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git

Merged. Thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office:  Kirchenstr. 5,       D-82194 Groebenzell,            Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"It is easier to port a shell than a shell script."      - Larry Wall

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2007-03-16 20:18 Stefan Roese
  2007-03-16 21:29 ` Wolfgang Denk
  0 siblings, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2007-03-16 20:18 UTC (permalink / raw)
  To: u-boot

The following changes since commit cf3b41e0c1111dbb865b6e34e9f3c3d3145a6093:
  Wolfgang Denk (1):
        Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx

are found in the git repository at:

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

Matthias Fuchs (1):
      renamed environment variable 'addcon' to 'addcons' for PCI405

Stefan Roese (1):
      Use dynamic SDRAM TLB setup on AMCC Ebony eval board

 board/amcc/ebony/init.S  |   77 +++++++++++----------------------------------
 include/configs/PCI405.h |   11 +++---
 include/configs/ebony.h  |    5 ++-
 3 files changed, 28 insertions(+), 65 deletions(-)

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-03-16 20:18 Stefan Roese
@ 2007-03-16 21:29 ` Wolfgang Denk
  0 siblings, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2007-03-16 21:29 UTC (permalink / raw)
  To: u-boot

In message <200703162118.24229.sr@denx.de> you wrote:
> The following changes since commit cf3b41e0c1111dbb865b6e34e9f3c3d3145a6093:
>   Wolfgang Denk (1):
>         Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx
> 
> are found in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git

Merged. Thanks a lot.


Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office:  Kirchenstr. 5,       D-82194 Groebenzell,            Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
We Klingons believe as you do -- the sick should die. Only the strong
should live.
	-- Kras, "Friday's Child", stardate 3497.2

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2007-03-21 14:03 Stefan Roese
  2007-03-21 22:28 ` Wolfgang Denk
  0 siblings, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2007-03-21 14:03 UTC (permalink / raw)
  To: u-boot

The following changes since commit 8423e5e31a7235d05a482627315fb11d49c17bd7:
  Stefan Roese (1):
        Use dynamic SDRAM TLB setup on AMCC Ebony eval board

are found in the git repository at:

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

Stefan Roese (24):
      nand: Fix patch merge problem
      Add AMCC PPC405EZ support
      Add AMCC Acadia (405EZ) eval board support
      Merge with /home/stefan/git/u-boot/acadia
      ppc4xx: Fix file mode of include/configs/acadia.h

 MAINTAINERS                  |    1 +
 MAKEALL                      |   32 +-
 Makefile                     |    3 +
 board/amcc/acadia/Makefile   |   47 ++
 board/amcc/acadia/acadia.c   |  152 ++++++
 board/amcc/acadia/config.mk  |   41 ++
 board/amcc/acadia/cpr.c      |  195 ++++++++
 board/amcc/acadia/flash.c    | 1108 ++++++++++++++++++++++++++++++++++++++++++
 board/amcc/acadia/memory.c   |  564 +++++++++++++++++++++
 board/amcc/acadia/u-boot.lds |  150 ++++++
 cpu/ppc4xx/4xx_enet.c        |    3 +
 cpu/ppc4xx/cpu.c             |   18 +-
 cpu/ppc4xx/cpu_init.c        |    3 +-
 cpu/ppc4xx/serial.c          |   97 +++-
 cpu/ppc4xx/speed.c           |  114 +++++-
 cpu/ppc4xx/start.S           |   77 +++-
 cpu/ppc4xx/usb_ohci.c        |    6 +-
 cpu/ppc4xx/vecnum.h          |   42 ++
 include/asm-ppc/processor.h  |    9 +
 include/asm-ppc/u-boot.h     |    4 +-
 include/configs/acadia.h     |  424 ++++++++++++++++
 include/ppc405.h             |  540 ++++++++++++++++++++
 include/ppc4xx_enet.h        |  217 ++++-----
 23 files changed, 3680 insertions(+), 167 deletions(-)
 create mode 100644 board/amcc/acadia/Makefile
 create mode 100644 board/amcc/acadia/acadia.c
 create mode 100644 board/amcc/acadia/config.mk
 create mode 100644 board/amcc/acadia/cpr.c
 create mode 100644 board/amcc/acadia/flash.c
 create mode 100644 board/amcc/acadia/memory.c
 create mode 100644 board/amcc/acadia/u-boot.lds
 create mode 100644 include/configs/acadia.h

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-03-21 14:03 Stefan Roese
@ 2007-03-21 22:28 ` Wolfgang Denk
  2007-03-22  6:19   ` Stefan Roese
  0 siblings, 1 reply; 128+ messages in thread
From: Wolfgang Denk @ 2007-03-21 22:28 UTC (permalink / raw)
  To: u-boot

In message <200703211503.29310.sr@denx.de> you wrote:
> The following changes since commit 8423e5e31a7235d05a482627315fb11d49c17bd7:
>   Stefan Roese (1):
>         Use dynamic SDRAM TLB setup on AMCC Ebony eval board
> 
> are found in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git
> 
> Stefan Roese (24):
>       nand: Fix patch merge problem
>       Add AMCC PPC405EZ support
>       Add AMCC Acadia (405EZ) eval board support
>       Merge with /home/stefan/git/u-boot/acadia
>       ppc4xx: Fix file mode of include/configs/acadia.h

Done.

Ummm... can you please be a bit more careful regarding coding style
issues? I had to clean up trailing white space in
board/amcc/acadia/config.mk and board/amcc/acadia/flash.c;
indentation not by TABs in board/amcc/acadia/cpr.c;
bad brace style in board/amcc/acadia/memory.c;
and excessive
newlines in board/amcc/acadia/memory.c

I did not clean up some "#if 1" / "#endif" and  "#if  0"  /  "#endif"
areas. Please do this yourself.

Also, "board/amcc/acadia/memory.c" has some strange comments. Please
clean up.

Why do you return a hard-coded size in cram_init()? I would  like  to
see dynamic sizing like we use in all other systems...



Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office:  Kirchenstr. 5,       D-82194 Groebenzell,            Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
On a clear disk you can seek forever.

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-03-21 22:28 ` Wolfgang Denk
@ 2007-03-22  6:19   ` Stefan Roese
  2007-03-22 15:57     ` Timur Tabi
  0 siblings, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2007-03-22  6:19 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

On Wednesday 21 March 2007 23:28, Wolfgang Denk wrote:
> Ummm... can you please be a bit more careful regarding coding style
> issues? I had to clean up trailing white space in
> board/amcc/acadia/config.mk and board/amcc/acadia/flash.c;
> indentation not by TABs in board/amcc/acadia/cpr.c;
> bad brace style in board/amcc/acadia/memory.c;
> and excessive
> newlines in board/amcc/acadia/memory.c

I know that this code badly needs some cleanup. This is why I added this to 
the commit text:

Commit: 16c0cc1c82081a493ab87c51980b28336ce1bce8
Author: Stefan Roese <sr@denx.de> Wed, 21 Mar 2007 13:39:57 +0100

    [PATCH] Add AMCC Acadia (405EZ) eval board support

    This patch adds support for the new AMCC Acadia eval board.

    Please note that this Acadia/405EZ support is still in a beta stage.
    Still lot's of cleanup needed but we need a preliminary release now.

    Signed-off-by: Stefan Roese <sr@denx.de>

Commit: e01bd218b00af73499331a1a701625a852cd286f
Author: Stefan Roese <sr@denx.de> Wed, 21 Mar 2007 13:38:59 +0100

    [PATCH] Add AMCC PPC405EZ support

    This patch adds support for the new AMCC 405EZ PPC. It is in
    preparation for the AMCC Acadia board support.

    Please note that this Acadia/405EZ support is still in a beta stage.
    Still lot's of cleanup needed but we need a preliminary release now.

    Signed-off-by: Stefan Roese <sr@denx.de>


I will do this cleanup in the next week, when I have a little more time.

> I did not clean up some "#if 1" / "#endif" and  "#if  0"  /  "#endif"
> areas. Please do this yourself.

Yes, I know of all this. Next week.

> Also, "board/amcc/acadia/memory.c" has some strange comments. Please
> clean up.

Sure.

> Why do you return a hard-coded size in cram_init()? I would  like  to
> see dynamic sizing like we use in all other systems...

Again, next week. I promise.

Best regards,
Stefan

=====================================================================
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office:  Kirchenstr. 5,       D-82194 Groebenzell,            Germany
=====================================================================

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-03-22  6:19   ` Stefan Roese
@ 2007-03-22 15:57     ` Timur Tabi
  2007-03-22 16:11       ` Stefan Roese
  0 siblings, 1 reply; 128+ messages in thread
From: Timur Tabi @ 2007-03-22 15:57 UTC (permalink / raw)
  To: u-boot

Stefan Roese wrote:

>     Please note that this Acadia/405EZ support is still in a beta stage.
>     Still lot's of cleanup needed but we need a preliminary release now.

I would think that even a beta-level driver would have proper usage of tabs and spaces. 
To me, beta-level is an indication of the feature set or design, not minor things like 
brace positions.  There's no reason you can't run a code beautifier over your source files 
before submitting them.

-- 
Timur Tabi
Linux Kernel Developer @ Freescale

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-03-22 15:57     ` Timur Tabi
@ 2007-03-22 16:11       ` Stefan Roese
  0 siblings, 0 replies; 128+ messages in thread
From: Stefan Roese @ 2007-03-22 16:11 UTC (permalink / raw)
  To: u-boot

Timur,

On Thursday 22 March 2007 16:57, Timur Tabi wrote:
> Stefan Roese wrote:
> >     Please note that this Acadia/405EZ support is still in a beta stage.
> >     Still lot's of cleanup needed but we need a preliminary release now.
>
> I would think that even a beta-level driver would have proper usage of tabs
> and spaces. To me, beta-level is an indication of the feature set or
> design, not minor things like brace positions.  There's no reason you can't
> run a code beautifier over your source files before submitting them.

Yes, you're right (and Wolfgang of course too). I shouldn't have committed 
this code in this status. Even when intended to cleanup in a few days. Sorry 
about that. Will never do this again.

Best regards,
Stefan

=====================================================================
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office:  Kirchenstr. 5,       D-82194 Groebenzell,            Germany
=====================================================================

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2007-03-24 15:03 Stefan Roese
  0 siblings, 0 replies; 128+ messages in thread
From: Stefan Roese @ 2007-03-24 15:03 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

please pull the latest 4xx changes. I cleaned up the open
issues. Please let me know when you still see some problems.

Sorry again this this "dirty" commit.

The following changes since commit e6615ecf4eaf4dd52696934aed8f5c6474cfd286:
  Stefan Roese (1):
        ppc4xx: Fix file mode of include/configs/acadia.h

are found in the git repository at:

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

Stefan Roese (4):
      Clean up 40EZ/Acadia support
      Small Sequoia cleanup
      Add 4xx GPIO functions
      Merge with /home/stefan/git/u-boot/acadia

 board/amcc/acadia/acadia.c   |   55 +--
 board/amcc/acadia/config.mk  |   11 +-
 board/amcc/acadia/cpr.c      |   40 +-
 board/amcc/acadia/flash.c    | 1108 ------------------------------------------
 board/amcc/acadia/memory.c   |  555 ++-------------------
 board/amcc/acadia/u-boot.lds |   13 -
 board/amcc/bamboo/bamboo.c   |    1 +
 board/amcc/bamboo/bamboo.h   |   10 -
 board/amcc/katmai/katmai.c   |    1 +
 board/amcc/sequoia/sequoia.c |    4 +-
 common/serial.c              |    4 +-
 cpu/ppc4xx/Makefile          |    2 +-
 cpu/ppc4xx/cpu_init.c        |  115 +-----
 cpu/ppc4xx/gpio.c            |  214 ++++++++
 cpu/ppc4xx/start.S           |   51 +--
 include/asm-ppc/gpio.h       |   56 +++
 include/configs/acadia.h     |  300 ++++++------
 include/configs/sequoia.h    |   15 +-
 include/ppc440.h             |   23 -
 include/serial.h             |    2 +-
 20 files changed, 511 insertions(+), 2069 deletions(-)
 delete mode 100644 board/amcc/acadia/flash.c
 create mode 100644 cpu/ppc4xx/gpio.c
 create mode 100644 include/asm-ppc/gpio.h

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-03-07 20:17 Stefan Roese
  2007-03-07 21:00 ` Wolfgang Denk
@ 2007-03-31 11:52 ` Stefan Roese
  2007-04-04  0:19   ` Wolfgang Denk
  1 sibling, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2007-03-31 11:52 UTC (permalink / raw)
  To: u-boot

The following changes since commit e50b791b3f8b696e32000bbaa6e2d1f098c4bc04:
  Stefan Roese (1):
        Merge with /home/stefan/git/u-boot/acadia

are found in the git repository at:

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

Stefan Roese (7):
      i2c: Enable "old" i2c commands even when CONFIG_I2C_CMD_TREE is defined
      Merge some AMCC make targets to keep the top-level Makefile smaller
      ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
      ppc4xx: Fix "bootstrap" command for Katmai board
      ppc4xx: Change Yucca config file to support ECC
      ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
      ppc4xx: Update Katmai bootstrap command

 Makefile                       |   50 ++++-------
 board/amcc/katmai/cmd_katmai.c |  105 ++++++----------------
 common/cmd_i2c.c               |    3 +-
 cpu/ppc4xx/44x_spd_ddr2.c      |  191 ++++++++++++++++++++++++++-------------
 include/configs/sequoia.h      |    1 -
 include/configs/yosemite.h     |    1 -
 include/configs/yucca.h        |    2 +-
 7 files changed, 176 insertions(+), 177 deletions(-)

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-03-31 11:52 ` Stefan Roese
@ 2007-04-04  0:19   ` Wolfgang Denk
  2007-04-18 10:19     ` Stefan Roese
  0 siblings, 1 reply; 128+ messages in thread
From: Wolfgang Denk @ 2007-04-04  0:19 UTC (permalink / raw)
  To: u-boot

In message <200703311352.38224.sr@denx.de> you wrote:
> The following changes since commit e50b791b3f8b696e32000bbaa6e2d1f098c4bc04:
...
> are found in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git

Got 'em.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office:  Kirchenstr. 5,       D-82194 Groebenzell,            Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
If today is the first day of the rest of your life, what the hell was
yesterday?

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-04-04  0:19   ` Wolfgang Denk
@ 2007-04-18 10:19     ` Stefan Roese
  2007-04-18 14:20       ` Wolfgang Denk
  0 siblings, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2007-04-18 10:19 UTC (permalink / raw)
  To: u-boot

The following changes since commit 25b0806fff1f1fd24f69f6d9ef04d8345667e60b:
  Wolfgang Denk (1):
        Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx

are found in the git repository at:

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

Denis Peter (1):
      Fix bugs in cmd_ide.c and cmd_scsi.c

Domen Puncer (2):
      icecube/lite5200b: wakeup from low-power support
      icecube/lite5200b: document wakeup from low-power support

Greg Lopp (1):
      Fix use of "void *" for block dev read/write buffer pointers

Heiko Schocher (1):
      [Fix]	Set the LED status register on the UC101 for the LXT971 PHY.

Jeffrey Mann (1):
      ppc4xx: Fix i2c divisor calcularion for PPC4xx

Stefan Roese (5):
      ppc4xx: Change SysACE address on Katmai
      Merge with git://www.denx.de/git/u-boot.git
      ppc4xx: Add output for bootrom location to 405EZ ports
      ppc4xx: Update Acadia to not setup PLL when booting via bootstrap EEPROM
      Merge with git://www.denx.de/git/u-boot.git

Wolfgang Denk (3):
      Update for SC3 board
      Update CHANGELOG
      Update CHANGELOG

 CHANGELOG                      |  140 ++++++++++++++++++++++++++++++++++++++++
 Makefile                       |    5 ++
 board/amcc/acadia/acadia.c     |   10 ++-
 board/amcc/katmai/init.S       |    2 +-
 board/icecube/icecube.c        |   49 ++++++++++++++
 board/uc101/uc101.c            |    2 +
 common/cmd_ide.c               |   21 +++---
 common/cmd_scsi.c              |    2 +-
 cpu/mpc5xxx/fec.c              |    4 +
 cpu/ppc4xx/cpu.c               |   30 ++++++++-
 cpu/ppc4xx/i2c.c               |    4 +-
 doc/README.Lite5200B_low_power |   22 ++++++
 include/configs/katmai.h       |    2 +-
 include/configs/sc3.h          |   10 ++--
 include/ppc405.h               |    2 +
 include/ppc440.h               |    2 +-
 16 files changed, 278 insertions(+), 29 deletions(-)
 create mode 100644 doc/README.Lite5200B_low_power


Viele Gr??e,
Stefan

=====================================================================
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office:  Kirchenstr. 5,       D-82194 Groebenzell,            Germany
=====================================================================

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-04-18 10:19     ` Stefan Roese
@ 2007-04-18 14:20       ` Wolfgang Denk
  0 siblings, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2007-04-18 14:20 UTC (permalink / raw)
  To: u-boot

In message <200704181219.03075.sr@denx.de> you wrote:
> The following changes since commit 25b0806fff1f1fd24f69f6d9ef04d8345667e60b:
>   Wolfgang Denk (1):
>         Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx
> 
> are found in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git

Merged. Thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office:  Kirchenstr. 5,       D-82194 Groebenzell,            Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Give a man a fish, and you feed him for a day. Teach a man  to  fish,
and he'll invite himself over for dinner.             - Calvin Keegan

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

* [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; 128+ 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] 128+ 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; 128+ 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] 128+ 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; 128+ 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] 128+ 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; 128+ 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] 128+ 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; 128+ 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] 128+ 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; 128+ 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] 128+ 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; 128+ 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] 128+ 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; 128+ 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] 128+ messages in thread

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-04-23 13:16 ` [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-nand-flash.git Stefan Roese
@ 2007-05-18  9:21   ` Stefan Roese
  2007-05-24  9:12     ` Stefan Roese
  0 siblings, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2007-05-18  9:21 UTC (permalink / raw)
  To: u-boot

The following changes since commit ac4cd59d59c9bf3f89cb7a344abf8184d678f562:
  Timur Tabi (1):
        5xxx: write MAC address to mac-address and local-mac-address

are found in the git repository at:

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

Jeffrey Mann (2):
      ppc4xx: Fix CONFIG_SYS_CLK_FREQ definition in Sequoia config file
      Run new sequoia boards with an EBC speed of 83MHz

Stefan Roese (2):
      ppc4xx: Set bd->bi_pci_busfreq on 440EPx/GRx too
      ppc4xx: Add mtcpr/mfcpr access macros

 board/amcc/sequoia/sequoia.c |   10 ++++++++--
 include/configs/sequoia.h    |    2 +-
 include/ppc440.h             |   20 +++++++++++++++++---
 lib_ppc/board.c              |    4 +++-
 4 files changed, 29 insertions(+), 7 deletions(-)

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-05-18  9:21   ` [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
@ 2007-05-24  9:12     ` Stefan Roese
  2007-06-01 14:27       ` Stefan Roese
  0 siblings, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2007-05-24  9:12 UTC (permalink / raw)
  To: u-boot

The following changes since commit 70124c2602ae2d4c5d3dba05b482d91548242de8:
  Stefano Babic (1):
        Fix compile problem cause my Microblaze merge

are found in the git repository at:

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

Jeffrey Mann (2):
      ppc4xx: Fix CONFIG_SYS_CLK_FREQ definition in Sequoia config file
      Run new sequoia boards with an EBC speed of 83MHz

Stefan Roese (9):
      ppc4xx: Set bd->bi_pci_busfreq on 440EPx/GRx too
      ppc4xx: Add mtcpr/mfcpr access macros
      Merge with git://www.denx.de/git/u-boot.git
      ppc4xx: Fix problem in 405EZ OCM initialization
      ppc4xx: Add 405 support to 4xx NAND driver ndfc.c
      ppc4xx: Use do { ... } while (0) for CPR & SDR access macros
      ppc4xx: Update AMCC Acadia support for board revision 1.1
      ppc4xx: Fix small 405EZ OCM initilization bug in start.S
      Merge with /home/stefan/git/u-boot/acadia-nand

 board/amcc/acadia/acadia.c   |    9 ++++++++-
 board/amcc/sequoia/sequoia.c |   10 ++++++++--
 cpu/ppc4xx/ndfc.c            |    8 ++++----
 cpu/ppc4xx/start.S           |    2 +-
 include/configs/acadia.h     |   27 +++++++++------------------
 include/configs/sequoia.h    |    2 +-
 include/ppc405.h             |    8 ++++----
 include/ppc440.h             |   20 +++++++++++++++++---
 lib_ppc/board.c              |    4 +++-
 9 files changed, 55 insertions(+), 35 deletions(-)

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-05-24  9:12     ` Stefan Roese
@ 2007-06-01 14:27       ` Stefan Roese
  2007-06-06  9:50         ` Stefan Roese
  0 siblings, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2007-06-01 14:27 UTC (permalink / raw)
  To: u-boot

The following changes since commit 19bf91f9628f80a55d4f171df71041574882b3d6:
  Wolfgang Denk (1):
        Merge with /home/tur/git/u-boot#motionpro

are found in the git repository at:

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

Stefan Roese (13):
      ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
      ppc4xx: Change Luan config file to support ECC
      ppc4xx: 44x DDR driver code cleanup and small fix for Bamboo
      NAND: Update nand_ecc.c to latest Linux version
      NAND: Add hardware ECC support to the PPC4xx NAND driver ndfc.c
      ppc4xx: Update in_be32() functions and friends to latest Linux version
      ppc4xx: Prepare Bamboo port for NAND booting support
      NAND: Add ECC support to NAND booting support in nand_spl/nand_boot.c
      ppc4xx: Add NAND booting support for AMCC Bamboo (440EP) eval board
      ppc4xx: Update Sequoia NAND booting support with ECC
      ppc4xx: Undo Sequoia patch for dynamic EBC speed support of 83MHz
      Merge with /home/stefan/git/u-boot/bamboo-nand
      ppc4xx: Add missing file for Bamboo NAND booting support

 MAKEALL                               |   30 ++--
 Makefile                              |    9 +
 board/amcc/bamboo/Makefile            |    4 +-
 board/amcc/bamboo/bamboo.c            |   29 ++-
 board/amcc/bamboo/config.mk           |    6 +-
 board/amcc/bamboo/flash.c             |    6 +-
 board/amcc/bamboo/init.S              |  183 +++++++++---------
 board/amcc/bamboo/u-boot-nand.lds     |  137 +++++++++++++
 board/amcc/sequoia/sdram.c            |    4 +
 board/amcc/sequoia/sequoia.c          |    6 -
 cpu/ppc4xx/44x_spd_ddr.c              |  341 ++++++++++++++++-----------------
 cpu/ppc4xx/44x_spd_ddr2.c             |    7 +-
 cpu/ppc4xx/ndfc.c                     |   74 +++++--
 cpu/ppc4xx/start.S                    |  221 +++++++++++++---------
 drivers/nand/nand_ecc.c               |  228 +++++++++-------------
 include/asm-ppc/io.h                  |   89 ++++++----
 include/configs/bamboo.h              |   88 ++++++++--
 include/configs/luan.h                |    3 +-
 include/configs/sequoia.h             |   13 +-
 nand_spl/board/amcc/bamboo/Makefile   |  100 ++++++++++
 nand_spl/board/amcc/bamboo/config.mk  |   49 +++++
 nand_spl/board/amcc/bamboo/sdram.c    |   92 +++++++++
 nand_spl/board/amcc/bamboo/u-boot.lds |   65 +++++++
 nand_spl/board/amcc/sequoia/Makefile  |    9 +-
 nand_spl/nand_boot.c                  |   95 ++++++----
 25 files changed, 1243 insertions(+), 645 deletions(-)
 create mode 100644 board/amcc/bamboo/u-boot-nand.lds
 create mode 100644 nand_spl/board/amcc/bamboo/Makefile
 create mode 100644 nand_spl/board/amcc/bamboo/config.mk
 create mode 100644 nand_spl/board/amcc/bamboo/sdram.c
 create mode 100644 nand_spl/board/amcc/bamboo/u-boot.lds

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-06-01 14:27       ` Stefan Roese
@ 2007-06-06  9:50         ` Stefan Roese
  2007-06-19 15:49           ` Stefan Roese
  0 siblings, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2007-06-06  9:50 UTC (permalink / raw)
  To: u-boot

The following changes since commit c0c292b2852a12e9d93e99b3aaf5b0dac5f36fdc:
  Wolfgang Denk (1):
        Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx

are found in the git repository at:

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

Stefan Roese (2):
      ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval board
      Merge with /home/stefan/git/u-boot/acadia-nand-boot

 MAKEALL                               |   33 ++++----
 Makefile                              |    9 ++
 board/amcc/acadia/Makefile            |    2 +-
 board/amcc/acadia/acadia.c            |   10 ++-
 board/amcc/acadia/cmd_acadia.c        |  101 ++++++++++++++++++++++
 board/amcc/acadia/config.mk           |    6 ++
 board/amcc/acadia/memory.c            |   11 ++-
 board/amcc/acadia/u-boot-nand.lds     |  137 +++++++++++++++++++++++++++++
 cpu/ppc4xx/start.S                    |   72 ++++++++++++----
 include/configs/acadia.h              |  152 ++++++++++++++++++++++++++-------
 include/ppc405.h                      |    8 ++
 nand_spl/board/amcc/acadia/Makefile   |  104 ++++++++++++++++++++++
 nand_spl/board/amcc/acadia/config.mk  |   47 ++++++++++
 nand_spl/board/amcc/acadia/u-boot.lds |   63 ++++++++++++++
 14 files changed, 685 insertions(+), 70 deletions(-)
 create mode 100644 board/amcc/acadia/cmd_acadia.c
 create mode 100644 board/amcc/acadia/u-boot-nand.lds
 create mode 100644 nand_spl/board/amcc/acadia/Makefile
 create mode 100644 nand_spl/board/amcc/acadia/config.mk
 create mode 100644 nand_spl/board/amcc/acadia/u-boot.lds

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-06-06  9:50         ` Stefan Roese
@ 2007-06-19 15:49           ` Stefan Roese
  2007-06-20 16:15             ` Wolfgang Denk
                               ` (3 more replies)
  0 siblings, 4 replies; 128+ messages in thread
From: Stefan Roese @ 2007-06-19 15:49 UTC (permalink / raw)
  To: u-boot

The following changes since commit 725671ccd2cd04c9ebc50c9e5a94dd8cbade66b7:
  Wolfgang Denk (1):
        Coding Style cleanup; generate new CHANGELOG file.

are available in the git repository at:

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

Beno?t Monin (1):
      fix gpio setting when using CFG_440_GPIO_TABLE

Grzegorz Bernacki (1):
      ppc4xx: Clean up 440 exceptions handling

Stefan Roese (8):
      [ppc4xx] Extend program_tlb() with virtual & physical addresses
      [ppc4xx] Extend 44x GPIO setup with default output state
      [ppc4xx] Add initial lwmon5 board support
      Merge with /home/stefan/git/u-boot/denx-440-exceptions
      [ppc4xx] Change lwmon5 port to work with recent 440 exception rework
      [ppc4xx] Change board/amcc/acadia/cpr.c to pll.c
      [ppc4xx] Fix problem with NAND booting on AMCC Acadia
      ppc4xx: Add bootstrap command for AMCC Sequoia (440EPx) eval board

 MAINTAINERS                           |    1 +
 MAKEALL                               |   18 +-
 Makefile                              |    3 +
 board/amcc/acadia/Makefile            |    2 +-
 board/amcc/acadia/acadia.c            |    2 +
 board/amcc/acadia/memory.c            |   11 +
 board/amcc/acadia/{cpr.c => pll.c}    |    0 
 board/amcc/sequoia/Makefile           |    2 +-
 board/amcc/sequoia/cmd_sequoia.c      |  111 ++++++
 board/lwmon5/Makefile                 |   51 +++
 board/lwmon5/config.mk                |   39 +++
 board/lwmon5/init.S                   |   90 +++++
 board/lwmon5/lwmon5.c                 |  464 +++++++++++++++++++++++++
 board/lwmon5/sdram.c                  |  598 +++++++++++++++++++++++++++++++++
 board/lwmon5/sdram.h                  |  505 ++++++++++++++++++++++++++++
 board/lwmon5/u-boot.lds               |  145 ++++++++
 cpu/ppc4xx/44x_spd_ddr.c              |    4 +-
 cpu/ppc4xx/44x_spd_ddr2.c             |    4 +-
 cpu/ppc4xx/config.mk                  |   10 +-
 cpu/ppc4xx/gpio.c                     |   42 +++-
 cpu/ppc4xx/start.S                    |  331 +++++++++---------
 cpu/ppc4xx/tlb.c                      |   77 +++--
 cpu/ppc4xx/traps.c                    |  107 ++++---
 include/asm-ppc/gpio.h                |    8 +-
 include/asm-ppc/processor.h           |   15 +-
 include/configs/CPCI440.h             |    1 +
 include/configs/KAREF.h               |    1 +
 include/configs/METROBOX.h            |    1 +
 include/configs/acadia.h              |    4 +-
 include/configs/alpr.h                |    1 +
 include/configs/bamboo.h              |    1 +
 include/configs/ebony.h               |    1 +
 include/configs/katmai.h              |    2 +-
 include/configs/lwmon5.h              |  438 ++++++++++++++++++++++++
 include/configs/ocotea.h              |    1 +
 include/configs/p3p440.h              |    1 +
 include/configs/pcs440ep.h            |  131 ++++----
 include/configs/sequoia.h             |    1 +
 include/configs/taishan.h             |    1 +
 include/configs/yosemite.h            |    1 +
 include/ppc405.h                      |    9 +
 include/ppc440.h                      |   10 +-
 include/ppc4xx.h                      |    1 +
 include/ppc_asm.tmpl                  |   96 +++----
 nand_spl/board/amcc/acadia/Makefile   |   14 +-
 nand_spl/board/amcc/acadia/config.mk  |    4 +-
 nand_spl/board/amcc/acadia/u-boot.lds |    2 +-
 47 files changed, 2968 insertions(+), 394 deletions(-)
 rename board/amcc/acadia/{cpr.c => pll.c} (100%)
 create mode 100644 board/amcc/sequoia/cmd_sequoia.c
 create mode 100644 board/lwmon5/Makefile
 create mode 100644 board/lwmon5/config.mk
 create mode 100644 board/lwmon5/init.S
 create mode 100644 board/lwmon5/lwmon5.c
 create mode 100644 board/lwmon5/sdram.c
 create mode 100644 board/lwmon5/sdram.h
 create mode 100644 board/lwmon5/u-boot.lds
 create mode 100644 include/configs/lwmon5.h

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-06-19 15:49           ` Stefan Roese
@ 2007-06-20 16:15             ` Wolfgang Denk
  2007-06-22  1:09             ` Kim Phillips
                               ` (2 subsequent siblings)
  3 siblings, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2007-06-20 16:15 UTC (permalink / raw)
  To: u-boot

In message <200706191749.55031.sr@denx.de> you wrote:
> The following changes since commit 725671ccd2cd04c9ebc50c9e5a94dd8cbade66b7:
>   Wolfgang Denk (1):
>         Coding Style cleanup; generate new CHANGELOG file.
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master

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
Any sufficiently advanced technology is indistinguishable from magic.
                                                   - Arthur C. Clarke

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-06-19 15:49           ` Stefan Roese
  2007-06-20 16:15             ` Wolfgang Denk
@ 2007-06-22  1:09             ` Kim Phillips
  2007-06-22  5:41               ` Stefan Roese
  2007-06-22 15:05             ` Stefan Roese
  2007-08-02  6:47             ` Stefan Roese
  3 siblings, 1 reply; 128+ messages in thread
From: Kim Phillips @ 2007-06-22  1:09 UTC (permalink / raw)
  To: u-boot

On Tue, 19 Jun 2007 17:49:54 +0200
Stefan Roese <sr@denx.de> wrote:

> Grzegorz Bernacki (1):
>       ppc4xx: Clean up 440 exceptions handling
> 

Emil brought to my attention that this commit breaks all powerpc's
except 4xx, like this:

start.S: Assembler messages:
start.S:266: Error: Unrecognized opcode: `exception_prolog'
start.S:285: Error: Unrecognized opcode: `exception_prolog'
make[1]: *** [start.o] Error 1

let us know how you would like to proceed.

Kim

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-06-22  1:09             ` Kim Phillips
@ 2007-06-22  5:41               ` Stefan Roese
  2007-06-22 14:18                 ` Stefan Roese
  0 siblings, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2007-06-22  5:41 UTC (permalink / raw)
  To: u-boot

Hi Kim,

On Friday 22 June 2007, Kim Phillips wrote:
> > Grzegorz Bernacki (1):
> >       ppc4xx: Clean up 440 exceptions handling
>
> Emil brought to my attention that this commit breaks all powerpc's
> except 4xx, like this:
>
> start.S: Assembler messages:
> start.S:266: Error: Unrecognized opcode: `exception_prolog'
> start.S:285: Error: Unrecognized opcode: `exception_prolog'
> make[1]: *** [start.o] Error 1
>
> let us know how you would like to proceed.

I'm very sorry for this. We're investigating right now, how to best handle 
this. I'll let you know very soon.

Best regards,
Stefan

=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-06-22  5:41               ` Stefan Roese
@ 2007-06-22 14:18                 ` Stefan Roese
  2007-06-22 15:34                   ` Kim Phillips
  0 siblings, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2007-06-22 14:18 UTC (permalink / raw)
  To: u-boot

Hi Kim,

On Friday 22 June 2007, Stefan Roese wrote:
> > Emil brought to my attention that this commit breaks all powerpc's
> > except 4xx, like this:
> >
> > start.S: Assembler messages:
> > start.S:266: Error: Unrecognized opcode: `exception_prolog'
> > start.S:285: Error: Unrecognized opcode: `exception_prolog'
> > make[1]: *** [start.o] Error 1
> >
> > let us know how you would like to proceed.
>
> I'm very sorry for this. We're investigating right now, how to best handle
> this. I'll let you know very soon.

Wolfgang committed a fix for this a few minutes ago:

http://www.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git;a=commit;h=02032e8f14751a1a751b09240a4f1cf9f8a2077f

Please give it a try and let me know if you have any comments.

Again, sorry for the breakage.

Best regards,
Stefan

=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-06-19 15:49           ` Stefan Roese
  2007-06-20 16:15             ` Wolfgang Denk
  2007-06-22  1:09             ` Kim Phillips
@ 2007-06-22 15:05             ` Stefan Roese
  2007-08-02  6:47             ` Stefan Roese
  3 siblings, 0 replies; 128+ messages in thread
From: Stefan Roese @ 2007-06-22 15:05 UTC (permalink / raw)
  To: u-boot

The following changes since commit 02032e8f14751a1a751b09240a4f1cf9f8a2077f:
  Rafal Jaworowski (1):
        [ppc] Fix build breakage for all non-4xx PowerPC variants.

are available in the git repository at:

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

Stefan Roese (1):
      ppc4xx: Fix problem with extended program_tlb() funtion

 cpu/ppc4xx/tlb.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-06-22 14:18                 ` Stefan Roese
@ 2007-06-22 15:34                   ` Kim Phillips
  0 siblings, 0 replies; 128+ messages in thread
From: Kim Phillips @ 2007-06-22 15:34 UTC (permalink / raw)
  To: u-boot

On Fri, 22 Jun 2007 16:18:32 +0200
Stefan Roese <sr@denx.de> wrote:

> 
> Please give it a try and let me know if you have any comments.

builds ok now.

Thanks,

Kim

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-06-19 15:49           ` Stefan Roese
                               ` (2 preceding siblings ...)
  2007-06-22 15:05             ` Stefan Roese
@ 2007-08-02  6:47             ` Stefan Roese
  2007-08-14 14:39               ` Stefan Roese
  3 siblings, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2007-08-02  6:47 UTC (permalink / raw)
  To: u-boot

The following changes since commit 53629f439cc9daba166812749d2cf3102aca7aac:
  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-ppc4xx.git

Anatolij Gustschin (1):
      ppc4xx: lwmon5: Update Lime initialization

Eugene OBrien (1):
      ppc4xx: Update AMCC Bamboo 440EP support

Grzegorz Bernacki (1):
      [ppc440SPe] Graceful recovery from machine check during PCIe configuration

Matthias Fuchs (1):
      new FPGA image for PLU405 board

Pavel Kolesnikov (1):
      POST: Add ECC POST for the lwmon5 board

Rafal Jaworowski (1):
      [ppc4xx] Separate settings for PCIe bus numbering on 440SPe rev.A

Stefan Roese (13):
      ppc4xx: Change receive buffer handling in the 4xx emac driver
      ppc4xx: Add remove_tlb() function to remove a mem area from TLB setup
      ppc4xx: Add new weak functions to support boardspecific DDR2 configuration
      ppc4xx: Support for Yucca board with 440SPe Rev A added to 44x_spd_ddr2.c
      ppc4xx: AMCC Luan uses the new boardspecific DDR2 controller setup
      ppc4xx: Code cleanup
      Merge with git://www.denx.de/git/u-boot.git
      ppc4xx: Fix bug with default GPIO output value
      ppc4xx: Fix lwmon5 interrupt controller setup (polarity, trigger...)
      ppc4xx: lwmon5: Support for 128 MByte NOR FLASH added
      ppc4xx: Only print ECC related info when the error bis are set
      ppc4xx: Update 440EPx lwmon5 board support
      ppc4xx: Code cleanup

 CHANGELOG                         |   59 +
 MAKEALL                           |   12 +-
 Makefile                          |   10 +-
 board/amcc/bamboo/bamboo.c        |  321 ++++--
 board/amcc/bamboo/init.S          |    3 +-
 board/amcc/bamboo/u-boot.lds      |    2 -
 board/amcc/common/flash.c         |   18 +-
 board/amcc/luan/luan.c            |    7 +
 board/amcc/yucca/yucca.c          |   34 +
 board/esd/plu405/fpgadata.c       | 2339 +++++++++++++++++++------------------
 board/lwmon5/lwmon5.c             |   89 ++-
 board/lwmon5/sdram.c              |   38 +-
 cpu/ppc4xx/440spe_pcie.c          |   47 +-
 cpu/ppc4xx/440spe_pcie.h          |   19 +-
 cpu/ppc4xx/44x_spd_ddr.c          |    5 +-
 cpu/ppc4xx/44x_spd_ddr2.c         |   58 +-
 cpu/ppc4xx/4xx_enet.c             |    8 +-
 cpu/ppc4xx/gpio.c                 |    4 +-
 cpu/ppc4xx/tlb.c                  |   62 +-
 cpu/ppc4xx/traps.c                |   49 +-
 include/asm-ppc/mmu.h             |    3 +
 include/common.h                  |    8 +-
 include/configs/bamboo.h          |    2 +
 include/configs/luan.h            |    1 -
 include/configs/lwmon5.h          |   33 +-
 include/post.h                    |    1 +
 include/ppc440.h                  |   13 +
 lib_ppc/extable.c                 |    2 +-
 post/board/lwmon5/Makefile        |   29 +
 post/board/lwmon5/ecc.c           |  267 +++++
 post/cpu/ppc4xx/fpu.c             |    2 +-
 post/post.c                       |    8 +-
 post/tests.c                      |   13 +
 64 files changed, 3950 insertions(+), 1670 deletions(-)
 create mode 100644 post/board/lwmon5/Makefile
 create mode 100644 post/board/lwmon5/ecc.c

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-08-02  6:47             ` Stefan Roese
@ 2007-08-14 14:39               ` Stefan Roese
  2007-08-14 18:38                 ` Wolfgang Denk
                                   ` (2 more replies)
  0 siblings, 3 replies; 128+ messages in thread
From: Stefan Roese @ 2007-08-14 14:39 UTC (permalink / raw)
  To: u-boot

The following changes since commit 53629f439cc9daba166812749d2cf3102aca7aac:
  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-ppc4xx.git

Anatolij Gustschin (1):
      ppc4xx: lwmon5: Update Lime initialization

Eugene OBrien (1):
      ppc4xx: Update AMCC Bamboo 440EP support

Grzegorz Bernacki (1):
      [ppc440SPe] Graceful recovery from machine check during PCIe configuration

John Otken (1):
      ppc4xx: Add support for AMCC 405EP Taihu board

Matthias Fuchs (1):
      new FPGA image for PLU405 board

Niklaus Giger (8):
      Add PPC4xx-HCU4 and HCU5 boards: Infrastructure
      Add PPC4xx-HCU4 and HCU5 boards: READMEs
      Add PPC4xx-HCU4 and HCU5 boards: HCU4 config
      Add PPC4xx-HCU4 and HCU5 boards: HCU5 config
      Add PPC4xx-HCU4 and HCU5 boards: make related
      Add PPC4xx-HCU4 and HCU5 boards: common files
      Add PPC4xx-HCU4 and HCU5 boards: HCU4 files
      Add PPC4xx-HCU4 and HCU5 boards: HCU5 files

Pavel Kolesnikov (1):
      POST: Add ECC POST for the lwmon5 board

Rafal Jaworowski (2):
      [ppc4xx] Separate settings for PCIe bus numbering on 440SPe rev.A

Stefan Roese (24):
      ppc4xx: Change receive buffer handling in the 4xx emac driver
      ppc4xx: Add remove_tlb() function to remove a mem area from TLB setup
      ppc4xx: Add new weak functions to support boardspecific DDR2 configuration
      ppc4xx: Support for Yucca board with 440SPe Rev A added to 44x_spd_ddr2.c
      ppc4xx: AMCC Luan uses the new boardspecific DDR2 controller setup
      ppc4xx: Code cleanup
      Merge with git://www.denx.de/git/u-boot.git
      ppc4xx: Fix bug with default GPIO output value
      ppc4xx: Fix lwmon5 interrupt controller setup (polarity, trigger...)
      ppc4xx: lwmon5: Support for 128 MByte NOR FLASH added
      ppc4xx: Only print ECC related info when the error bis are set
      ppc4xx: Update 440EPx lwmon5 board support
      ppc4xx: Code cleanup
      Merge with git://www.denx.de/git/u-boot.git
      ppc4xx: Update AMCC Bamboo README doc/README.bamboo
      ppc4xx: Update lwmon5 POST configuration
      Coding style cleanup
      ppc4xx: Fix problem in PLL clock calculation
      POST: Add ppc405 support to cache and UART POST
      POST: Add option for external ethernet loopback test
      ppc4xx: Add initial Zeus (PPC405EP) board support
      Merge with /home/stefan/git/u-boot/zeus
      Coding style cleanup
      POST: Fix merge problem

Yuri Tikhonov (1):
      POST: Add ppc4xx UART POST support without external uart clock (lwmon5)

 CHANGELOG                         |   59 +
 CREDITS                           |    5 +
 MAINTAINERS                       |    7 +
 MAKEALL                           |   33 +-
 Makefile                          |   26 +-
 board/amcc/bamboo/bamboo.c        |  321 ++++--
 board/amcc/bamboo/init.S          |    3 +-
 board/amcc/bamboo/u-boot.lds      |    2 -
 board/amcc/bubinga/bubinga.c      |   13 +-
 board/amcc/common/flash.c         |   18 +-
 board/amcc/luan/luan.c            |    7 +
 board/amcc/taihu/Makefile         |   49 +
 board/amcc/taihu/config.mk        |   24 +
 board/amcc/taihu/flash.c          | 1083 +++++++++++++++++
 board/amcc/taihu/lcd.c            |  257 ++++
 board/amcc/taihu/taihu.c          |  240 ++++
 board/amcc/taihu/u-boot.lds       |  150 +++
 board/amcc/taihu/update.c         |  132 +++
 board/amcc/yucca/yucca.c          |   34 +
 board/esd/plu405/fpgadata.c       | 2339 +++++++++++++++++++------------------
 board/lwmon5/lwmon5.c             |   89 ++-
 board/lwmon5/sdram.c              |   38 +-
 board/netstal/common/flash.c      |  528 +++++++++
 board/netstal/common/nm_bsp.c     |   41 +
 board/netstal/hcu4/Makefile       |   49 +
 board/netstal/hcu4/README.txt     |   59 +
 board/netstal/hcu4/config.mk      |   28 +
 board/netstal/hcu4/hcu4.c         |  403 +++++++
 board/netstal/hcu4/u-boot.lds     |  140 +++
 board/netstal/hcu5/Makefile       |   49 +
 board/netstal/hcu5/README.txt     |  174 +++
 board/netstal/hcu5/config.mk      |   30 +
 board/netstal/hcu5/hcu5.c         |  525 +++++++++
 board/netstal/hcu5/init.S         |   79 ++
 board/netstal/hcu5/sdram.c        |  302 +++++
 board/netstal/hcu5/u-boot.lds     |  144 +++
 board/zeus/Makefile               |   51 +
 board/zeus/config.mk              |   24 +
 board/zeus/u-boot.lds             |  133 +++
 board/zeus/update.c               |  105 ++
 board/zeus/zeus.c                 |  511 ++++++++
 common/soft_spi.c                 |    2 +
 cpu/ppc4xx/440spe_pcie.c          |   47 +-
 cpu/ppc4xx/440spe_pcie.h          |   19 +-
 cpu/ppc4xx/44x_spd_ddr.c          |    5 +-
 cpu/ppc4xx/44x_spd_ddr2.c         |   58 +-
 cpu/ppc4xx/4xx_enet.c             |    8 +-
 cpu/ppc4xx/gpio.c                 |    6 +-
 cpu/ppc4xx/sdram.c                |   32 +-
 cpu/ppc4xx/sdram.h                |    2 -
 cpu/ppc4xx/serial.c               |    9 +-
 cpu/ppc4xx/speed.c                |   33 +-
 cpu/ppc4xx/start.S                |   61 +-
 cpu/ppc4xx/tlb.c                  |   62 +-
 cpu/ppc4xx/traps.c                |   49 +-
 doc/README.bamboo                 |   62 +
 doc/README.zeus                   |   73 ++
 dtt/Makefile                      |    2 +-
 dtt/ds1775.c                      |  156 +++
 include/asm-ppc/mmu.h             |    3 +
 include/asm-ppc/processor.h       |    6 +
 include/common.h                  |    8 +-
 include/configs/bamboo.h          |    2 +
 include/configs/hcu4.h            |  341 ++++++
 include/configs/hcu5.h            |  388 ++++++
 include/configs/luan.h            |    1 -
 include/configs/lwmon5.h          |   50 +-
 include/configs/taihu.h           |  473 ++++++++
 include/configs/zeus.h            |  375 ++++++
 include/dtt.h                     |    8 +
 include/post.h                    |    1 +
 include/ppc405.h                  |   16 +
 include/ppc440.h                  |   13 +
 include/ppc_asm.tmpl              |    2 +-
 lib_ppc/extable.c                 |    2 +-
 net/eth.c                         |   14 +-
 post/board/lwmon5/Makefile        |   29 +
 post/board/lwmon5/ecc.c           |  267 +++++
 post/cpu/ppc4xx/cache.c           |   16 +-
 post/cpu/ppc4xx/cache_4xx.S       |   44 +
 post/cpu/ppc4xx/ether.c           |    9 +-
 post/cpu/ppc4xx/fpu.c             |    2 +-
 post/cpu/ppc4xx/uart.c            |  176 +++-
 post/post.c                       |    8 +-
 post/tests.c                      |   13 +
 115 files changed, 11556 insertions(+), 1741 deletions(-)
 create mode 100644 board/amcc/taihu/Makefile
 create mode 100644 board/amcc/taihu/config.mk
 create mode 100644 board/amcc/taihu/flash.c
 create mode 100644 board/amcc/taihu/lcd.c
 create mode 100644 board/amcc/taihu/taihu.c
 create mode 100644 board/amcc/taihu/u-boot.lds
 create mode 100644 board/amcc/taihu/update.c
 create mode 100644 board/netstal/common/flash.c
 create mode 100644 board/netstal/common/nm_bsp.c
 create mode 100644 board/netstal/hcu4/Makefile
 create mode 100644 board/netstal/hcu4/README.txt
 create mode 100644 board/netstal/hcu4/config.mk
 create mode 100644 board/netstal/hcu4/hcu4.c
 create mode 100644 board/netstal/hcu4/u-boot.lds
 create mode 100644 board/netstal/hcu5/Makefile
 create mode 100644 board/netstal/hcu5/README.txt
 create mode 100644 board/netstal/hcu5/config.mk
 create mode 100644 board/netstal/hcu5/hcu5.c
 create mode 100644 board/netstal/hcu5/init.S
 create mode 100644 board/netstal/hcu5/sdram.c
 create mode 100644 board/netstal/hcu5/u-boot.lds
 create mode 100644 board/zeus/Makefile
 create mode 100644 board/zeus/config.mk
 create mode 100644 board/zeus/u-boot.lds
 create mode 100644 board/zeus/update.c
 create mode 100644 board/zeus/zeus.c
 create mode 100644 doc/README.zeus
 create mode 100644 dtt/ds1775.c
 create mode 100644 include/configs/hcu4.h
 create mode 100644 include/configs/hcu5.h
 create mode 100644 include/configs/taihu.h
 create mode 100644 include/configs/zeus.h
 create mode 100644 post/board/lwmon5/Makefile
 create mode 100644 post/board/lwmon5/ecc.c

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-08-14 14:39               ` Stefan Roese
@ 2007-08-14 18:38                 ` Wolfgang Denk
  2007-08-16 17:53                 ` Stefan Roese
  2007-10-15  9:57                 ` Stefan Roese
  2 siblings, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2007-08-14 18:38 UTC (permalink / raw)
  To: u-boot

In message <200708141639.53753.sr@denx.de> you wrote:
> The following changes since commit 53629f439cc9daba166812749d2cf3102aca7aac:
>   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-ppc4xx.git

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
"Logic and practical information do not seem to apply here."
"You admit that?"
"To deny the facts would be illogical, Doctor"
	-- Spock and McCoy, "A Piece of the Action", stardate unknown

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-08-14 14:39               ` Stefan Roese
  2007-08-14 18:38                 ` Wolfgang Denk
@ 2007-08-16 17:53                 ` Stefan Roese
  2007-08-18 19:37                   ` Wolfgang Denk
  2007-08-28 13:12                   ` Stefan Roese
  2007-10-15  9:57                 ` Stefan Roese
  2 siblings, 2 replies; 128+ messages in thread
From: Stefan Roese @ 2007-08-16 17:53 UTC (permalink / raw)
  To: u-boot

The following changes since commit f31b0aecb5435143ac1cd5cf2abab1f9ef6ba8ea:
  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-ppc4xx.git 

Niklaus Giger (2):
      PPC4xx:HCU4/5 cleanup ecc/sdram init
      PPC4xx:HCU4/5 cleanup

Stefan Roese (4):
      ppc4xx: Update Sequoia/Rainier bootstrap command
      Add missing rainier (PPC440GRx) target to MAKEALL and MAINTAINERs files
      ppc4xx: Only enable POST FPU test on Sequoia and not Rainier
      ppc4xx: Remove #warning in esd auto_update.c

 MAINTAINERS                      |    1 +
 MAKEALL                          |    1 +
 board/amcc/sequoia/cmd_sequoia.c |  205 +++++++++++++++++++++++++++++---------
 board/esd/common/auto_update.c   |    4 -
 board/netstal/hcu4/hcu4.c        |   20 ++--
 board/netstal/hcu5/hcu5.c        |   69 +++++++++----
 board/netstal/hcu5/sdram.c       |   15 ++-
 include/configs/sequoia.h        |    7 +-
 8 files changed, 237 insertions(+), 85 deletions(-)

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-08-16 17:53                 ` Stefan Roese
@ 2007-08-18 19:37                   ` Wolfgang Denk
  2007-08-28 13:12                   ` Stefan Roese
  1 sibling, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2007-08-18 19:37 UTC (permalink / raw)
  To: u-boot

In message <200708161953.39723.sr@denx.de> you wrote:
> The following changes since commit f31b0aecb5435143ac1cd5cf2abab1f9ef6ba8ea:
>   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-ppc4xx.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
Microsoft Multitasking:
                     several applications can crash at the same time.

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-08-16 17:53                 ` Stefan Roese
  2007-08-18 19:37                   ` Wolfgang Denk
@ 2007-08-28 13:12                   ` Stefan Roese
  2007-08-28 22:54                     ` Wolfgang Denk
  2007-09-02 12:05                     ` Stefan Roese
  1 sibling, 2 replies; 128+ messages in thread
From: Stefan Roese @ 2007-08-28 13:12 UTC (permalink / raw)
  To: u-boot

The following changes since commit 3e66c078003607a7d1d214c15a5f262bc1b4032f:
  Wolfgang Denk (1):
        Fix some build errors.

are available in the git repository at:

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


Wolfgang, please pull. These patches contain mainly small enhancements
and bug-fixes.

Thanks.


Stefan Roese (6):
      ppc4xx: Add matrix kbd support to lwmon5 board (440EPx based)
      Merge with /home/stefan/git/u-boot/u-boot-ppc4xx
      ppc4xx: Remove unused option CFG_INIT_RAM_OCM
      ppc4xx: Add support for 2nd I2C EEPROM on lwmon5 board
      ppc4xx: Change GPIO signal for watchdog triggering on lwmon5
      ppc4xx: Add RTC POST test to lwmon5 board configuration

Yuri Tikhonov (1):
      POST: limit memory test area to not touch global data anymore

 board/lwmon5/Makefile         |    2 +-
 board/lwmon5/kbd.c            |  458 +++++++++++++++++++++++++++++++++++++++++
 board/lwmon5/lwmon5.c         |   40 +++-
 include/asm-ppc/global_data.h |    2 +-
 include/configs/hcu5.h        |    1 -
 include/configs/lwmon5.h      |   47 +++--
 post/drivers/memory.c         |    3 +
 7 files changed, 523 insertions(+), 30 deletions(-)
 create mode 100644 board/lwmon5/kbd.c

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-08-28 13:12                   ` Stefan Roese
@ 2007-08-28 22:54                     ` Wolfgang Denk
  2007-09-02 12:05                     ` Stefan Roese
  1 sibling, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2007-08-28 22:54 UTC (permalink / raw)
  To: u-boot

In message <200708281512.06847.sr@denx.de> you wrote:
> The following changes since commit 3e66c078003607a7d1d214c15a5f262bc1b4032f:
>   Wolfgang Denk (1):
>         Fix some build errors.
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git
> 
> 
> Wolfgang, please pull. These patches contain mainly small enhancements
> and bug-fixes.

Done.

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
"It follows that any commander in chief who undertakes to carry out a
plan which he considers defective is at fault; he must put forth  his
reasons,  insist  of  the  plan being changed, and finally tender his
resignation rather than be the instrument of his army's downfall."
- Napoleon, "Military Maxims and Thought"

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-08-28 13:12                   ` Stefan Roese
  2007-08-28 22:54                     ` Wolfgang Denk
@ 2007-09-02 12:05                     ` Stefan Roese
  2007-09-06 22:07                       ` Wolfgang Denk
  2007-09-27 11:59                       ` Stefan Roese
  1 sibling, 2 replies; 128+ messages in thread
From: Stefan Roese @ 2007-09-02 12:05 UTC (permalink / raw)
  To: u-boot

The following changes since commit 9c02defc29b57945b600714cf61ddfd02b02fb14:
  Yuri Tikhonov (1):
        POST: limit memory test area to not touch global data anymore

are available in the git repository at:

  git://www.denx.de/git/u-boot-ppc4xx.git ..BRANCH.NOT.VERIFIED..

Gary Jennejohn (1):
      ppc4xx: (Re-)Enable CONFIG_PCI_PNP on AMCC 440EPx Sequoia

 board/amcc/sequoia/init.S |    3 +++
 drivers/pci_auto.c        |    8 +++++++-
 include/configs/sequoia.h |    3 ++-
 3 files changed, 12 insertions(+), 2 deletions(-)

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-09-02 12:05                     ` Stefan Roese
@ 2007-09-06 22:07                       ` Wolfgang Denk
  2007-09-27 11:59                       ` Stefan Roese
  1 sibling, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2007-09-06 22:07 UTC (permalink / raw)
  To: u-boot

In message <200709021405.46986.sr@denx.de> you wrote:
> The following changes since commit 9c02defc29b57945b600714cf61ddfd02b02fb14:
>   Yuri Tikhonov (1):
>         POST: limit memory test area to not touch global data anymore
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git ..BRANCH.NOT.VERIFIED..

What does "..BRANCH.NOT.VERIFIED.." mean ?!?

> Gary Jennejohn (1):
>       ppc4xx: (Re-)Enable CONFIG_PCI_PNP on AMCC 440EPx Sequoia

Merged.

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
"A dirty mind is a joy forever."                       - Randy Kunkee

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-09-02 12:05                     ` Stefan Roese
  2007-09-06 22:07                       ` Wolfgang Denk
@ 2007-09-27 11:59                       ` Stefan Roese
  2007-10-02  9:47                         ` Stefan Roese
  1 sibling, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2007-09-27 11:59 UTC (permalink / raw)
  To: u-boot

The following changes since commit c3c909a209d05f27ebd090f21c0b46d90925f990:
  Wolfgang Denk (1):
        Merge with git+ssh://gemini_vpn/home/wd/git/u-boot/master

are available in the git repository at:

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

Stefan Roese (3):
      ppc4xx: Change lwmon5 default environment to support Linux RTC
      ppc4xx: lwmon5: Change GPIO 58 to default to low (watchdog test)
      Merge branch 'master' of /home/stefan/git/u-boot/lwmon5

 include/configs/lwmon5.h |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-09-27 11:59                       ` Stefan Roese
@ 2007-10-02  9:47                         ` Stefan Roese
  2007-10-02 17:57                           ` Wolfgang Denk
  0 siblings, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2007-10-02  9:47 UTC (permalink / raw)
  To: u-boot

The following changes since commit c3c909a209d05f27ebd090f21c0b46d90925f990:
  Wolfgang Denk (1):
        Merge with git+ssh://gemini_vpn/home/wd/git/u-boot/master

are available in the git repository at:

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

Grzegorz Bernacki (1):
      Program EPLD to force full duplex mode for PHY.

Stefan Roese (5):
      ppc4xx: Change lwmon5 default environment to support Linux RTC
      ppc4xx: lwmon5: Change GPIO 58 to default to low (watchdog test)
      Merge branch 'master' of /home/stefan/git/u-boot/lwmon5
      ppc4xx: lwmon5: Remove watchdog for now, since not fully tested yet
      ppc4xx: Coding style cleanup

 board/amcc/luan/luan.c   |   17 ++++++++++++-----
 cpu/ppc4xx/440spe_pcie.c |   10 +++++-----
 cpu/ppc4xx/4xx_enet.c    |   16 ++++++++++------
 include/configs/lwmon5.h |   16 +++++++++++-----
 4 files changed, 38 insertions(+), 21 deletions(-)

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-10-02  9:47                         ` Stefan Roese
@ 2007-10-02 17:57                           ` Wolfgang Denk
  0 siblings, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2007-10-02 17:57 UTC (permalink / raw)
  To: u-boot

In message <200710021147.47407.sr@denx.de> you wrote:
> The following changes since commit c3c909a209d05f27ebd090f21c0b46d90925f990:
>   Wolfgang Denk (1):
>         Merge with git+ssh://gemini_vpn/home/wd/git/u-boot/master
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> Grzegorz Bernacki (1):
>       Program EPLD to force full duplex mode for PHY.
> 
> Stefan Roese (5):
>       ppc4xx: Change lwmon5 default environment to support Linux RTC
>       ppc4xx: lwmon5: Change GPIO 58 to default to low (watchdog test)
>       Merge branch 'master' of /home/stefan/git/u-boot/lwmon5
>       ppc4xx: lwmon5: Remove watchdog for now, since not fully tested yet
>       ppc4xx: Coding style cleanup

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
Der Dativ ist dem Genitiv sein Tod.

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-08-14 14:39               ` Stefan Roese
  2007-08-14 18:38                 ` Wolfgang Denk
  2007-08-16 17:53                 ` Stefan Roese
@ 2007-10-15  9:57                 ` Stefan Roese
  2007-10-15 10:56                   ` Wolfgang Denk
  2007-10-18  5:59                   ` Stefan Roese
  2 siblings, 2 replies; 128+ messages in thread
From: Stefan Roese @ 2007-10-15  9:57 UTC (permalink / raw)
  To: u-boot

The following changes since commit f8bf90461d9bad2e6fed31fcebaf235f60dd6763:
  Michal Simek (1):
        [FIX] XUPV2P change command handling

are available in the git repository at:

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

Wolfgang, please pull this into current rc, since these are bugfixes.
Thanks.

Stefan Roese (2):
      ppc4xx: Fix incorrect 33/66MHz PCI clock log-message on Sequoia & Yosemite
      ppc4xx: Fix bug in I2C bootstrap values for Sequoia/Rainier

 board/amcc/sequoia/cmd_sequoia.c |    9 +++++++--
 board/amcc/sequoia/sequoia.c     |    7 ++++---
 board/amcc/yosemite/yosemite.c   |    7 +++++--
 include/configs/sequoia.h        |    2 ++
 include/configs/yosemite.h       |    2 ++
 5 files changed, 20 insertions(+), 7 deletions(-)

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-10-15  9:57                 ` Stefan Roese
@ 2007-10-15 10:56                   ` Wolfgang Denk
  2007-10-18  5:59                   ` Stefan Roese
  1 sibling, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2007-10-15 10:56 UTC (permalink / raw)
  To: u-boot

In message <200710151157.33027.sr@denx.de> you wrote:
> The following changes since commit f8bf90461d9bad2e6fed31fcebaf235f60dd6763:
>   Michal Simek (1):
>         [FIX] XUPV2P change command handling
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> Wolfgang, please pull this into current rc, since these are bugfixes.
> Thanks.
> 
> Stefan Roese (2):
>       ppc4xx: Fix incorrect 33/66MHz PCI clock log-message on Sequoia & Yosemite
>       ppc4xx: Fix bug in I2C bootstrap values for Sequoia/Rainier

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
Der Dativ ist dem Genitiv sein Tod.

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-10-15  9:57                 ` Stefan Roese
  2007-10-15 10:56                   ` Wolfgang Denk
@ 2007-10-18  5:59                   ` Stefan Roese
  2007-10-18 20:03                     ` Wolfgang Denk
  1 sibling, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2007-10-18  5:59 UTC (permalink / raw)
  To: u-boot

The following changes since commit eff786a9b89144478f478c4193fcad5b498feb72:
  Wolfgang Denk (1):
        Merge branch 'master' of git+ssh://gemini_vpn/home/wd/git/u-boot/master

are available in the git repository at:

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


Wolfgang, please pull this additional fixup into current rc. Thanks.

Stefan Roese (1):
      ppc4xx: Add 667/133 (CPU/PLB) frequency setup to Sequoia bootstrap command

 board/amcc/sequoia/cmd_sequoia.c |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-10-18  5:59                   ` Stefan Roese
@ 2007-10-18 20:03                     ` Wolfgang Denk
  0 siblings, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2007-10-18 20:03 UTC (permalink / raw)
  To: u-boot

In message <200710180759.39317.sr@denx.de> you wrote:
> The following changes since commit eff786a9b89144478f478c4193fcad5b498feb72:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git+ssh://gemini_vpn/home/wd/git/u-boot/master
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> 
> Wolfgang, please pull this additional fixup into current rc. Thanks.
> 
> Stefan Roese (1):
>       ppc4xx: Add 667/133 (CPU/PLB) frequency setup to Sequoia bootstrap command

Done.

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
A Perl script is correct if it's halfway readable and  gets  the  job
done before your boss fires you.
                       - L. Wall & R. L. Schwartz, _Programming Perl_

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2007-11-13  7:23 Stefan Roese
  2007-11-17  0:36 ` Wolfgang Denk
  0 siblings, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2007-11-13  7:23 UTC (permalink / raw)
  To: u-boot

The following changes since commit 5c568d6a7f950b9e7e32a63a5893f979b8789b4d:
  Stefan Roese (1):
        Merge branch 'master' of git://www.denx.de/git/u-boot

are available in the git repository at:

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

Stefan Roese (1):
      ppc4xx: lwmon5: Change PHY reset sequence for PHY MDIO address latching

 board/lwmon5/lwmon5.c |   26 +++++++++++++++++---------
 1 files changed, 17 insertions(+), 9 deletions(-)

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

* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-11-13  7:23 [U-Boot-Users] [PPC4xx] " Stefan Roese
@ 2007-11-17  0:36 ` Wolfgang Denk
  0 siblings, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2007-11-17  0:36 UTC (permalink / raw)
  To: u-boot

In message <200711130823.03265.sr@denx.de> you wrote:
> The following changes since commit 5c568d6a7f950b9e7e32a63a5893f979b8789b4d:
>   Stefan Roese (1):
>         Merge branch 'master' of git://www.denx.de/git/u-boot
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> Stefan Roese (1):
>       ppc4xx: lwmon5: Change PHY reset sequence for PHY MDIO address latching
> 
>  board/lwmon5/lwmon5.c |   26 +++++++++++++++++---------
>  1 files changed, 17 insertions(+), 9 deletions(-)

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
PUBLIC NOTICE AS REQUIRED BY LAW:  Any Use of This  Product,  in  Any
Manner  Whatsoever,  Will  Increase  the  Amount  of  Disorder in the
Universe. Although No Liability Is Implied Herein,  the  Consumer  Is
Warned  That  This  Process Will Ultimately Lead to the Heat Death of
the Universe.

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-12-31  6:36   ` Stefan Roese
@ 2007-12-31  7:13     ` Stefan Roese
  2007-12-31 13:59       ` gvb.uboot
                         ` (3 more replies)
  0 siblings, 4 replies; 128+ messages in thread
From: Stefan Roese @ 2007-12-31  7:13 UTC (permalink / raw)
  To: u-boot

Wolfgang, please pull the 4xx changes from the u-boot-ppc4xx master
branch.

Unfortunately I couldn't create a complete list of changes as done
usually, since I merge multiple times with mainline. Then
"git-request-pull" isn't useful anymore to create a list of changes
only present in the local repository. It creates a list of changes
which also included patches from the mainline repo. Perhaps somebody else
with more "git-knowledge" can help out here and tell me how to create
such a git-shortlog which only includes the local changes.

Thanks.

Note: The current PMC440 port added by Matthias Fuchs relies on some
other patches to be applied (FPGA etc.). So it doesn't build currently.


Here is a list of changes which is *not* complete. I generated this quite
a while ago, before my first merge with mainline:

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

are available in the git repository at:

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

Eugene O'Brien (2):
      ppc4xx: Define CONFIG_BOOKE for all PPC440 based processors
      ppc4xx: Fixed offset of refresh rate type for Bamboo on-board DDR SDRAM

Matthias Fuchs (3):
      ppc4xx: Remove redundant code from 4xx network driver
      ppc4xx: Make USB working with CONFIG_4xx_DCACHE defined
      ppc4xx: Use generic usb-ohci driver for sequoia board

Stefan Roese (70):
      ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (1)
      ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (2)
      ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (3)
      ppc4xx: Add a comment for 405EX PCIe endpoint configuration
      ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platforms
      ppc4xx: 4xx_pcie: Fix problem with SDRN access using port number as idx
      ppc4xx: 4xx_pcie: Change CFG_PCIE_MEMSIZE to 128MB on Yucca & Katmai
      ppc4xx: 4xx_pcie: More general cleanup and 405EX PCIe support added
      ppc4xx: 4xx_pcie: Disable debug output as default
      ppc4xx: 4xx_pcie: Change PCIe status output to match common style
      DTT: Prepare DS1775 driver for use of different I2C addresses
      POST: Add 405EX support to 4xx UART POST test
      ppc4xx: Add initial fdt support to 4xx (first needed on 405EX)
      ppc4xx: Cleanup of 4xx PCI and PCIe support (renaming)
      ppc4xx: Add PPC405EX support
      ppc4xx: Add initial AMCC Kilauea 405EX support
      ppc4xx: Fix small merge problem in 4xx_enet.c
      ppc4xx: Fix small merge problems with CPCI440 and Acadia boards
      ppc4xx: Add additional debug info to 4xx fdt support
      ppc4xx: Enable device tree support (fdt) on Kilauea per default
      ppc4xx: Dynamic configuration of 4xx PCIe mode as root or endpoint mode
      ppc4xx: Add PCIe endpoint support on Kilauea (405EX)
      ppc4xx: Change inbound PCIe location for endpoint tests on Katmai
      ppc4xx: Fix size setup in Kilauea DDR2 init routine
      ppc4xx: Consolidate some of the 405 and 440 macros/structs into 4xx
      rtc: Add Xicor/Intersil X1205 RTC support
      ppc: Small Kilauea cleanup of config file
      ppc4xx: Add freqUART to CPU speed detection
      ppc4xx: Add initial AMCC Makalu 405EX support
      ppc4xx: Correct UART input clock calculation and passing to fdt
      ppc4xx: Rework of 4xx serial driver (1)
      ppc4xx: Rework of 4xx serial driver (2)
      ppc4xx: Rework of 4xx serial driver (3)
      ppc4xx: Rework of 4xx serial driver (4)
      ppc4xx: Add SNTP support to AMCC Katmai, Kilauea & Makalu boards
      ppc4xx: Add initial AMCC Haleakala PPC405EXr eval board support
      ppc4xx: Correct UART input clock calculation and passing to fdt
      ppc4xx: Fix POST ethernet test for Haleakala
      ppc4xx: Change 4xx_enet & miiphy to use out_be32() and friends
      ppc4xx: Change autonegotiation timeout from 4 to 5 seconds
      ppc4xx: Remove temporary TLB entry in POST cache test
      ppc4xx: Remove compiler warning from previous commit
      ppc4xx: Rework 4xx cache support
      ppc4xx: Remove cache definition from 4xx board config files
      ppc4xx: Add change_tlb function to modify I attribute of TLB(s)
      ppc4xx: Change 4xx ethernet driver to handle cached memory too
      ppc4xx: Remove temporary TLB entry in POST cache test only for 440
      ppc4xx: Change 4xx POST ethernet test to handle cached memory too
      ppc4xx: Enable CPU POST test for 4xx with dcache enabled
      ppc4xx: Add CONFIG_4xx_DCACHE compile options to enable cached SDRAM
      ppc4xx: Fix acadia_nand build problem
      ppc4xx: Add AMCC Kilauea/Haleakala NAND booting support
      ppc4xx: Make output a little shorter on PCIe detection
      ppc4xx: Make output a little shorter on I2C bootrom detection
      ppc4xx: Remove In:/Out:/Err: boot output for AMCC Kilauea
      ppc4xx: Fix 405EX PCIe UTLSET register setup
      ppc4xx: AMCC Taihu board config file cleanup
      ppc4xx: Enable 440 GPIO init table CFG_440_GPIO_TABLE for 405 platforms
      ppc4xx: Small AMCC Kilauea cleanup
      ppc4xx: Update AMCC Makalu for board rev 1.1
      ppc4xx: Enable 405EX PCIe UTL register configuration
      ppc4xx: Update AMCC Kilauea config file
      ppc4xx: Correct 405EX PCIe UTL register mapping
      ppc4xx: Kilauea: Configure pin mux to use ext IRQ2 as interrupt
      ppc4xx: Makalu: Change EBC setup for CS0 to enable 400MHz usage
      ppc4xx: Kilauea & Makalu: Fix ext IRQ pin multiplexing
      ppc4xx: Kilauea: Add PCIe reset assertion upon power-up
      ppc4xx: Yosemite/Yellowstone: Add DTT AD7414 support
      ppc4xx: Enable hardware-fix for PCI/DMA errata on AMCC 440SP/SPe boards
      ppc4xx: 405EX: Correctly enable USB pins

 MAINTAINERS                                        |    3 +
 MAKEALL                                            |    5 +
 Makefile                                           |   17 +
 board/amcc/bamboo/bamboo.c                         |    4 +-
 board/amcc/bubinga/u-boot.lds                      |   13 -
 board/amcc/ebony/u-boot.lds                        |   13 -
 board/amcc/katmai/katmai.c                         |   84 +-
 board/amcc/kilauea/Makefile                        |   50 ++
 board/amcc/kilauea/cmd_pll.c                       |  297 +++++++
 board/amcc/kilauea/config.mk                       |   32 +
 board/amcc/kilauea/init.S                          |  154 ++++
 board/amcc/kilauea/kilauea.c                       |  391 ++++++++
 board/amcc/kilauea/memory.c                        |   79 ++
 .../u-boot.lds.debug => kilauea/u-boot-nand.lds}   |   53 +-
 .../{yucca/u-boot.lds.debug => kilauea/u-boot.lds} |   59 +-
 board/amcc/luan/luan.c                             |    6 +
 board/amcc/makalu/Makefile                         |   50 ++
 board/amcc/makalu/cmd_pll.c                        |  297 +++++++
 board/amcc/makalu/config.mk                        |   24 +
 board/amcc/makalu/init.S                           |  148 ++++
 board/amcc/makalu/makalu.c                         |  352 ++++++++
 board/amcc/makalu/memory.c                         |  188 ++++
 .../{yucca/u-boot.lds.debug => makalu/u-boot.lds}  |   59 +-
 board/amcc/ocotea/u-boot.lds                       |   13 -
 board/amcc/sequoia/init.S                          |    4 +
 board/amcc/taihu/u-boot.lds                        |   13 -
 board/amcc/taishan/showinfo.c                      |   14 +-
 board/amcc/taishan/u-boot.lds                      |   13 -
 board/amcc/walnut/u-boot.lds                       |   13 -
 board/amcc/yosemite/u-boot.lds                     |   13 -
 board/amcc/yucca/u-boot.lds                        |   13 -
 board/amcc/yucca/yucca.c                           |   93 +--
 board/amirix/ap1000/u-boot.lds                     |    2 +-
 board/cray/L1/u-boot.lds                           |    2 +-
 board/csb272/u-boot.lds                            |    2 +-
 board/csb472/u-boot.lds                            |    2 +-
 board/dave/PPChameleonEVB/u-boot.lds               |    2 +-
 board/eric/u-boot.lds                              |    2 +-
 board/esd/apc405/u-boot.lds                        |    2 +-
 board/esd/ar405/u-boot.lds                         |    2 +-
 board/esd/ash405/u-boot.lds                        |    2 +-
 board/esd/canbt/u-boot.lds                         |    2 +-
 board/esd/cms700/u-boot.lds                        |    2 +-
 board/esd/cpci2dp/u-boot.lds                       |    2 +-
 board/esd/cpci405/u-boot.lds                       |    2 +-
 board/esd/cpci440/cpci440.c                        |    2 +-
 board/esd/cpci440/u-boot.lds                       |    2 +-
 board/esd/cpciiser4/u-boot.lds                     |    2 +-
 board/esd/dasa_sim/u-boot.lds                      |    2 +-
 board/esd/dp405/u-boot.lds                         |    2 +-
 board/esd/du405/u-boot.lds                         |    2 +-
 board/esd/hh405/u-boot.lds                         |    2 +-
 board/esd/hub405/u-boot.lds                        |    2 +-
 board/esd/ocrtc/cmd_ocrtc.c                        |    2 +-
 board/esd/ocrtc/u-boot.lds                         |    2 +-
 board/esd/pci405/cmd_pci405.c                      |    2 +-
 board/esd/pci405/pci405.c                          |    2 +-
 board/esd/pci405/u-boot.lds                        |    2 +-
 board/esd/plu405/u-boot.lds                        |    2 +-
 board/esd/pmc405/u-boot.lds                        |    2 +-
 board/esd/voh405/u-boot.lds                        |    2 +-
 board/esd/vom405/u-boot.lds                        |    2 +-
 board/esd/wuh405/u-boot.lds                        |    2 +-
 board/exbitgen/u-boot.lds                          |    2 +-
 board/g2000/u-boot.lds                             |    2 +-
 board/lwmon5/sdram.c                               |    2 +-
 board/ml2/u-boot.lds                               |    2 +-
 board/mpl/common/common_util.c                     |    6 +-
 board/mpl/common/flash.c                           |    2 +-
 board/mpl/mip405/u-boot.lds                        |    2 +-
 board/mpl/pip405/u-boot.lds                        |    2 +-
 board/netstal/hcu5/sdram.c                         |    2 +-
 board/prodrive/alpr/u-boot.lds                     |   13 -
 board/prodrive/p3p440/u-boot.lds                   |   13 -
 board/sandburst/karef/u-boot.lds                   |    2 +-
 board/sandburst/karef/u-boot.lds.debug             |    2 +-
 board/sandburst/metrobox/u-boot.lds                |    2 +-
 board/sandburst/metrobox/u-boot.lds.debug          |    2 +-
 board/sbc405/u-boot.lds                            |    2 +-
 board/sc3/u-boot.lds                               |    2 +-
 board/xilinx/ml300/ml300.c                         |    2 +-
 board/xilinx/ml300/u-boot.lds                      |    2 +-
 board/xpedite1k/u-boot.lds                         |    2 +-
 board/xpedite1k/u-boot.lds.debug                   |    2 +-
 common/serial.c                                    |    6 +-
 common/usb.c                                       |    2 +-
 cpu/ppc4xx/40x_spd_sdram.c                         |    2 +-
 cpu/ppc4xx/440spe_pcie.h                           |  174 ----
 cpu/ppc4xx/44x_spd_ddr.c                           |   15 +-
 cpu/ppc4xx/44x_spd_ddr2.c                          |   31 +-
 cpu/ppc4xx/4xx_enet.c                              |  360 +++++----
 cpu/ppc4xx/{405gp_pci.c => 4xx_pci.c}              |   13 +-
 cpu/ppc4xx/{440spe_pcie.c => 4xx_pcie.c}           |  849 ++++++++----------
 cpu/ppc4xx/{serial.c => 4xx_uart.c}                |  541 ++++--------
 cpu/ppc4xx/Makefile                                |   41 +-
 cpu/ppc4xx/cache.S                                 |  233 +++++
 cpu/ppc4xx/cpu.c                                   |  114 ++--
 cpu/ppc4xx/cpu_init.c                              |   18 +-
 cpu/ppc4xx/fdt.c                                   |  178 ++++
 cpu/ppc4xx/gpio.c                                  |  134 ++--
 cpu/ppc4xx/interrupts.c                            |   20 +-
 cpu/ppc4xx/iop480_uart.c                           |  238 +++++
 cpu/ppc4xx/kgdb.S                                  |    8 +-
 cpu/ppc4xx/miiphy.c                                |   49 +-
 cpu/ppc4xx/ndfc.c                                  |    3 +-
 cpu/ppc4xx/speed.c                                 |  233 +++++-
 cpu/ppc4xx/start.S                                 |  211 ++----
 cpu/ppc4xx/tlb.c                                   |   88 ++-
 cpu/ppc4xx/usb.c                                   |   18 +-
 cpu/ppc4xx/vecnum.h                                |  104 +++
 dtt/ds1775.c                                       |    2 +-
 include/405_mal.h                                  |    4 +-
 include/4xx_i2c.h                                  |    2 +-
 include/{405gp_pci.h => asm-ppc/4xx_pci.h}         |    0 
 include/asm-ppc/4xx_pcie.h                         |  336 +++++++
 include/asm-ppc/cache.h                            |   21 +-
 include/asm-ppc/global_data.h                      |    3 +
 include/asm-ppc/gpio.h                             |   35 +
 include/asm-ppc/mmu.h                              |    1 +
 include/asm-ppc/processor.h                        |    9 +
 include/asm-ppc/u-boot.h                           |    1 +
 include/bcd.h                                      |   20 +
 include/common.h                                   |   10 +-
 include/configs/ADCIOP.h                           |    9 -
 include/configs/AP1000.h                           |    8 -
 include/configs/AR405.h                            |   10 -
 include/configs/ASH405.h                           |   10 -
 include/configs/CANBT.h                            |    9 -
 include/configs/CMS700.h                           |   10 -
 include/configs/CPCI2DP.h                          |   10 -
 include/configs/CPCI405.h                          |    9 -
 include/configs/CPCI4052.h                         |   10 -
 include/configs/CPCI405AB.h                        |   10 -
 include/configs/CPCI405DT.h                        |   10 -
 include/configs/CPCI440.h                          |    9 -
 include/configs/CPCIISER4.h                        |    9 -
 include/configs/CRAYL1.h                           |    6 -
 include/configs/DASA_SIM.h                         |    9 -
 include/configs/DP405.h                            |   10 -
 include/configs/DU405.h                            |    9 -
 include/configs/ERIC.h                             |    8 -
 include/configs/EXBITGEN.h                         |    4 -
 include/configs/G2000.h                            |   10 -
 include/configs/HH405.h                            |   10 -
 include/configs/HUB405.h                           |   10 -
 include/configs/JSE.h                              |    9 -
 include/configs/KAREF.h                            |    8 -
 include/configs/METROBOX.h                         |    8 -
 include/configs/MIP405.h                           |    9 -
 include/configs/ML2.h                              |    8 -
 include/configs/OCRTC.h                            |    9 -
 include/configs/ORSG.h                             |    9 -
 include/configs/PCI405.h                           |    9 -
 include/configs/PIP405.h                           |    9 -
 include/configs/PLU405.h                           |   10 -
 include/configs/PMC405.h                           |   10 -
 include/configs/PPChameleonEVB.h                   |   10 -
 include/configs/VOH405.h                           |   10 -
 include/configs/VOM405.h                           |   10 -
 include/configs/W7OLMC.h                           |    9 -
 include/configs/W7OLMG.h                           |    9 -
 include/configs/WUH405.h                           |   10 -
 include/configs/XPEDITE1K.h                        |    8 -
 include/configs/acadia.h                           |    9 -
 include/configs/alpr.h                             |    6 -
 include/configs/bamboo.h                           |    9 -
 include/configs/bubinga.h                          |    8 -
 include/configs/csb272.h                           |    8 -
 include/configs/csb472.h                           |    8 -
 include/configs/ebony.h                            |    8 -
 include/configs/hcu4.h                             |    7 -
 include/configs/hcu5.h                             |    7 -
 include/configs/katmai.h                           |   16 +-
 include/configs/kilauea.h                          |  525 +++++++++++
 include/configs/luan.h                             |    9 -
 include/configs/lwmon5.h                           |   11 +-
 include/configs/makalu.h                           |  399 +++++++++
 include/configs/ml300.h                            |    6 -
 include/configs/ocotea.h                           |    8 -
 include/configs/p3p440.h                           |    8 -
 include/configs/pcs440ep.h                         |   11 +-
 include/configs/sbc405.h                           |   10 -
 include/configs/sc3.h                              |   18 -
 include/configs/sequoia.h                          |   26 +-
 include/configs/taihu.h                            |   52 +-
 include/configs/taishan.h                          |    9 -
 include/configs/walnut.h                           |   10 -
 include/configs/yosemite.h                         |   18 +-
 include/configs/yucca.h                            |   14 +-
 include/configs/zeus.h                             |    7 -
 include/ppc405.h                                   |  932 +++++++++++++-------
 include/ppc440.h                                   |  123 +---
 include/ppc4xx.h                                   |   73 ++-
 include/ppc4xx_enet.h                              |   17 +-
 include/serial.h                                   |    5 +-
 lib_ppc/cache.c                                    |    2 +-
 nand_spl/board/amcc/acadia/Makefile                |    6 +-
 nand_spl/board/amcc/bamboo/sdram.c                 |    6 +
 nand_spl/board/amcc/kilauea/Makefile               |  108 +++
 nand_spl/board/amcc/kilauea/config.mk              |   47 +
 nand_spl/board/amcc/kilauea/u-boot.lds             |   64 ++
 post/cpu/ppc4xx/cache.c                            |    4 +
 post/cpu/ppc4xx/ether.c                            |   47 +-
 post/cpu/ppc4xx/uart.c                             |   15 +-
 post/lib_ppc/cpu.c                                 |   11 +
 rtc/Makefile                                       |    2 +-
 rtc/x1205.c                                        |  178 ++++
 207 files changed, 7050 insertions(+), 3004 deletions(-)
 create mode 100644 board/amcc/kilauea/Makefile
 create mode 100644 board/amcc/kilauea/cmd_pll.c
 create mode 100644 board/amcc/kilauea/config.mk
 create mode 100644 board/amcc/kilauea/init.S
 create mode 100644 board/amcc/kilauea/kilauea.c
 create mode 100644 board/amcc/kilauea/memory.c
 copy board/amcc/{yucca/u-boot.lds.debug => kilauea/u-boot-nand.lds} (72%)
 copy board/amcc/{yucca/u-boot.lds.debug => kilauea/u-boot.lds} (70%)
 create mode 100644 board/amcc/makalu/Makefile
 create mode 100644 board/amcc/makalu/cmd_pll.c
 create mode 100644 board/amcc/makalu/config.mk
 create mode 100644 board/amcc/makalu/init.S
 create mode 100644 board/amcc/makalu/makalu.c
 create mode 100644 board/amcc/makalu/memory.c
 rename board/amcc/{yucca/u-boot.lds.debug => makalu/u-boot.lds} (70%)
 delete mode 100644 cpu/ppc4xx/440spe_pcie.h
 rename cpu/ppc4xx/{405gp_pci.c => 4xx_pci.c} (98%)
 rename cpu/ppc4xx/{440spe_pcie.c => 4xx_pcie.c} (54%)
 rename cpu/ppc4xx/{serial.c => 4xx_uart.c} (56%)
 create mode 100644 cpu/ppc4xx/cache.S
 create mode 100644 cpu/ppc4xx/fdt.c
 create mode 100644 cpu/ppc4xx/iop480_uart.c
 rename include/{405gp_pci.h => asm-ppc/4xx_pci.h} (100%)
 create mode 100644 include/asm-ppc/4xx_pcie.h
 create mode 100644 include/bcd.h
 create mode 100644 include/configs/kilauea.h
 create mode 100644 include/configs/makalu.h
 create mode 100644 nand_spl/board/amcc/kilauea/Makefile
 create mode 100644 nand_spl/board/amcc/kilauea/config.mk
 create mode 100644 nand_spl/board/amcc/kilauea/u-boot.lds
 create mode 100644 rtc/x1205.c

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-12-31  7:13     ` [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
@ 2007-12-31 13:59       ` gvb.uboot
  2008-01-02 11:41       ` Wolfgang Denk
                         ` (2 subsequent siblings)
  3 siblings, 0 replies; 128+ messages in thread
From: gvb.uboot @ 2007-12-31 13:59 UTC (permalink / raw)
  To: u-boot

Stefan Roese wrote:
> Wolfgang, please pull the 4xx changes from the u-boot-ppc4xx master
> branch.
> 
> Unfortunately I couldn't create a complete list of changes as done
> usually, since I merge multiple times with mainline. Then
> "git-request-pull" isn't useful anymore to create a list of changes
> only present in the local repository. It creates a list of changes
> which also included patches from the mainline repo. Perhaps somebody else
> with more "git-knowledge" can help out here and tell me how to create
> such a git-shortlog which only includes the local changes.
> 
> Thanks.

Hi Stefan,

What I've been doing which works well is to create a local branch (i.e. 
no need to push back to denx.de) in my local repo named "uboot" (I 
removed the "-" in "u-boot" because I'm lazy and git makes you use "--" 
if there is a dash in the branch name).  I pull the u-boot mainline 
changes into this "uboot" branch and then rebase "master" against 
"uboot".  Note that this naming, pulling, and rebasing method can be 
extended to other sub-repos such as "uboottesting" or "ubootfdt" to 
maintain changes rebased against other sub-repos.

This prevents the intermixing of "official" patches and improvement 
patches which happens if you do a pull of u-boot repo directly into your 
"master" branch.

This is simply an inversion of my original method, which was to pull 
u-boot master changes into the "master" branch and keep improvements in 
a different branch ("merge") that I rebased against the "master" branch.

Time to update the Custodians page...

Best regards and have a great new year,
gvb

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-12-31  7:13     ` [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
  2007-12-31 13:59       ` gvb.uboot
@ 2008-01-02 11:41       ` Wolfgang Denk
  2008-01-04 11:08       ` Stefan Roese
  2008-01-11 15:14       ` Stefan Roese
  3 siblings, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2008-01-02 11:41 UTC (permalink / raw)
  To: u-boot

In message <200712310813.55920.sr@denx.de> you wrote:
>
> The following changes since commit 49801028715cd8bc22863cdfc0ee7919b7a6af4b:
>   Stefan Roese (1):
>         Merge git://www.denx.de/git/u-boot
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master

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
"The lesser of two evils -- is evil."             - Seymour (Sy) Leon

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-12-31  7:13     ` [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
  2007-12-31 13:59       ` gvb.uboot
  2008-01-02 11:41       ` Wolfgang Denk
@ 2008-01-04 11:08       ` Stefan Roese
  2008-01-05  9:21         ` Stefan Roese
  2008-01-11 15:14       ` Stefan Roese
  3 siblings, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2008-01-04 11:08 UTC (permalink / raw)
  To: u-boot

The following changes since commit 5c740711f0ea5b51414b341b71597c4a0751be74:
  Jon Loeliger (1):
        8610: Move include of config.h earlier.

are available in the git repository at:

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

Larry Johnson (4):
      PPC4xx: Use common code for Sequoia board SDRAM support
      PPC4xx: Remove sdram.h from board/amcc/sequoia
      PPC4xx: Use common code for LWMON5 board SDRAM support
      PPC4xx: Remove sdram.h from board/lwmon5

Lawrence R. Johnson (3):
      ppc4xx: Add functionality to GPIO support
      ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Sequoia board
      ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Korat board

Matthias Fuchs (3):
      ppc4xx: More cleanup for esd's LCD code
      ppc4xx: use common denali core defines and data eye search code for PMC440
      ppc4xx: Remove sdram.h from PMC440 board

Stefan Roese (1):
      ppc4xx: Fix Sequoia NAND booting target

 board/amcc/sequoia/sdram.c           |  344 +-----------------------
 board/amcc/sequoia/sdram.h           |  505 ----------------------------------
 board/amcc/sequoia/sequoia.c         |   31 +--
 board/esd/common/lcd.c               |   38 ++--
 board/esd/pmc440/sdram.c             |  342 +-----------------------
 board/esd/pmc440/sdram.h             |  505 ----------------------------------
 board/korat/korat.c                  |  117 +--------
 board/lwmon5/sdram.c                 |  357 ++-----------------------
 board/lwmon5/sdram.h                 |  505 ----------------------------------
 cpu/ppc4xx/gpio.c                    |   63 +++--
 include/asm-ppc/gpio.h               |    1 +
 include/configs/korat.h              |  153 ++++++++++-
 include/configs/sequoia.h            |   77 +++++
 nand_spl/board/amcc/sequoia/Makefile |    6 +-
 14 files changed, 333 insertions(+), 2711 deletions(-)
 delete mode 100644 board/amcc/sequoia/sdram.h
 delete mode 100644 board/esd/pmc440/sdram.h
 delete mode 100644 board/lwmon5/sdram.h

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-01-04 11:08       ` Stefan Roese
@ 2008-01-05  9:21         ` Stefan Roese
  2008-01-08 12:42           ` Wolfgang Denk
  2008-01-09 10:01           ` Stefan Roese
  0 siblings, 2 replies; 128+ messages in thread
From: Stefan Roese @ 2008-01-05  9:21 UTC (permalink / raw)
  To: u-boot

The following changes since commit 5c740711f0ea5b51414b341b71597c4a0751be74:
  Jon Loeliger (1):
        8610: Move include of config.h earlier.

are available in the git repository at:

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

Larry Johnson (5):
      PPC4xx: Use common code for Sequoia board SDRAM support
      PPC4xx: Remove sdram.h from board/amcc/sequoia
      PPC4xx: Use common code for LWMON5 board SDRAM support
      PPC4xx: Remove sdram.h from board/lwmon5
      ppc4xx: Remove weak binding from common Denali data-eye search code

Lawrence R. Johnson (3):
      ppc4xx: Add functionality to GPIO support
      ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Sequoia board
      ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Korat board

Matthias Fuchs (3):
      ppc4xx: More cleanup for esd's LCD code
      ppc4xx: use common denali core defines and data eye search code for PMC440
      ppc4xx: Remove sdram.h from PMC440 board

Stefan Roese (4):
      ppc4xx: Fix Sequoia NAND booting target
      ppc4xx: Update Katmai/44x_spd_ddr2.c code for optimal DDR2 setup
      ppc4xx: Remove unused CONFIG_ECC_ERROR_RESET from 44x_spd_ddr2.c
      Merge branch 'katmai-ddr-gda'

 board/amcc/katmai/katmai.c           |   14 +-
 board/amcc/sequoia/sdram.c           |  344 +-----------------------
 board/amcc/sequoia/sdram.h           |  505 ----------------------------------
 board/amcc/sequoia/sequoia.c         |   31 +--
 board/esd/common/lcd.c               |   38 ++--
 board/esd/pmc440/sdram.c             |  342 +-----------------------
 board/esd/pmc440/sdram.h             |  505 ----------------------------------
 board/korat/korat.c                  |  117 +--------
 board/lwmon5/sdram.c                 |  357 ++-----------------------
 board/lwmon5/sdram.h                 |  505 ----------------------------------
 cpu/ppc4xx/44x_spd_ddr2.c            |   96 +++----
 cpu/ppc4xx/denali_data_eye.c         |    7 -
 cpu/ppc4xx/gpio.c                    |   63 +++--
 include/asm-ppc/gpio.h               |    1 +
 include/configs/katmai.h             |    1 +
 include/configs/korat.h              |  153 ++++++++++-
 include/configs/sequoia.h            |   77 +++++
 include/ppc440.h                     |   12 +-
 nand_spl/board/amcc/sequoia/Makefile |    6 +-
 19 files changed, 394 insertions(+), 2780 deletions(-)
 delete mode 100644 board/amcc/sequoia/sdram.h
 delete mode 100644 board/esd/pmc440/sdram.h
 delete mode 100644 board/lwmon5/sdram.h

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-01-05  9:21         ` Stefan Roese
@ 2008-01-08 12:42           ` Wolfgang Denk
  2008-01-09 10:01           ` Stefan Roese
  1 sibling, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2008-01-08 12:42 UTC (permalink / raw)
  To: u-boot

In message <200801051021.58236.sr@denx.de> you wrote:
> The following changes since commit 5c740711f0ea5b51414b341b71597c4a0751be74:
>   Jon Loeliger (1):
>         8610: Move include of config.h earlier.
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master

Done.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
I am a computer. I am dumber than any human and smarter than any  ad-
ministrator.

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-01-05  9:21         ` Stefan Roese
  2008-01-08 12:42           ` Wolfgang Denk
@ 2008-01-09 10:01           ` Stefan Roese
  2008-01-09 10:24             ` Wolfgang Denk
                               ` (2 more replies)
  1 sibling, 3 replies; 128+ messages in thread
From: Stefan Roese @ 2008-01-09 10:01 UTC (permalink / raw)
  To: u-boot

The following changes since commit 74ac5facb988fc488a707db228b177ead63a6541:
  Wolfgang Denk (1):
        Merge branch 'inka4x0-ng' of /home/m8/git/u-boot/

are available in the git repository at:

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

Matthias Fuchs (5):
      ppc4xx: Disable error message when no NAND chip is installed on PMC440
      ppc4xx: Update PLB/PCI divider for PMC440 board
      ppc4xx: Fix UIC2 vector number base
      ppc4xx: Move cpu/ppc4xx/vecnum.h into include path
      ppc4xx: assign PCI interrupts on seuqoia boards

Stefan Roese (6):
      ppc4xx: Return 0 on success in 4xx ethernet driver
      ppc4xx: Add 44x cache locking to better support init-ram in d-cache
      ppc4xx: Add CFG_POST_ALT_WORD_ADDR to support non OCM POST WORD storage
      ppc4xx: Change LWMON5 to not use OCM for init-ram and POST anymore
      POST: Execute SPR test after relocation
      Merge branch 'lwmon5-no-ocm'

 board/amcc/sequoia/sequoia.c                       |   14 +++++
 board/esd/pmc440/cmd_pmc440.c                      |    4 +-
 board/lwmon5/init.S                                |    2 +-
 cpu/ppc4xx/4xx_enet.c                              |    7 ++-
 cpu/ppc4xx/4xx_uart.c                              |    2 +-
 cpu/ppc4xx/commproc.c                              |   14 +++++-
 cpu/ppc4xx/interrupts.c                            |    2 +-
 cpu/ppc4xx/iop480_uart.c                           |    2 +-
 cpu/ppc4xx/start.S                                 |   52 ++++++++++++++++++++
 cpu/ppc4xx/usbdev.c                                |    2 +-
 .../vecnum.h => include/asm-ppc/ppc4xx-intvec.h    |   32 ++++++------
 include/configs/PMC440.h                           |    3 +
 include/configs/lwmon5.h                           |   19 +++++---
 include/ppc440.h                                   |    4 +-
 post/tests.c                                       |    2 +-
 15 files changed, 123 insertions(+), 38 deletions(-)
 rename cpu/ppc4xx/vecnum.h => include/asm-ppc/ppc4xx-intvec.h (95%)

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-01-09 10:01           ` Stefan Roese
@ 2008-01-09 10:24             ` Wolfgang Denk
  2008-01-09 18:38             ` Larry Johnson
  2008-02-14 10:55             ` Stefan Roese
  2 siblings, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2008-01-09 10:24 UTC (permalink / raw)
  To: u-boot

In message <200801091101.14617.sr@denx.de> you wrote:
> The following changes since commit 74ac5facb988fc488a707db228b177ead63a6541:
>   Wolfgang Denk (1):
>         Merge branch 'inka4x0-ng' of /home/m8/git/u-boot/
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> Matthias Fuchs (5):
>       ppc4xx: Disable error message when no NAND chip is installed on PMC440
>       ppc4xx: Update PLB/PCI divider for PMC440 board
>       ppc4xx: Fix UIC2 vector number base
>       ppc4xx: Move cpu/ppc4xx/vecnum.h into include path
>       ppc4xx: assign PCI interrupts on seuqoia boards
> 
> Stefan Roese (6):
>       ppc4xx: Return 0 on success in 4xx ethernet driver
>       ppc4xx: Add 44x cache locking to better support init-ram in d-cache
>       ppc4xx: Add CFG_POST_ALT_WORD_ADDR to support non OCM POST WORD storage
>       ppc4xx: Change LWMON5 to not use OCM for init-ram and POST anymore
>       POST: Execute SPR test after relocation
>       Merge branch 'lwmon5-no-ocm'

Done.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
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] 128+ messages in thread

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-01-09 10:01           ` Stefan Roese
  2008-01-09 10:24             ` Wolfgang Denk
@ 2008-01-09 18:38             ` Larry Johnson
  2008-01-09 18:59               ` Stefan Roese
  2008-01-09 19:05               ` Jerry Van Baren
  2008-02-14 10:55             ` Stefan Roese
  2 siblings, 2 replies; 128+ messages in thread
From: Larry Johnson @ 2008-01-09 18:38 UTC (permalink / raw)
  To: u-boot

Stefan Roese wrote:
> The following changes since commit 74ac5facb988fc488a707db228b177ead63a6541:
>   Wolfgang Denk (1):
>         Merge branch 'inka4x0-ng' of /home/m8/git/u-boot/
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> Matthias Fuchs (5):
>       ppc4xx: Disable error message when no NAND chip is installed on PMC440
>       ppc4xx: Update PLB/PCI divider for PMC440 board
>       ppc4xx: Fix UIC2 vector number base
>       ppc4xx: Move cpu/ppc4xx/vecnum.h into include path
>       ppc4xx: assign PCI interrupts on seuqoia boards
> 
> Stefan Roese (6):
>       ppc4xx: Return 0 on success in 4xx ethernet driver
>       ppc4xx: Add 44x cache locking to better support init-ram in d-cache
>       ppc4xx: Add CFG_POST_ALT_WORD_ADDR to support non OCM POST WORD storage
>       ppc4xx: Change LWMON5 to not use OCM for init-ram and POST anymore
>       POST: Execute SPR test after relocation
>       Merge branch 'lwmon5-no-ocm'
> 
>  board/amcc/sequoia/sequoia.c                       |   14 +++++
>  board/esd/pmc440/cmd_pmc440.c                      |    4 +-
>  board/lwmon5/init.S                                |    2 +-
>  cpu/ppc4xx/4xx_enet.c                              |    7 ++-
>  cpu/ppc4xx/4xx_uart.c                              |    2 +-
>  cpu/ppc4xx/commproc.c                              |   14 +++++-
>  cpu/ppc4xx/interrupts.c                            |    2 +-
>  cpu/ppc4xx/iop480_uart.c                           |    2 +-
>  cpu/ppc4xx/start.S                                 |   52 ++++++++++++++++++++
>  cpu/ppc4xx/usbdev.c                                |    2 +-
>  .../vecnum.h => include/asm-ppc/ppc4xx-intvec.h    |   32 ++++++------
>  include/configs/PMC440.h                           |    3 +
>  include/configs/lwmon5.h                           |   19 +++++---
>  include/ppc440.h                                   |    4 +-
>  post/tests.c                                       |    2 +-
>  15 files changed, 123 insertions(+), 38 deletions(-)
>  rename cpu/ppc4xx/vecnum.h => include/asm-ppc/ppc4xx-intvec.h (95%)
 

Hi Stefan,

Are the changes for LWMON5 recommended for Sequoia and other 440EPx
boards?

BTW, I tried to check to see if these patches had been posted to the
mailing list.  For some reason, the mailing-list archive at
sourceforge.net, but it doesn't appear to have any postings after
17 December.

Best regards,
Larry

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-01-09 18:38             ` Larry Johnson
@ 2008-01-09 18:59               ` Stefan Roese
  2008-01-09 19:05               ` Jerry Van Baren
  1 sibling, 0 replies; 128+ messages in thread
From: Stefan Roese @ 2008-01-09 18:59 UTC (permalink / raw)
  To: u-boot

Hi Larry,

On Wednesday 09 January 2008, Larry Johnson wrote:
> Are the changes for LWMON5 recommended for Sequoia and other 440EPx
> boards?

No. It's a special case, where we need the OCM for the logbuffer.

> BTW, I tried to check to see if these patches had been posted to the
> mailing list.

Ahh, bad habit. Sorry, but most of the time I forget to send internal 4xx 
patches to the list. I'll try to change this and send the patches to the list 
too.

> For some reason, the mailing-list archive at 
> sourceforge.net, but it doesn't appear to have any postings after
> 17 December.

No idea. I have not looked at sourceforge for a long time.

The changes are already present in the official U-Boot repository. You can 
take a look at them there.

Best regards,
Stefan

=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-01-09 18:38             ` Larry Johnson
  2008-01-09 18:59               ` Stefan Roese
@ 2008-01-09 19:05               ` Jerry Van Baren
  1 sibling, 0 replies; 128+ messages in thread
From: Jerry Van Baren @ 2008-01-09 19:05 UTC (permalink / raw)
  To: u-boot

Larry Johnson wrote:

[snip]

> BTW, I tried to check to see if these patches had been posted to the
> mailing list.  For some reason, the mailing-list archive at
> sourceforge.net, but it doesn't appear to have any postings after
> 17 December.
> 
> Best regards,
> Larry

Hi Larry,

FWIIW, I generally use gmane.org to search the mail list.  Sourceforge 
tends to be slow and lame when it isn't actually broken.
   <http://dir.gmane.org/gmane.comp.boot-loaders.u-boot>

Best regards,
gvb

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2007-12-31  7:13     ` [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
                         ` (2 preceding siblings ...)
  2008-01-04 11:08       ` Stefan Roese
@ 2008-01-11 15:14       ` Stefan Roese
  2008-01-11 23:16         ` Wolfgang Denk
  2008-01-14  9:11         ` Stefan Roese
  3 siblings, 2 replies; 128+ messages in thread
From: Stefan Roese @ 2008-01-11 15:14 UTC (permalink / raw)
  To: u-boot

The following changes since commit 422b1a01602b6e2fbf8444a1192c7ba31461fd4c:
  Ben Warren (1):
        Fix Ethernet init() return codes

are available in the git repository at:

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

Anatolij Gustschin (1):
      ppc4xx: Rework Lime support for lwmon5

Larry Johnson (1):
      ppc4xx: Fix dflush() to restore DVLIM register

Matthias Fuchs (2):
      ppx4xx: Fix sdram init on PMC440 boards
      ppc4xx: Update PMC440 config file

Niklaus Giger (1):
      ppc4xx: Make Sequoia boot vxWorks

Stefan Roese (1):
      ppc4xx: Fix sdram init on Sequoia boards

 board/amcc/sequoia/init.S  |   26 ++++----
 board/amcc/sequoia/sdram.c |    7 ++
 board/esd/pmc440/sdram.c   |    7 ++
 board/lwmon5/lwmon5.c      |  157 ++++++++++++++++++++++++--------------------
 cpu/ppc4xx/start.S         |    2 +
 include/configs/PMC440.h   |   16 +----
 include/configs/lwmon5.h   |   16 +++++
 include/configs/sequoia.h  |    1 +
 8 files changed, 135 insertions(+), 97 deletions(-)

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-01-11 15:14       ` Stefan Roese
@ 2008-01-11 23:16         ` Wolfgang Denk
  2008-01-17 15:07           ` Stefan Roese
  2008-01-14  9:11         ` Stefan Roese
  1 sibling, 1 reply; 128+ messages in thread
From: Wolfgang Denk @ 2008-01-11 23:16 UTC (permalink / raw)
  To: u-boot

In message <200801111614.53498.sr@denx.de> you wrote:
> The following changes since commit 422b1a01602b6e2fbf8444a1192c7ba31461fd4c:
>   Ben Warren (1):
>         Fix Ethernet init() return codes
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> Anatolij Gustschin (1):
>       ppc4xx: Rework Lime support for lwmon5
> 
> Larry Johnson (1):
>       ppc4xx: Fix dflush() to restore DVLIM register
> 
> Matthias Fuchs (2):
>       ppx4xx: Fix sdram init on PMC440 boards
>       ppc4xx: Update PMC440 config file
> 
> Niklaus Giger (1):
>       ppc4xx: Make Sequoia boot vxWorks
> 
> Stefan Roese (1):
>       ppc4xx: Fix sdram init on Sequoia boards

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
Parkinson's Law:  Work expands to fill the time alloted it.

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-01-11 15:14       ` Stefan Roese
  2008-01-11 23:16         ` Wolfgang Denk
@ 2008-01-14  9:11         ` Stefan Roese
  2008-01-14  9:53           ` Wolfgang Denk
  1 sibling, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2008-01-14  9:11 UTC (permalink / raw)
  To: u-boot

The following changes since commit f43ad53908f1ea83a7c26c3505bbe84382e47aad:
  Wolfgang Denk (1):
        ARM: update mach-types.h from 2.6.24-rc7 Linux kernel tree

are available in the git repository at:

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

Stefan Roese (1):
      ppc4xx: Update Kilauea CPLD configuration with USB PHY reset bit

 board/amcc/kilauea/kilauea.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-01-14  9:11         ` Stefan Roese
@ 2008-01-14  9:53           ` Wolfgang Denk
  0 siblings, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2008-01-14  9:53 UTC (permalink / raw)
  To: u-boot

In message <200801141011.01098.sr@denx.de> you wrote:
> The following changes since commit f43ad53908f1ea83a7c26c3505bbe84382e47aad:
>   Wolfgang Denk (1):
>         ARM: update mach-types.h from 2.6.24-rc7 Linux kernel tree
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> Stefan Roese (1):
>       ppc4xx: Update Kilauea CPLD configuration with USB PHY reset bit
> 
>  board/amcc/kilauea/kilauea.c |   14 +++++++-------
>  1 files changed, 7 insertions(+), 7 deletions(-)

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
Time is an illusion perpetrated by the manufacturers of space.

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-01-11 23:16         ` Wolfgang Denk
@ 2008-01-17 15:07           ` Stefan Roese
  2008-01-23 13:20             ` Wolfgang Denk
  0 siblings, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2008-01-17 15:07 UTC (permalink / raw)
  To: u-boot

The following changes since commit 8d99cd0691b7094ea1e2bf5309b0877047a9f375:
  Stefan Roese (1):
        Merge branch 'master' of /home/stefan/git/u-boot/u-boot

are available in the git repository at:

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

Larry Johnson (2):
      ppc4xx: Refactor ECC POST for AMCC Denali core
      Merge Sequoia beautification into Korat code

Matthias Fuchs (3):
      ppc4xx: Sequoia coding style cleanup and beautification
      ppc4xx: Add DU440 board support
      ppc4xx: Complete DU440 board support

Niklaus Giger (5):
      ppc4xx: Netstal HCU4 board. Added POST. Various fixes
      ppc4xx: Netstal HCU5 board. Added POST. Various fixes
      ppc4xx: Netstal HCU5 board: added various fixes and POST
      ppc4xx: netstal/common define routines used by all boards
      ppc4xx: Netstal HCU4 board: added various fixes and POST

Stefan Roese (2):
      ppc4xx: Fix remaining CONFIG_COMMANDS in 4xx files
      ppc4xx: Fix compilation warnings and coding style issues in HCU4/HCU5

 MAINTAINERS                        |    1 +
 MAKEALL                            |    1 +
 Makefile                           |    3 +
 board/amcc/kilauea/cmd_pll.c       |    2 +-
 board/amcc/makalu/cmd_pll.c        |    2 +-
 board/amcc/sequoia/init.S          |    7 +-
 board/amcc/sequoia/sequoia.c       |  246 ++++-----
 board/esd/du440/Makefile           |   51 ++
 board/esd/du440/config.mk          |   37 ++
 board/esd/du440/du440.c            | 1018 ++++++++++++++++++++++++++++++++++++
 board/esd/du440/du440.h            |   42 ++
 board/esd/du440/init.S             |   81 +++
 board/esd/du440/u-boot.lds         |  145 +++++
 board/korat/korat.c                |  311 +++++------
 board/netstal/common/fixed_sdram.c |  105 ++++
 board/netstal/common/nm.h          |   38 ++
 board/netstal/common/nm_bsp.c      |  128 ++++-
 board/netstal/hcu4/Makefile        |    6 +-
 board/netstal/hcu4/config.mk       |    2 +-
 board/netstal/hcu4/hcu4.c          |  341 +++----------
 board/netstal/hcu5/Makefile        |    5 +-
 board/netstal/hcu5/README.txt      |    3 -
 board/netstal/hcu5/config.mk       |    2 +-
 board/netstal/hcu5/hcu5.c          |  289 +++++------
 board/netstal/hcu5/init.S          |   71 ++-
 board/netstal/hcu5/sdram.c         |   86 ++--
 board/netstal/hcu5/u-boot.lds      |    2 +-
 include/configs/DU440.h            |  438 ++++++++++++++++
 include/configs/PMC440.h           |    4 +-
 include/configs/hcu4.h             |  115 +++--
 include/configs/hcu5.h             |  136 +++--
 include/configs/kilauea.h          |    2 +-
 include/configs/makalu.h           |    2 +-
 post/cpu/ppc4xx/denali_ecc.c       |  266 +++++-----
 34 files changed, 2912 insertions(+), 1076 deletions(-)
 create mode 100644 board/esd/du440/Makefile
 create mode 100644 board/esd/du440/config.mk
 create mode 100644 board/esd/du440/du440.c
 create mode 100644 board/esd/du440/du440.h
 create mode 100644 board/esd/du440/init.S
 create mode 100644 board/esd/du440/u-boot.lds
 create mode 100644 board/netstal/common/fixed_sdram.c
 create mode 100644 board/netstal/common/nm.h
 create mode 100644 include/configs/DU440.h

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-01-17 15:07           ` Stefan Roese
@ 2008-01-23 13:20             ` Wolfgang Denk
  0 siblings, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2008-01-23 13:20 UTC (permalink / raw)
  To: u-boot

In message <200801171607.19661.sr@denx.de> you wrote:
> The following changes since commit 8d99cd0691b7094ea1e2bf5309b0877047a9f375:
>   Stefan Roese (1):
>         Merge branch 'master' of /home/stefan/git/u-boot/u-boot
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> Larry Johnson (2):
>       ppc4xx: Refactor ECC POST for AMCC Denali core
>       Merge Sequoia beautification into Korat code
> 
> Matthias Fuchs (3):
>       ppc4xx: Sequoia coding style cleanup and beautification
>       ppc4xx: Add DU440 board support
>       ppc4xx: Complete DU440 board support
> 
> Niklaus Giger (5):
>       ppc4xx: Netstal HCU4 board. Added POST. Various fixes
>       ppc4xx: Netstal HCU5 board. Added POST. Various fixes
>       ppc4xx: Netstal HCU5 board: added various fixes and POST
>       ppc4xx: netstal/common define routines used by all boards
>       ppc4xx: Netstal HCU4 board: added various fixes and POST
> 
> Stefan Roese (2):
>       ppc4xx: Fix remaining CONFIG_COMMANDS in 4xx files
>       ppc4xx: Fix compilation warnings and coding style issues in HCU4/HCU5

Done.

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 are two ways to write error-free programs. Only the  third  one
works.

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-01-09 10:01           ` Stefan Roese
  2008-01-09 10:24             ` Wolfgang Denk
  2008-01-09 18:38             ` Larry Johnson
@ 2008-02-14 10:55             ` Stefan Roese
  2008-02-14 23:23               ` Wolfgang Denk
  2008-02-16  6:11               ` Stefan Roese
  2 siblings, 2 replies; 128+ messages in thread
From: Stefan Roese @ 2008-02-14 10:55 UTC (permalink / raw)
  To: u-boot

The following changes since commit fe891ecf4d187e9d11dde869ed4623af52b54451:
  Hiroshi Ito (1):
        NFS Timeout with large files.

are available in the git repository at:

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

Larry Johnson (1):
      ppc4xx: Add CONFIG_4xx_DCACHE compile switch to Denali-core SPD code

Niklaus Giger (1):
      ppc4xx: HCU4/5. Fix make O=../xx

Stefan Roese (4):
      ppc4xx: Fix problem with init-ram bigger than 4k on 440 platforms
      ppc4xx: Fix GPIO configuration for pcs440ep
      ppc4xx: Fix ndfc HW ECC byte order
      Merge branch 'for-1.3.2'

 Makefile                     |    2 ++
 board/netstal/hcu4/Makefile  |   12 ++++--------
 board/netstal/hcu5/Makefile  |   10 ++++------
 board/pcs440ep/pcs440ep.c    |    2 +-
 cpu/ppc4xx/denali_spd_ddr2.c |    6 +++---
 cpu/ppc4xx/ndfc.c            |    4 ++--
 cpu/ppc4xx/start.S           |    4 ++++
 include/configs/pcs440ep.h   |    2 +-
 include/configs/yosemite.h   |    2 +-
 9 files changed, 22 insertions(+), 22 deletions(-)

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-02-14 10:55             ` Stefan Roese
@ 2008-02-14 23:23               ` Wolfgang Denk
  2008-02-16  6:11               ` Stefan Roese
  1 sibling, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2008-02-14 23:23 UTC (permalink / raw)
  To: u-boot

In message <200802141155.38386.sr@denx.de> you wrote:
> The following changes since commit fe891ecf4d187e9d11dde869ed4623af52b54451:
>   Hiroshi Ito (1):
>         NFS Timeout with large files.
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> Larry Johnson (1):
>       ppc4xx: Add CONFIG_4xx_DCACHE compile switch to Denali-core SPD code
> 
> Niklaus Giger (1):
>       ppc4xx: HCU4/5. Fix make O=../xx
> 
> Stefan Roese (4):
>       ppc4xx: Fix problem with init-ram bigger than 4k on 440 platforms
>       ppc4xx: Fix GPIO configuration for pcs440ep
>       ppc4xx: Fix ndfc HW ECC byte order
>       Merge branch 'for-1.3.2'

Applied, 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
The complexity of software is an essential property, not an  acciden-
tal  one. Hence, descriptions of a software entity that abstract away
its complexity often abstract away its essence.    - Fred Brooks, Jr.

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-02-14 10:55             ` Stefan Roese
  2008-02-14 23:23               ` Wolfgang Denk
@ 2008-02-16  6:11               ` Stefan Roese
  2008-02-16 22:59                 ` Wolfgang Denk
  2008-02-25 15:52                 ` Stefan Roese
  1 sibling, 2 replies; 128+ messages in thread
From: Stefan Roese @ 2008-02-16  6:11 UTC (permalink / raw)
  To: u-boot

The following changes since commit 5db6138565ad4da190f94e0bc1d89407d58a2ab2:
  Wolfgang Denk (1):
        Merge branch 'master' of git://www.denx.de/git/u-boot-arm

are available in the git repository at:

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

Larry Johnson (1):
      ppc4xx: Beautify configuration files for Sequoia and Korat boards

Mike Nuss (1):
      PPC440EPx: Optionally enable second I2C bus

Niklaus Giger (3):
      ppc4xx: PPC405GPr fix missing register definitions
      ppc4xx: HCU4/5. Cleanups
      ppc4xx: HCU4/5. Cleanup configs

 board/amcc/sequoia/sequoia.c       |    5 +-
 board/netstal/common/fixed_sdram.c |    2 +-
 board/netstal/common/hcu_flash.c   |   14 --
 board/netstal/common/nm.h          |   11 ++-
 board/netstal/common/nm_bsp.c      |    4 +-
 board/netstal/hcu4/hcu4.c          |   80 ++++++-------
 board/netstal/hcu5/hcu5.c          |    8 +-
 board/netstal/hcu5/sdram.c         |   32 +++--
 include/configs/hcu4.h             |   26 ++---
 include/configs/hcu5.h             |   47 +++----
 include/configs/korat.h            |  234 ++++++++++++++++++-----------------
 include/configs/sequoia.h          |  238 ++++++++++++++++++------------------
 include/ppc405.h                   |    8 ++
 13 files changed, 346 insertions(+), 363 deletions(-)

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-02-16  6:11               ` Stefan Roese
@ 2008-02-16 22:59                 ` Wolfgang Denk
  2008-02-25 15:52                 ` Stefan Roese
  1 sibling, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2008-02-16 22:59 UTC (permalink / raw)
  To: u-boot

In message <200802160711.39228.sr@denx.de> you wrote:
> The following changes since commit 5db6138565ad4da190f94e0bc1d89407d58a2ab2:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://www.denx.de/git/u-boot-arm
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> Larry Johnson (1):
>       ppc4xx: Beautify configuration files for Sequoia and Korat boards
> 
> Mike Nuss (1):
>       PPC440EPx: Optionally enable second I2C bus
> 
> Niklaus Giger (3):
>       ppc4xx: PPC405GPr fix missing register definitions
>       ppc4xx: HCU4/5. Cleanups
>       ppc4xx: HCU4/5. Cleanup configs

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
This cultural mystique surrounding the  biological  function  --  you
realize humans are overly preoccupied with the subject.
	-- Kelinda the Kelvan, "By Any Other Name", stardate 4658.9

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-02-16  6:11               ` Stefan Roese
  2008-02-16 22:59                 ` Wolfgang Denk
@ 2008-02-25 15:52                 ` Stefan Roese
  2008-03-02 20:30                   ` Wolfgang Denk
  2008-03-07  8:23                   ` Stefan Roese
  1 sibling, 2 replies; 128+ messages in thread
From: Stefan Roese @ 2008-02-25 15:52 UTC (permalink / raw)
  To: u-boot

The following changes since commit b29661fc1151077776454288051bc9a488351ce8:
  Wolfgang Denk (1):
        Coding style cleanup. Prepare v1.3.2-rc2 release candidate

are available in the git repository at:

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

Stefan Roese (1):
      ppc4xx: Fix acadia_nand build problem

 board/amcc/acadia/memory.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-02-25 15:52                 ` Stefan Roese
@ 2008-03-02 20:30                   ` Wolfgang Denk
  2008-03-07  8:23                   ` Stefan Roese
  1 sibling, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2008-03-02 20:30 UTC (permalink / raw)
  To: u-boot

In message <200802251652.35255.sr@denx.de> you wrote:
> The following changes since commit b29661fc1151077776454288051bc9a488351ce8:
>   Wolfgang Denk (1):
>         Coding style cleanup. Prepare v1.3.2-rc2 release candidate
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> Stefan Roese (1):
>       ppc4xx: Fix acadia_nand build problem
> 
>  board/amcc/acadia/memory.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)

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
Politician:  An  eel  in  the  fundamental   mud   upon   which   the
superstructure  of  organized  society is reared. When he wriggles he
mistakes the agitation of his tail for the trembling of the  edifice.
As  compared with the statesman, he suffers the disadvantage of being
alive.                                               - Ambrose Bierce

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-02-25 15:52                 ` Stefan Roese
  2008-03-02 20:30                   ` Wolfgang Denk
@ 2008-03-07  8:23                   ` Stefan Roese
  2008-03-08  9:52                     ` Wolfgang Denk
  2008-03-15  7:00                     ` Stefan Roese
  1 sibling, 2 replies; 128+ messages in thread
From: Stefan Roese @ 2008-03-07  8:23 UTC (permalink / raw)
  To: u-boot

The following changes since commit 848e03110c0facf3800ea15fdc38e505248ee282:
  Stefan Roese (1):
        Merge branch 'master' of /home/stefan/git/u-boot/u-boot

are available in the git repository at:

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

Markus Brunner (1):
      fix taihu soft spi_read

Stefan Roese (1):
      ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables

 board/amcc/taihu/taihu.c  |    2 +-
 include/configs/sequoia.h |   24 +++++++++++++++++-------
 2 files changed, 18 insertions(+), 8 deletions(-)

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-03-07  8:23                   ` Stefan Roese
@ 2008-03-08  9:52                     ` Wolfgang Denk
  2008-03-15  7:00                     ` Stefan Roese
  1 sibling, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2008-03-08  9:52 UTC (permalink / raw)
  To: u-boot

In message <200803070923.05639.sr@denx.de> you wrote:
> The following changes since commit 848e03110c0facf3800ea15fdc38e505248ee282:
>   Stefan Roese (1):
>         Merge branch 'master' of /home/stefan/git/u-boot/u-boot
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> Markus Brunner (1):
>       fix taihu soft spi_read
> 
> Stefan Roese (1):
>       ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables
> 
>  board/amcc/taihu/taihu.c  |    2 +-
>  include/configs/sequoia.h |   24 +++++++++++++++++-------
>  2 files changed, 18 insertions(+), 8 deletions(-)

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
Don't hit a man when he's down - kick him; it's easier.

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-03-07  8:23                   ` Stefan Roese
  2008-03-08  9:52                     ` Wolfgang Denk
@ 2008-03-15  7:00                     ` Stefan Roese
  2008-03-15 23:42                       ` Wolfgang Denk
  2008-03-27 10:30                       ` Stefan Roese
  1 sibling, 2 replies; 128+ messages in thread
From: Stefan Roese @ 2008-03-15  7:00 UTC (permalink / raw)
  To: u-boot

The following changes since commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0:
  Wolfgang Denk (1):
        tools/setlocalversion: use a git-describe-ish format

are available in the git repository at:

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

Niklaus Giger (5):
      ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY
      ppc4xx: HCU4/5. remove obsolete hcu_flash.c
      ppc4xx: Add 405GPr based MCU25 board. Global files
      ppc4xx: Add 405GPr based MCU25 board config file
      ppc4xx: Add 405GPr based MCU25 board specific files

Stefan Roese (16):
      ppc4xx: Fix comment in 405EX DDR2 init code
      rtc: Add M41T62 support
      ppc4xx: miiphy.c reworked
      ppc4xx: program_tlb now uses 64bit physical addess
      ppc4xx: interrupt.c reworked
      ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)
      ppc4xx: Add basic support for AMCC 460EX/460GT (2/5)
      ppc4xx: Add basic support for AMCC 460EX/460GT (3/5)
      ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
      ppc4xx: Add basic support for AMCC 460EX/460GT (5/5)
      ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)
      ppc4xx: Add AMCC Canyonlands support (460EX) (2/3)
      ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)
      ppc4xx: Add Canyonlands NAND booting support
      usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
      ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board

 MAINTAINERS                                  |    2 +
 MAKEALL                                      |    3 +
 Makefile                                     |   15 +
 board/amcc/canyonlands/Makefile              |   52 +++
 board/amcc/canyonlands/bootstrap.c           |  170 ++++++++
 board/amcc/canyonlands/canyonlands.c         |  418 ++++++++++++++++++
 board/amcc/canyonlands/config.mk             |   49 +++
 board/amcc/canyonlands/init.S                |  122 ++++++
 board/amcc/canyonlands/u-boot-nand.lds       |  137 ++++++
 board/amcc/canyonlands/u-boot.lds            |  146 +++++++
 board/amcc/kilauea/init.S                    |    4 +-
 board/amcc/makalu/init.S                     |    4 +-
 board/netstal/common/hcu_flash.c             |  514 ----------------------
 board/netstal/hcu4/Makefile                  |    2 +-
 board/netstal/hcu4/hcu4.c                    |   16 +
 board/netstal/hcu5/Makefile                  |    2 +-
 board/netstal/hcu5/hcu5.c                    |   16 +
 board/netstal/hcu5/sdram.c                   |    2 -
 board/netstal/mcu25/Makefile                 |   51 +++
 board/netstal/mcu25/README.txt               |   60 +++
 board/netstal/mcu25/config.mk                |   29 ++
 board/netstal/mcu25/mcu25.c                  |  218 ++++++++++
 board/netstal/mcu25/u-boot.lds               |  141 ++++++
 cpu/ppc4xx/44x_spd_ddr2.c                    |   41 ++-
 cpu/ppc4xx/4xx_enet.c                        |  369 +++++++++++++---
 cpu/ppc4xx/4xx_pci.c                         |    9 +-
 cpu/ppc4xx/4xx_pcie.c                        |  203 +++++++++-
 cpu/ppc4xx/4xx_uart.c                        |   24 +-
 cpu/ppc4xx/cpu.c                             |   45 ++-
 cpu/ppc4xx/cpu_init.c                        |    1 +
 cpu/ppc4xx/interrupts.c                      |  589 ++++++-------------------
 cpu/ppc4xx/miiphy.c                          |  196 ++++-----
 cpu/ppc4xx/ndfc.c                            |    3 +-
 cpu/ppc4xx/speed.c                           |  125 ++++++-
 cpu/ppc4xx/start.S                           |   19 +-
 cpu/ppc4xx/tlb.c                             |   27 +-
 drivers/rtc/Makefile                         |    1 +
 drivers/rtc/m41t62.c                         |  135 ++++++
 drivers/usb/usb_ohci.c                       |    5 +-
 include/405_mal.h                            |    1 +
 include/4xx_i2c.h                            |    3 +-
 include/asm-ppc/4xx_pcie.h                   |   79 ++++-
 include/asm-ppc/gpio.h                       |    5 +-
 include/asm-ppc/mmu.h                        |   18 +-
 include/asm-ppc/ppc4xx-intvec.h              |   71 +++
 include/asm-ppc/processor.h                  |    4 +
 include/asm-ppc/u-boot.h                     |    6 +-
 include/common.h                             |    4 +-
 include/configs/canyonlands.h                |  567 ++++++++++++++++++++++++
 include/configs/hcu4.h                       |   18 +-
 include/configs/hcu5.h                       |   14 +-
 include/configs/mcu25.h                      |  362 ++++++++++++++++
 include/ppc405.h                             |   23 +-
 include/ppc440.h                             |  593 ++++++++++++++++++++++----
 include/ppc4xx_enet.h                        |   18 +-
 nand_spl/board/amcc/canyonlands/Makefile     |  105 +++++
 nand_spl/board/amcc/canyonlands/config.mk    |   49 +++
 nand_spl/board/amcc/canyonlands/ddr2_fixed.c |   96 +++++
 nand_spl/board/amcc/canyonlands/u-boot.lds   |   65 +++
 post/cpu/ppc4xx/cache.c                      |    2 -
 60 files changed, 4740 insertions(+), 1328 deletions(-)
 create mode 100644 board/amcc/canyonlands/Makefile
 create mode 100644 board/amcc/canyonlands/bootstrap.c
 create mode 100644 board/amcc/canyonlands/canyonlands.c
 create mode 100644 board/amcc/canyonlands/config.mk
 create mode 100644 board/amcc/canyonlands/init.S
 create mode 100644 board/amcc/canyonlands/u-boot-nand.lds
 create mode 100644 board/amcc/canyonlands/u-boot.lds
 delete mode 100644 board/netstal/common/hcu_flash.c
 create mode 100644 board/netstal/mcu25/Makefile
 create mode 100644 board/netstal/mcu25/README.txt
 create mode 100644 board/netstal/mcu25/config.mk
 create mode 100644 board/netstal/mcu25/mcu25.c
 create mode 100644 board/netstal/mcu25/u-boot.lds
 create mode 100644 drivers/rtc/m41t62.c
 create mode 100644 include/configs/canyonlands.h
 create mode 100644 include/configs/mcu25.h
 create mode 100644 nand_spl/board/amcc/canyonlands/Makefile
 create mode 100644 nand_spl/board/amcc/canyonlands/config.mk
 create mode 100644 nand_spl/board/amcc/canyonlands/ddr2_fixed.c
 create mode 100644 nand_spl/board/amcc/canyonlands/u-boot.lds

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-03-15  7:00                     ` Stefan Roese
@ 2008-03-15 23:42                       ` Wolfgang Denk
  2008-03-27 10:30                       ` Stefan Roese
  1 sibling, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2008-03-15 23:42 UTC (permalink / raw)
  To: u-boot

In message <200803150800.56448.sr@denx.de> you wrote:
> The following changes since commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0:
>   Wolfgang Denk (1):
>         tools/setlocalversion: use a git-describe-ish format
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master

Well, but:

...
> Stefan Roese (16):
>       ppc4xx: Fix comment in 405EX DDR2 init code
>       rtc: Add M41T62 support
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This is NOT a ppc4xx related patch. You are NOT supposed to sneak this
in through your ppc4xx custodian repo.

>       ppc4xx: miiphy.c reworked
>       ppc4xx: program_tlb now uses 64bit physical addess
>       ppc4xx: interrupt.c reworked
>       ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)
>       ppc4xx: Add basic support for AMCC 460EX/460GT (2/5)
>       ppc4xx: Add basic support for AMCC 460EX/460GT (3/5)
>       ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
>       ppc4xx: Add basic support for AMCC 460EX/460GT (5/5)
>       ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)
>       ppc4xx: Add AMCC Canyonlands support (460EX) (2/3)
>       ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)
>       ppc4xx: Add Canyonlands NAND booting support
>       usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This is a USB related patch. You are supposed to run this through the
USB custodian. 


Done, but for the future please don't add unrelated changes  to  your
custodian repo.  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
Bus error -- please leave by the rear door.

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-03-15  7:00                     ` Stefan Roese
  2008-03-15 23:42                       ` Wolfgang Denk
@ 2008-03-27 10:30                       ` Stefan Roese
  2008-03-31 10:28                         ` Stefan Roese
  1 sibling, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2008-03-27 10:30 UTC (permalink / raw)
  To: u-boot

The following changes since commit 234ea73c660cfd0b1c98de00995c32d4152d202f:
  Wolfgang Denk (1):
        Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master

are available in the git repository at:

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

Larry Johnson (1):
      ppc4xx: Updates to Korat-specific code

Markus Brunner (1):
      ppc4xx: PPC405EP Set EMAC noise filter bits

Mike Nuss (1):
      ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx

Pieter Voorthuijsen (1):
      ppc4xx: Enable cache support on the ALPR board

Stefan Roese (9):
      ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear
      ppc4xx: Add AMCC Glacier 406GT eval board support
      ppc4xx: Fix compilation warning in 4xx_enet.c
      ppc4xx: Correctly pass phyiscal FLASH base address into dtb
      ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
      ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
      ppc4xx: Add fdt support to Prodrive alpr
      ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
      ppc4xx: Enable ECC on LWMON5

 MAINTAINERS                          |    1 +
 MAKEALL                              |    1 +
 Makefile                             |    9 +-
 README                               |   21 +++
 board/amcc/canyonlands/canyonlands.c |   27 +++--
 board/amcc/canyonlands/u-boot.lds    |    2 -
 board/korat/config.mk                |   16 ++-
 board/korat/init.S                   |   31 ++++--
 board/korat/korat.c                  |  232 ++++++++++++++++++++++++++++------
 board/korat/u-boot-F7FC.lds          |  143 +++++++++++++++++++++
 board/lwmon5/sdram.c                 |   90 +++----------
 board/prodrive/alpr/alpr.c           |   25 ++++-
 board/prodrive/alpr/init.S           |    9 ++
 cpu/ppc4xx/4xx_enet.c                |   56 ++++++++-
 cpu/ppc4xx/cpu_init.c                |  102 +++++++++++++++-
 cpu/ppc4xx/interrupts.c              |    7 +-
 doc/README.korat                     |   51 ++++++++
 include/configs/alpr.h               |   14 ++-
 include/configs/canyonlands.h        |  125 +++++++++++++++++--
 include/configs/korat.h              |   67 +++++++----
 include/configs/lwmon5.h             |    8 +-
 include/configs/sequoia.h            |    4 +-
 include/ppc440.h                     |    4 +
 include/ppc4xx_enet.h                |    4 +
 lib_ppc/board.c                      |   17 +++
 25 files changed, 877 insertions(+), 189 deletions(-)
 create mode 100644 board/korat/u-boot-F7FC.lds
 create mode 100644 doc/README.korat

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-03-27 10:30                       ` Stefan Roese
@ 2008-03-31 10:28                         ` Stefan Roese
  2008-04-07 21:54                           ` Wolfgang Denk
  2008-04-09 10:58                           ` Stefan Roese
  0 siblings, 2 replies; 128+ messages in thread
From: Stefan Roese @ 2008-03-31 10:28 UTC (permalink / raw)
  To: u-boot

The following changes since commit 234ea73c660cfd0b1c98de00995c32d4152d202f:
  Wolfgang Denk (1):
        Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master

are available in the git repository at:

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


Wolgang, this is an update for the last pull-request with some addional patches
applied. Thanks.


Larry Johnson (2):
      ppc4xx: Updates to Korat-specific code
      ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup

Markus Brunner (1):
      ppc4xx: PPC405EP Set EMAC noise filter bits

Matthias Fuchs (3):
      ppc4xx: Minor updates for DU440 boards
      ppc4xx: Add ptm configuration variables for PMC440
      ppc4xx: Cleanup PMC440 board support

Mike Nuss (1):
      ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx

Pieter Voorthuijsen (1):
      ppc4xx: Enable cache support on the ALPR board

Stefan Roese (12):
      ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear
      ppc4xx: Add AMCC Glacier 406GT eval board support
      ppc4xx: Fix compilation warning in 4xx_enet.c
      ppc4xx: Correctly pass phyiscal FLASH base address into dtb
      ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
      ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
      ppc4xx: Add fdt support to Prodrive alpr
      ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
      ppc4xx: Enable ECC on LWMON5
      ppc: Small change to CFG_MEM_TOP_HIDE description
      ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision
      ppc4xx: Small whitespace fix of esd patches

 MAINTAINERS                          |    1 +
 MAKEALL                              |    1 +
 Makefile                             |    9 +-
 README                               |   21 +++
 board/amcc/canyonlands/canyonlands.c |   69 ++++++--
 board/amcc/canyonlands/u-boot.lds    |    2 -
 board/esd/du440/du440.c              |    5 +-
 board/esd/du440/du440.h              |    1 +
 board/esd/pmc440/cmd_pmc440.c        |   53 +++---
 board/esd/pmc440/pmc440.c            |  313 +++++++++++++++++-----------------
 board/korat/config.mk                |   16 ++-
 board/korat/init.S                   |   31 +++-
 board/korat/korat.c                  |  232 ++++++++++++++++++++-----
 board/korat/u-boot-F7FC.lds          |  143 ++++++++++++++++
 board/lwmon5/sdram.c                 |   90 +++--------
 board/prodrive/alpr/alpr.c           |   25 +++-
 board/prodrive/alpr/init.S           |    9 +
 cpu/ppc4xx/4xx_enet.c                |   56 ++++++-
 cpu/ppc4xx/cpu_init.c                |  102 +++++++++++-
 cpu/ppc4xx/denali_spd_ddr2.c         |   27 ++--
 cpu/ppc4xx/interrupts.c              |    7 +-
 doc/README.korat                     |   51 ++++++
 include/configs/DU440.h              |   16 +-
 include/configs/alpr.h               |   14 ++-
 include/configs/canyonlands.h        |  126 +++++++++++++--
 include/configs/korat.h              |   67 +++++---
 include/configs/lwmon5.h             |    8 +-
 include/configs/sequoia.h            |    4 +-
 include/ppc440.h                     |    4 +
 include/ppc4xx_enet.h                |    4 +
 lib_ppc/board.c                      |   17 ++
 31 files changed, 1127 insertions(+), 397 deletions(-)
 create mode 100644 board/korat/u-boot-F7FC.lds
 create mode 100644 doc/README.korat

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-03-31 10:28                         ` Stefan Roese
@ 2008-04-07 21:54                           ` Wolfgang Denk
  2008-04-09 10:58                           ` Stefan Roese
  1 sibling, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2008-04-07 21:54 UTC (permalink / raw)
  To: u-boot

In message <200803311228.55346.sr@denx.de> you wrote:
> The following changes since commit 234ea73c660cfd0b1c98de00995c32d4152d202f:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> 
> Wolgang, this is an update for the last pull-request with some addional patches
> applied. Thanks.

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
Each honest calling, each walk of life, has its own  elite,  its  own
aristocracy based on excellence of performance. - James Bryant Conant

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-03-31 10:28                         ` Stefan Roese
  2008-04-07 21:54                           ` Wolfgang Denk
@ 2008-04-09 10:58                           ` Stefan Roese
  2008-04-11 14:49                             ` Stefan Roese
  2008-04-13 17:17                             ` Wolfgang Denk
  1 sibling, 2 replies; 128+ messages in thread
From: Stefan Roese @ 2008-04-09 10:58 UTC (permalink / raw)
  To: u-boot

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

are available in the git repository at:

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

Stefan Roese (2):
      ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
      ppc4xx: Fix Canyonlands default environment to work with new image support

 include/configs/canyonlands.h |   12 +++++-------
 lib_ppc/board.c               |    2 +-
 2 files changed, 6 insertions(+), 8 deletions(-)

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-04-09 10:58                           ` Stefan Roese
@ 2008-04-11 14:49                             ` Stefan Roese
  2008-04-13 17:17                               ` Wolfgang Denk
  2008-04-18 15:02                               ` Stefan Roese
  2008-04-13 17:17                             ` Wolfgang Denk
  1 sibling, 2 replies; 128+ messages in thread
From: Stefan Roese @ 2008-04-11 14:49 UTC (permalink / raw)
  To: u-boot

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

are available in the git repository at:

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

Eugene O'Brien (1):
      ppc4xx: Fix power mgt definitions for PPC440

Stefan Roese (3):
      ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
      ppc4xx: Fix Canyonlands default environment to work with new image support
      ppc4xx: Update Kilauea defconfig to use device-tree booting as default

 include/configs/canyonlands.h |   12 +++++-------
 include/configs/kilauea.h     |   27 ++++++++++++++++-----------
 include/ppc440.h              |    9 +--------
 lib_ppc/board.c               |    2 +-
 4 files changed, 23 insertions(+), 27 deletions(-)

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-04-09 10:58                           ` Stefan Roese
  2008-04-11 14:49                             ` Stefan Roese
@ 2008-04-13 17:17                             ` Wolfgang Denk
  1 sibling, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2008-04-13 17:17 UTC (permalink / raw)
  To: u-boot

In message <200804091258.06646.sr@denx.de> you wrote:
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> Stefan Roese (2):
>       ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
>       ppc4xx: Fix Canyonlands default environment to work with new image support

Applied, 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
Small is beautiful.

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-04-11 14:49                             ` Stefan Roese
@ 2008-04-13 17:17                               ` Wolfgang Denk
  2008-04-18 15:02                               ` Stefan Roese
  1 sibling, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2008-04-13 17:17 UTC (permalink / raw)
  To: u-boot

In message <200804111649.37273.sr@denx.de> you wrote:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> Eugene O'Brien (1):
>       ppc4xx: Fix power mgt definitions for PPC440
> 
> Stefan Roese (3):
>       ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
>       ppc4xx: Fix Canyonlands default environment to work with new image support
>       ppc4xx: Update Kilauea defconfig to use device-tree booting as default

Applied, 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
Anarchy may not be the best form of government, but it's better  than
no government at all.

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-04-11 14:49                             ` Stefan Roese
  2008-04-13 17:17                               ` Wolfgang Denk
@ 2008-04-18 15:02                               ` Stefan Roese
  2008-04-22 13:51                                 ` Stefan Roese
  1 sibling, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2008-04-18 15:02 UTC (permalink / raw)
  To: u-boot

The following changes since commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04:
  Anatolij Gustschin (1):
        Fix crash on sequoia in ppc_4xx_eth_init

are available in the git repository at:

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

Stefan Roese (4):
      ppc4xx: Add Glacier NAND booting target
      ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM
      ppc4xx: Change Canyonlands to support booting from 2k page NAND devices
      ppc4xx: Add dcache_enable() for 440

 Makefile                                     |    5 ++++-
 board/amcc/canyonlands/bootstrap.c           |   13 +++++++++++++
 board/amcc/canyonlands/init.S                |    1 +
 board/amcc/canyonlands/u-boot-nand.lds       |    4 ++--
 cpu/ppc4xx/cache.S                           |    2 ++
 include/configs/canyonlands.h                |   26 ++++++++++++++++----------
 nand_spl/board/amcc/canyonlands/config.mk    |    6 +++---
 nand_spl/board/amcc/canyonlands/ddr2_fixed.c |    8 ++++----
 8 files changed, 45 insertions(+), 20 deletions(-)

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-04-18 15:02                               ` Stefan Roese
@ 2008-04-22 13:51                                 ` Stefan Roese
  2008-04-22 15:28                                   ` Wolfgang Denk
  2008-04-25 11:40                                   ` Stefan Roese
  0 siblings, 2 replies; 128+ messages in thread
From: Stefan Roese @ 2008-04-22 13:51 UTC (permalink / raw)
  To: u-boot

The following changes since commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04:
  Anatolij Gustschin (1):
        Fix crash on sequoia in ppc_4xx_eth_init

are available in the git repository at:

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

Matthias Fuchs (9):
      ppc4xx: Fix sys_get_info() for 405GP(r)
      ppc4xx: Update bootlogo for APC405 boards
      ppc4xx: Update FPGA image for APC405 boards
      ppc4xx: Update esd's common LCD code for 405 boards
      ppc4xx: update esd's common auto_update code for 405 boards
      ppc4xx: Update APC405 board support
      ppc4xx: Update APC405 configuration
      ppc4xx: Remove unused APC405 strataflash driver
      ppc4xx: Update CPU strapping for PMC440 boards

Stefan Roese (6):
      ppc4xx: Add Glacier NAND booting target
      ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM
      ppc4xx: Change Canyonlands to support booting from 2k page NAND devices
      ppc4xx: Add dcache_enable() for 440
      ppc4xx: Small coding style cleanup for the latest esd patches
      ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage

 Makefile                                     |    5 +-
 board/amcc/canyonlands/bootstrap.c           |   13 +
 board/amcc/canyonlands/init.S                |    1 +
 board/amcc/canyonlands/u-boot-nand.lds       |    4 +-
 board/esd/apc405/Makefile                    |    4 +-
 board/esd/apc405/apc405.c                    |  360 ++-
 board/esd/apc405/fpgadata.c                  | 4284 ++++++++++++--------------
 board/esd/apc405/logo_640_480_24bpp.c        |  800 ++++--
 board/esd/apc405/strataflash.c               |  789 -----
 board/esd/common/auto_update.c               |  208 +-
 board/esd/common/auto_update.h               |   15 +-
 board/esd/common/lcd.c                       |  123 +-
 board/esd/common/s1d13505_640_480_16bpp.h    |   65 +
 board/esd/pmc440/cmd_pmc440.c                |   13 +-
 cpu/ppc4xx/cache.S                           |    2 +
 cpu/ppc4xx/speed.c                           |    2 +
 include/configs/APC405.h                     |  346 ++-
 include/configs/canyonlands.h                |   49 +-
 nand_spl/board/amcc/canyonlands/config.mk    |    6 +-
 nand_spl/board/amcc/canyonlands/ddr2_fixed.c |    8 +-
 20 files changed, 3320 insertions(+), 3777 deletions(-)
 delete mode 100644 board/esd/apc405/strataflash.c
 create mode 100644 board/esd/common/s1d13505_640_480_16bpp.h

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-04-22 13:51                                 ` Stefan Roese
@ 2008-04-22 15:28                                   ` Wolfgang Denk
  2008-04-25 11:40                                   ` Stefan Roese
  1 sibling, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2008-04-22 15:28 UTC (permalink / raw)
  To: u-boot

In message <200804221551.06813.sr@denx.de> you wrote:
> The following changes since commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04:
>   Anatolij Gustschin (1):
>         Fix crash on sequoia in ppc_4xx_eth_init
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> Matthias Fuchs (9):
>       ppc4xx: Fix sys_get_info() for 405GP(r)
>       ppc4xx: Update bootlogo for APC405 boards
>       ppc4xx: Update FPGA image for APC405 boards
>       ppc4xx: Update esd's common LCD code for 405 boards
>       ppc4xx: update esd's common auto_update code for 405 boards
>       ppc4xx: Update APC405 board support
>       ppc4xx: Update APC405 configuration
>       ppc4xx: Remove unused APC405 strataflash driver
>       ppc4xx: Update CPU strapping for PMC440 boards
> 
> Stefan Roese (6):
>       ppc4xx: Add Glacier NAND booting target
>       ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM
>       ppc4xx: Change Canyonlands to support booting from 2k page NAND devices
>       ppc4xx: Add dcache_enable() for 440
>       ppc4xx: Small coding style cleanup for the latest esd patches
>       ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage
> 
>  Makefile                                     |    5 +-
>  board/amcc/canyonlands/bootstrap.c           |   13 +
>  board/amcc/canyonlands/init.S                |    1 +
>  board/amcc/canyonlands/u-boot-nand.lds       |    4 +-
>  board/esd/apc405/Makefile                    |    4 +-
>  board/esd/apc405/apc405.c                    |  360 ++-
>  board/esd/apc405/fpgadata.c                  | 4284 ++++++++++++--------------
>  board/esd/apc405/logo_640_480_24bpp.c        |  800 ++++--
>  board/esd/apc405/strataflash.c               |  789 -----
>  board/esd/common/auto_update.c               |  208 +-
>  board/esd/common/auto_update.h               |   15 +-
>  board/esd/common/lcd.c                       |  123 +-
>  board/esd/common/s1d13505_640_480_16bpp.h    |   65 +
>  board/esd/pmc440/cmd_pmc440.c                |   13 +-
>  cpu/ppc4xx/cache.S                           |    2 +
>  cpu/ppc4xx/speed.c                           |    2 +
>  include/configs/APC405.h                     |  346 ++-
>  include/configs/canyonlands.h                |   49 +-
>  nand_spl/board/amcc/canyonlands/config.mk    |    6 +-
>  nand_spl/board/amcc/canyonlands/ddr2_fixed.c |    8 +-
>  20 files changed, 3320 insertions(+), 3777 deletions(-)
>  delete mode 100644 board/esd/apc405/strataflash.c
>  create mode 100644 board/esd/common/s1d13505_640_480_16bpp.h

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
NEW GRAND UNIFIED THEORY DISCLAIMER: The Manufacturer May Technically
Be Entitled to Claim That This Product Is  Ten-Dimensional.  However,
the  Consumer Is Reminded That This Confers No Legal Rights Above and
Beyond Those Applicable to Three-Dimensional Objects, Since the Seven
New Dimensions Are "Rolled Up" into Such a  Small  "Area"  That  They
Cannot Be Detected.

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-04-22 13:51                                 ` Stefan Roese
  2008-04-22 15:28                                   ` Wolfgang Denk
@ 2008-04-25 11:40                                   ` Stefan Roese
  2008-04-25 22:06                                     ` Wolfgang Denk
  1 sibling, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2008-04-25 11:40 UTC (permalink / raw)
  To: u-boot

The following changes since commit 58c5376ba67767ee684069d43e7f747a5d9ae8ed:
  Wolfgang Denk (1):
        Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx

are available in the git repository at:

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

Matthias Fuchs (1):
      ppc4xx: Add bootcount limit handling for APC405 boards

Stefan Roese (1):
      ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt

 board/esd/apc405/apc405.c  |    7 ++++++-
 cpu/ppc4xx/fdt.c           |   42 ++++++++++++++++++++++++++++++++++++++++++
 include/asm-ppc/4xx_pcie.h |    5 ++++-
 include/configs/APC405.h   |   14 ++++++++++++--
 4 files changed, 64 insertions(+), 4 deletions(-)

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-04-25 11:40                                   ` Stefan Roese
@ 2008-04-25 22:06                                     ` Wolfgang Denk
  0 siblings, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2008-04-25 22:06 UTC (permalink / raw)
  To: u-boot

In message <200804251340.07270.sr@denx.de> you wrote:
> The following changes since commit 58c5376ba67767ee684069d43e7f747a5d9ae8ed:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> Matthias Fuchs (1):
>       ppc4xx: Add bootcount limit handling for APC405 boards
> 
> Stefan Roese (1):
>       ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt

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
Some programming languages manage to  absorb  change,  but  withstand
progress.          -- Epigrams in Programming, ACM SIGPLAN Sept. 1982

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2008-04-29 17:14 Stefan Roese
  2008-04-29 18:07 ` Wolfgang Denk
  0 siblings, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2008-04-29 17:14 UTC (permalink / raw)
  To: u-boot

The following changes since commit dd5748bcd669f46aeb6686c1b341323843738ccc:
  Guennadi Liakhovetski (1):
        rtl8169: fix compiler warnings

are available in the git repository at:

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

Markus Brunner (1):
      ppc4xx: Fixup ebc clock in FDT for 405GP/EP

Stefan Roese (5):
      ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range()
      ppc4xx: Complete remove bogus dflush()
      ppc4xx: Fix Katmai CFG_MONITOR_LEN
      ppc4xx: Fix compilation warning in denali_spd_ddr2.c
      ppc4xx: Fix CFG_MONITOR_LEN on Katmai failsave this time

 board/lwmon5/sdram.c         |   13 ++++++++++---
 board/netstal/hcu5/sdram.c   |    6 +++---
 cpu/ppc4xx/44x_spd_ddr2.c    |    5 +++--
 cpu/ppc4xx/denali_spd_ddr2.c |    5 +++--
 cpu/ppc4xx/fdt.c             |   10 ++++++++--
 cpu/ppc4xx/start.S           |   29 -----------------------------
 include/configs/katmai.h     |    8 ++++----
 7 files changed, 31 insertions(+), 45 deletions(-)

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-04-29 17:14 Stefan Roese
@ 2008-04-29 18:07 ` Wolfgang Denk
  0 siblings, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2008-04-29 18:07 UTC (permalink / raw)
  To: u-boot

In message <200804291914.09012.sr@denx.de> you wrote:
> The following changes since commit dd5748bcd669f46aeb6686c1b341323843738ccc:
>   Guennadi Liakhovetski (1):
>         rtl8169: fix compiler warnings
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> Markus Brunner (1):
>       ppc4xx: Fixup ebc clock in FDT for 405GP/EP
> 
> Stefan Roese (5):
>       ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range()
>       ppc4xx: Complete remove bogus dflush()
>       ppc4xx: Fix Katmai CFG_MONITOR_LEN
>       ppc4xx: Fix compilation warning in denali_spd_ddr2.c
>       ppc4xx: Fix CFG_MONITOR_LEN on Katmai failsave this time
> 
>  board/lwmon5/sdram.c         |   13 ++++++++++---
>  board/netstal/hcu5/sdram.c   |    6 +++---
>  cpu/ppc4xx/44x_spd_ddr2.c    |    5 +++--
>  cpu/ppc4xx/denali_spd_ddr2.c |    5 +++--
>  cpu/ppc4xx/fdt.c             |   10 ++++++++--
>  cpu/ppc4xx/start.S           |   29 -----------------------------
>  include/configs/katmai.h     |    8 ++++----
>  7 files changed, 31 insertions(+), 45 deletions(-)

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
Drawing on my fine command of language, I said nothing.

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2008-04-30 14:14 Stefan Roese
  2008-05-03 18:47 ` Wolfgang Denk
  0 siblings, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2008-04-30 14:14 UTC (permalink / raw)
  To: u-boot

The following changes since commit 76617299358ebba260ecc02d33e8e75d8d13dd3b:
  Wolfgang Denk (1):
        Prepare v1.3.3-rc2, again.

are available in the git repository at:

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

Stefan Roese (2):
      ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.c
      ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module

 cpu/ppc4xx/44x_spd_ddr2.c                    |    7 +++++--
 nand_spl/board/amcc/canyonlands/ddr2_fixed.c |   12 +++++++-----
 2 files changed, 12 insertions(+), 7 deletions(-)

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-04-30 14:14 Stefan Roese
@ 2008-05-03 18:47 ` Wolfgang Denk
  0 siblings, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2008-05-03 18:47 UTC (permalink / raw)
  To: u-boot

In message <200804301614.48961.sr@denx.de> you wrote:
> The following changes since commit 76617299358ebba260ecc02d33e8e75d8d13dd3b:
>   Wolfgang Denk (1):
>         Prepare v1.3.3-rc2, again.
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> Stefan Roese (2):
>       ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.c
>       ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module
> 
>  cpu/ppc4xx/44x_spd_ddr2.c                    |    7 +++++--
>  nand_spl/board/amcc/canyonlands/ddr2_fixed.c |   12 +++++++-----
>  2 files changed, 12 insertions(+), 7 deletions(-)

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
It is better to marry than to burn.
                                - Bible ``I Corinthians'' ch. 7, v. 9

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2008-05-08 14:39 Stefan Roese
  2008-05-09 22:23 ` Wolfgang Denk
  0 siblings, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2008-05-08 14:39 UTC (permalink / raw)
  To: u-boot

The following changes since commit 908261f3fdb418091d8c60bfbd7eb85e5869b579:
  Wolfgang Denk (1):
        Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master

are available in the git repository at:

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

Dave Mitchell (1):
      ppc4xx: Fix typos in 460GT/EX FBDV array

Ira Snyder (1):
      ppc4xx: Add device tree support to AMCC Yosemite

Stefan Roese (4):
      ppc4xx: acadia: Add fdt support and fix section overlap problem
      ppc4xx: Add weak default ft_board_setup() routine
      ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards
      ppc4xx: Kilauea: Fix incorrect FPGA FIFO address

 board/amcc/acadia/config.mk    |    2 +-
 board/amcc/yosemite/yosemite.c |   23 +++++++++++++++++++++++
 cpu/ppc4xx/fdt.c               |   26 +++++++++++++++++++++++---
 cpu/ppc4xx/speed.c             |    2 +-
 include/configs/acadia.h       |   21 +++++++++++++++------
 include/configs/bamboo.h       |    6 ++++++
 include/configs/bubinga.h      |    5 +++++
 include/configs/ebony.h        |    6 ++++++
 include/configs/katmai.h       |    2 +-
 include/configs/kilauea.h      |    2 +-
 include/configs/luan.h         |    5 +++++
 include/configs/ocotea.h       |    5 +++++
 include/configs/taihu.h        |    5 +++++
 include/configs/taishan.h      |    5 +++++
 include/configs/walnut.h       |    6 ++++++
 include/configs/yosemite.h     |    6 +++++-
 include/configs/yucca.h        |    4 ++++
 17 files changed, 117 insertions(+), 14 deletions(-)

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-05-08 14:39 Stefan Roese
@ 2008-05-09 22:23 ` Wolfgang Denk
  0 siblings, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2008-05-09 22:23 UTC (permalink / raw)
  To: u-boot

In message <200805081639.47625.sr@denx.de> you wrote:
> The following changes since commit 908261f3fdb418091d8c60bfbd7eb85e5869b579:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> Dave Mitchell (1):
>       ppc4xx: Fix typos in 460GT/EX FBDV array
> 
> Ira Snyder (1):
>       ppc4xx: Add device tree support to AMCC Yosemite
> 
> Stefan Roese (4):
>       ppc4xx: acadia: Add fdt support and fix section overlap problem
>       ppc4xx: Add weak default ft_board_setup() routine
>       ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards
>       ppc4xx: Kilauea: Fix incorrect FPGA FIFO address
> 
>  board/amcc/acadia/config.mk    |    2 +-
>  board/amcc/yosemite/yosemite.c |   23 +++++++++++++++++++++++
>  cpu/ppc4xx/fdt.c               |   26 +++++++++++++++++++++++---
>  cpu/ppc4xx/speed.c             |    2 +-
>  include/configs/acadia.h       |   21 +++++++++++++++------
>  include/configs/bamboo.h       |    6 ++++++
>  include/configs/bubinga.h      |    5 +++++
>  include/configs/ebony.h        |    6 ++++++
>  include/configs/katmai.h       |    2 +-
>  include/configs/kilauea.h      |    2 +-
>  include/configs/luan.h         |    5 +++++
>  include/configs/ocotea.h       |    5 +++++
>  include/configs/taihu.h        |    5 +++++
>  include/configs/taishan.h      |    5 +++++
>  include/configs/walnut.h       |    6 ++++++
>  include/configs/yosemite.h     |    6 +++++-
>  include/configs/yucca.h        |    4 ++++
>  17 files changed, 117 insertions(+), 14 deletions(-)

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
Old programmers never die, they just become managers.

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2008-05-10  8:40 Stefan Roese
  2008-05-11 23:03 ` Wolfgang Denk
  0 siblings, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2008-05-10  8:40 UTC (permalink / raw)
  To: u-boot

The following changes since commit f3612a7b199cab3942f60d9c1392eb39d58cc699:
  Becky Bruce (1):
        PPC: fix map_physmem build warning

are available in the git repository at:

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

Markus Klotzb?cher (1):
      ppc4xx: Kilauea: Add CONFIG_BOOTP_SUBNETMASK to Kilauea board config

Stefan Roese (1):
      ppc4xx: Update Makalu defconfig to use device-tree booting as default

 include/configs/kilauea.h |    1 +
 include/configs/makalu.h  |   29 ++++++++++++++++++-----------
 2 files changed, 19 insertions(+), 11 deletions(-)

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-05-10  8:40 Stefan Roese
@ 2008-05-11 23:03 ` Wolfgang Denk
  0 siblings, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2008-05-11 23:03 UTC (permalink / raw)
  To: u-boot

In message <200805101040.53328.sr@denx.de> you wrote:
> The following changes since commit f3612a7b199cab3942f60d9c1392eb39d58cc699:
>   Becky Bruce (1):
>         PPC: fix map_physmem build warning
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> Markus Klotzb=C3=BCcher (1):
>       ppc4xx: Kilauea: Add CONFIG_BOOTP_SUBNETMASK to Kilauea board config
> 
> Stefan Roese (1):
>       ppc4xx: Update Makalu defconfig to use device-tree booting as default
> 
>  include/configs/kilauea.h |    1 +
>  include/configs/makalu.h  |   29 ++++++++++++++++++-----------
>  2 files changed, 19 insertions(+), 11 deletions(-)

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
Documentation is like sex: when it is good, it is  very,  very  good;
and when it is bad, it is better than nothing.         - Dick Brandon

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2008-05-14 11:45 Stefan Roese
  2008-05-14 12:09 ` Wolfgang Denk
  0 siblings, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2008-05-14 11:45 UTC (permalink / raw)
  To: u-boot

The following changes since commit 65dcfa79204f4750b905a173a5365e0b2eb6c2f6:
  Wolfgang Denk (1):
        Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option"

are available in the git repository at:

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

Stefan Roese (3):
      ppc4xx: Add 405EX(r) revision C PVR definitions and detection code
      ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
      ppc4xx: Fix bogus Canyonlands config.mk

 board/amcc/canyonlands/config.mk         |   10 +---------
 board/amcc/kilauea/kilauea.c             |   19 ++++++++++++-------
 cpu/ppc4xx/cpu.c                         |   20 ++++++++++++++++++++
 include/asm-ppc/processor.h              |   12 ++++++++----
 nand_spl/board/amcc/canyonlands/Makefile |    8 +++++++-
 5 files changed, 48 insertions(+), 21 deletions(-)

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-05-14 11:45 Stefan Roese
@ 2008-05-14 12:09 ` Wolfgang Denk
  0 siblings, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2008-05-14 12:09 UTC (permalink / raw)
  To: u-boot

In message <200805141345.00184.sr@denx.de> you wrote:
> The following changes since commit 65dcfa79204f4750b905a173a5365e0b2eb6c2f6:
>   Wolfgang Denk (1):
>         Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option"
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> Stefan Roese (3):
>       ppc4xx: Add 405EX(r) revision C PVR definitions and detection code
>       ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
>       ppc4xx: Fix bogus Canyonlands config.mk

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
Computers are not intelligent. They only think they are.

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2008-05-16 19:09 Stefan Roese
  2008-05-18 20:27 ` Wolfgang Denk
  0 siblings, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2008-05-16 19:09 UTC (permalink / raw)
  To: u-boot

The following changes since commit a38dc3ea8614f8b0c41e432b445a9959b9711295:
  Wolfgang Denk (1):
        TQM8272: fix out-of-tree building

are available in the git repository at:

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

Stefan Roese (1):
      ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection

 board/amcc/canyonlands/canyonlands.c |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-05-16 19:09 Stefan Roese
@ 2008-05-18 20:27 ` Wolfgang Denk
  0 siblings, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2008-05-18 20:27 UTC (permalink / raw)
  To: u-boot

In message <200805162109.56662.sr@denx.de> you wrote:
> The following changes since commit a38dc3ea8614f8b0c41e432b445a9959b9711295:
>   Wolfgang Denk (1):
>         TQM8272: fix out-of-tree building
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> Stefan Roese (1):
>       ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection

Please fix review comments first.

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
If the hours are long enough and the pay  is  short  enough,  someone
will say it's women's work.

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2008-05-19  5:30 Stefan Roese
  2008-05-19  7:45 ` Wolfgang Denk
  0 siblings, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2008-05-19  5:30 UTC (permalink / raw)
  To: u-boot

The following changes since commit a38dc3ea8614f8b0c41e432b445a9959b9711295:
  Wolfgang Denk (1):
        TQM8272: fix out-of-tree building

are available in the git repository at:

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

Stefan Roese (1):
      ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection

 board/amcc/canyonlands/canyonlands.c |   31 ++++++++++++++++++++++++++++++-
 1 files changed, 30 insertions(+), 1 deletions(-)

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-05-19  5:30 Stefan Roese
@ 2008-05-19  7:45 ` Wolfgang Denk
  0 siblings, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2008-05-19  7:45 UTC (permalink / raw)
  To: u-boot

In message <200805190730.53186.sr@denx.de> you wrote:
> The following changes since commit a38dc3ea8614f8b0c41e432b445a9959b9711295:
>   Wolfgang Denk (1):
>         TQM8272: fix out-of-tree building
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> Stefan Roese (1):
>       ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection
> 
>  board/amcc/canyonlands/canyonlands.c |   31 ++++++++++++++++++++++++++++++-
>  1 files changed, 30 insertions(+), 1 deletions(-)

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
It is common sense to take a method and try it. If it fails, admit it
frankly and try another. But above all, try something.
                                              - Franklin D. Roosevelt

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2008-05-21 15:42 Stefan Roese
  2008-06-04 22:05 ` Wolfgang Denk
  0 siblings, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2008-05-21 15:42 UTC (permalink / raw)
  To: u-boot

The following changes since commit 727f63334676e760877d43bfb8f0e9331ac8b101:
  Hebbar (1):
        common/usb.c: fix incorrect escape sequence

are available in the git repository at:

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

Gary Jennejohn (2):
      ppc4xx: Add the Harris QUAD100HD AMCC 405EP-based board
      ppc4xx: QUAD100HD: Allow the environment to be put into flash.

Stefan Roese (1):
      Merge branch 'quad100hd'

 MAINTAINERS                 |    4 +
 MAKEALL                     |    1 +
 Makefile                    |    3 +
 board/quad100hd/Makefile    |   51 ++++++++
 board/quad100hd/config.mk   |   24 ++++
 board/quad100hd/nand.c      |   79 ++++++++++++
 board/quad100hd/quad100hd.c |   93 ++++++++++++++
 board/quad100hd/u-boot.lds  |  133 +++++++++++++++++++
 include/configs/quad100hd.h |  298 +++++++++++++++++++++++++++++++++++++++++++
 9 files changed, 686 insertions(+), 0 deletions(-)
 create mode 100644 board/quad100hd/Makefile
 create mode 100644 board/quad100hd/config.mk
 create mode 100644 board/quad100hd/nand.c
 create mode 100644 board/quad100hd/quad100hd.c
 create mode 100644 board/quad100hd/u-boot.lds
 create mode 100644 include/configs/quad100hd.h

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2008-06-03 18:41 Stefan Roese
  0 siblings, 0 replies; 128+ messages in thread
From: Stefan Roese @ 2008-06-03 18:41 UTC (permalink / raw)
  To: u-boot

The following changes since commit 10a3367955bc2033b288915f8f10d0e507fe2fa1:
  Stefan Roese (1):
        Merge branch 'master' of /home/stefan/git/u-boot/u-boot

are available in the git repository at:

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

Grant Erickson (3):
      PPC4xx: Simplified post_word_{load, store}
      ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
      ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling

Kenneth Johansson (1):
      Remove shell variable UNDEF_SYM.

Matthias Fuchs (1):
      ppc4xx: Cleanup CPCI405 variant's config file

Stefan Roese (8):
      ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
      ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1
      ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2
      ppc4xx: Change Kilauea to use the common DDR2 init function
      ppc4xx: Fix common ECC generation code for 440GP style platforms
      ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code
      ppc4xx: Remove superfluous dram_init() call or replace it by initdram()
      ppc4xx: Remove implementations of testdram()

 board/amcc/acadia/memory.c               |   15 -
 board/amcc/bamboo/bamboo.c               |   67 --
 board/amcc/bubinga/bubinga.c             |   16 -
 board/amcc/canyonlands/canyonlands.c     |   38 -
 board/amcc/ebony/ebony.c                 |   30 -
 board/amcc/katmai/katmai.c               |   30 -
 board/amcc/kilauea/Makefile              |    3 +-
 board/amcc/kilauea/init.S                |  154 ----
 board/amcc/kilauea/memory.c              |   79 --
 board/amcc/luan/luan.c                   |   44 --
 board/amcc/makalu/Makefile               |    2 +-
 board/amcc/makalu/init.S                 |  125 +----
 board/amcc/makalu/memory.c               |  188 -----
 board/amcc/ocotea/ocotea.c               |   30 -
 board/amcc/sequoia/sequoia.c             |   38 -
 board/amcc/taihu/taihu.c                 |   42 --
 board/amcc/taishan/taishan.c             |   30 -
 board/amcc/walnut/walnut.c               |   16 -
 board/amcc/yosemite/yosemite.c           |   52 +--
 board/amcc/yucca/yucca.c                 |   30 -
 board/amirix/ap1000/init.S               |    4 -
 board/cray/L1/init.S                     |   11 -
 board/csb272/csb272.c                    |    9 +
 board/csb472/csb472.c                    |    9 +
 board/eric/eric.c                        |    8 +
 board/esd/ar405/ar405.c                  |   22 -
 board/esd/canbt/canbt.c                  |   19 -
 board/exbitgen/exbitgen.c                |    9 +
 board/g2000/g2000.c                      |   35 -
 board/jse/init.S                         |   10 -
 board/lwmon5/lwmon5.c                    |   38 -
 board/ml2/init.S                         |    4 -
 board/mpl/mip405/init.S                  |   13 -
 board/mpl/pip405/init.S                  |   13 -
 board/netstal/hcu4/hcu4.c                |    9 -
 board/netstal/hcu5/sdram.c               |   26 +-
 board/netstal/mcu25/mcu25.c              |    9 -
 board/pcs440ep/pcs440ep.c                |   38 -
 board/prodrive/alpr/alpr.c               |   30 -
 board/w7o/w7o.c                          |    8 +
 board/xilinx/ml300/init.S                |    4 -
 board/zeus/zeus.c                        |   45 --
 cpu/ppc4xx/44x_spd_ddr.c                 |  200 +-----
 cpu/ppc4xx/44x_spd_ddr2.c                |  131 ++++-
 cpu/ppc4xx/Makefile                      |    1 +
 cpu/ppc4xx/commproc.c                    |   26 +-
 cpu/ppc4xx/cpu_init.c                    |   85 ---
 cpu/ppc4xx/ecc.c                         |  122 ++++
 cpu/ppc4xx/ecc.h                         |   69 ++
 cpu/ppc4xx/sdram.c                       |   54 +--
 cpu/ppc4xx/start.S                       |  522 ++++++++------
 cpu/ppc4xx/traps.c                       |    9 +-
 include/asm-ppc/ppc4xx-sdram.h           | 1156 ++++++++++++++++++++++++++++++
 include/asm-ppc/processor.h              |    6 +-
 include/configs/CPCI4052.h               |   38 -
 include/configs/CPCI405AB.h              |   22 -
 include/configs/CPCI405DT.h              |   33 -
 include/configs/alpr.h                   |    1 -
 include/configs/bamboo.h                 |    1 -
 include/configs/ebony.h                  |    1 -
 include/configs/katmai.h                 |    1 -
 include/configs/kilauea.h                |  116 +++-
 include/configs/luan.h                   |    1 -
 include/configs/makalu.h                 |  114 +++-
 include/configs/ocotea.h                 |    1 -
 include/configs/taishan.h                |    1 -
 include/configs/yucca.h                  |    1 -
 include/ppc405.h                         |  527 ++++----------
 include/ppc440.h                         |  896 -----------------------
 include/ppc4xx.h                         |   40 +
 nand_spl/board/amcc/acadia/Makefile      |    2 +-
 nand_spl/board/amcc/bamboo/Makefile      |    2 +-
 nand_spl/board/amcc/canyonlands/Makefile |    2 +-
 nand_spl/board/amcc/kilauea/Makefile     |   23 +-
 nand_spl/board/amcc/kilauea/config.mk    |    5 +-
 nand_spl/board/amcc/kilauea/u-boot.lds   |    1 -
 nand_spl/board/amcc/sequoia/Makefile     |    2 +-
 nand_spl/nand_boot.c                     |   11 +-
 78 files changed, 2277 insertions(+), 3348 deletions(-)
 delete mode 100644 board/amcc/kilauea/init.S
 delete mode 100644 board/amcc/kilauea/memory.c
 delete mode 100644 board/amcc/makalu/memory.c
 create mode 100644 cpu/ppc4xx/ecc.c
 create mode 100644 cpu/ppc4xx/ecc.h
 create mode 100644 include/asm-ppc/ppc4xx-sdram.h

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-05-21 15:42 Stefan Roese
@ 2008-06-04 22:05 ` Wolfgang Denk
  0 siblings, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2008-06-04 22:05 UTC (permalink / raw)
  To: u-boot

In message <200805211742.06390.sr@denx.de> you wrote:
> The following changes since commit 727f63334676e760877d43bfb8f0e9331ac8b101:
>   Hebbar (1):
>         common/usb.c: fix incorrect escape sequence
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> Gary Jennejohn (2):
>       ppc4xx: Add the Harris QUAD100HD AMCC 405EP-based board
>       ppc4xx: QUAD100HD: Allow the environment to be put into flash.
> 
> Stefan Roese (1):
>       Merge branch 'quad100hd'
> 
>  MAINTAINERS                 |    4 +
>  MAKEALL                     |    1 +
>  Makefile                    |    3 +
>  board/quad100hd/Makefile    |   51 ++++++++
>  board/quad100hd/config.mk   |   24 ++++
>  board/quad100hd/nand.c      |   79 ++++++++++++
>  board/quad100hd/quad100hd.c |   93 ++++++++++++++
>  board/quad100hd/u-boot.lds  |  133 +++++++++++++++++++
>  include/configs/quad100hd.h |  298 +++++++++++++++++++++++++++++++++++++++++++
>  9 files changed, 686 insertions(+), 0 deletions(-)
>  create mode 100644 board/quad100hd/Makefile
>  create mode 100644 board/quad100hd/config.mk
>  create mode 100644 board/quad100hd/nand.c
>  create mode 100644 board/quad100hd/quad100hd.c
>  create mode 100644 board/quad100hd/u-boot.lds
>  create mode 100644 include/configs/quad100hd.h

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
"You know, after a woman's raised a family and so on,  she  wants  to
start living her own life."   "Whose life she's _been_ living, then?"
                                  - Terry Pratchett, _Witches Abroad_

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2008-06-09  7:20 Stefan Roese
  2008-06-11 20:14 ` Wolfgang Denk
  0 siblings, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2008-06-09  7:20 UTC (permalink / raw)
  To: u-boot

The following changes since commit 10a3367955bc2033b288915f8f10d0e507fe2fa1:
  Stefan Roese (1):
        Merge branch 'master' of /home/stefan/git/u-boot/u-boot

are available in the git repository at:

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

Grant Erickson (3):
      PPC4xx: Simplified post_word_{load, store}
      ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
      ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling

Kenneth Johansson (1):
      Remove shell variable UNDEF_SYM.

Matthias Fuchs (1):
      ppc4xx: Cleanup CPCI405 variant's config file

Stefan Roese (13):
      ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
      ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1
      ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2
      ppc4xx: Change Kilauea to use the common DDR2 init function
      ppc4xx: Fix common ECC generation code for 440GP style platforms
      ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code
      ppc4xx: Remove superfluous dram_init() call or replace it by initdram()
      ppc4xx: Remove implementations of testdram()
      ppc4xx: Fix problem with SDRAM init in bamboo NAND booting port
      ppc4xx: Unify AMCC's board config files (part 1/3)
      ppc4xx: Unify AMCC's board config files (part 2/3)
      ppc4xx: Unify AMCC's board config files (part 3/3)
      ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options

 board/amcc/acadia/memory.c               |   15 -
 board/amcc/bamboo/bamboo.c               |   67 --
 board/amcc/bubinga/bubinga.c             |   16 -
 board/amcc/canyonlands/canyonlands.c     |   38 -
 board/amcc/ebony/ebony.c                 |   30 -
 board/amcc/katmai/katmai.c               |   30 -
 board/amcc/kilauea/Makefile              |    3 +-
 board/amcc/kilauea/init.S                |  154 ----
 board/amcc/kilauea/memory.c              |   79 --
 board/amcc/luan/luan.c                   |   44 --
 board/amcc/makalu/Makefile               |    2 +-
 board/amcc/makalu/init.S                 |  125 +----
 board/amcc/makalu/memory.c               |  188 -----
 board/amcc/ocotea/ocotea.c               |   30 -
 board/amcc/sequoia/config.mk             |    4 +
 board/amcc/sequoia/sequoia.c             |   38 -
 board/amcc/taihu/taihu.c                 |   42 --
 board/amcc/taishan/taishan.c             |   30 -
 board/amcc/walnut/walnut.c               |   16 -
 board/amcc/yosemite/yosemite.c           |   52 +--
 board/amcc/yucca/yucca.c                 |   30 -
 board/amirix/ap1000/init.S               |    4 -
 board/cray/L1/init.S                     |   11 -
 board/csb272/csb272.c                    |    9 +
 board/csb472/csb472.c                    |    9 +
 board/eric/eric.c                        |    8 +
 board/esd/ar405/ar405.c                  |   22 -
 board/esd/canbt/canbt.c                  |   19 -
 board/exbitgen/exbitgen.c                |    9 +
 board/g2000/g2000.c                      |   35 -
 board/jse/init.S                         |   10 -
 board/lwmon5/lwmon5.c                    |   38 -
 board/ml2/init.S                         |    4 -
 board/mpl/mip405/init.S                  |   13 -
 board/mpl/pip405/init.S                  |   13 -
 board/netstal/hcu4/hcu4.c                |    9 -
 board/netstal/hcu5/sdram.c               |   26 +-
 board/netstal/mcu25/mcu25.c              |    9 -
 board/pcs440ep/pcs440ep.c                |   38 -
 board/prodrive/alpr/alpr.c               |   30 -
 board/w7o/w7o.c                          |    8 +
 board/xilinx/ml300/init.S                |    4 -
 board/zeus/zeus.c                        |   45 --
 cpu/ppc4xx/44x_spd_ddr.c                 |  200 +-----
 cpu/ppc4xx/44x_spd_ddr2.c                |  131 ++++-
 cpu/ppc4xx/4xx_uart.c                    |   10 +-
 cpu/ppc4xx/Makefile                      |    1 +
 cpu/ppc4xx/commproc.c                    |   26 +-
 cpu/ppc4xx/cpu_init.c                    |   85 ---
 cpu/ppc4xx/ecc.c                         |  122 ++++
 cpu/ppc4xx/ecc.h                         |   69 ++
 cpu/ppc4xx/sdram.c                       |   54 +--
 cpu/ppc4xx/start.S                       |  522 ++++++++------
 cpu/ppc4xx/traps.c                       |    9 +-
 include/asm-ppc/ppc4xx-sdram.h           | 1156 ++++++++++++++++++++++++++++++
 include/asm-ppc/processor.h              |    6 +-
 include/configs/CPCI4052.h               |   38 -
 include/configs/CPCI405AB.h              |   22 -
 include/configs/CPCI405DT.h              |   33 -
 include/configs/acadia.h                 |  169 +----
 include/configs/alpr.h                   |    1 -
 include/configs/amcc-common.h            |  259 +++++++
 include/configs/bamboo.h                 |  169 +----
 include/configs/bubinga.h                |  150 +----
 include/configs/canyonlands.h            |  173 +----
 include/configs/ebony.h                  |  152 +----
 include/configs/katmai.h                 |  163 +----
 include/configs/kilauea.h                |  276 +++-----
 include/configs/luan.h                   |  148 +----
 include/configs/makalu.h                 |  272 +++----
 include/configs/ocotea.h                 |  152 +----
 include/configs/sequoia.h                |  173 +----
 include/configs/taihu.h                  |  146 +----
 include/configs/taishan.h                |  161 +----
 include/configs/walnut.h                 |  155 +----
 include/configs/yosemite.h               |  164 +----
 include/configs/yucca.h                  |  152 +----
 include/ppc405.h                         |  527 ++++----------
 include/ppc440.h                         |  896 -----------------------
 include/ppc4xx.h                         |   40 +
 nand_spl/board/amcc/acadia/Makefile      |    2 +-
 nand_spl/board/amcc/bamboo/Makefile      |    2 +-
 nand_spl/board/amcc/bamboo/sdram.c       |   10 +-
 nand_spl/board/amcc/canyonlands/Makefile |    2 +-
 nand_spl/board/amcc/kilauea/Makefile     |   23 +-
 nand_spl/board/amcc/kilauea/config.mk    |    5 +-
 nand_spl/board/amcc/kilauea/u-boot.lds   |    1 -
 nand_spl/board/amcc/sequoia/Makefile     |    2 +-
 nand_spl/nand_boot.c                     |   11 +-
 post/cpu/ppc4xx/uart.c                   |   10 +-
 90 files changed, 2793 insertions(+), 5663 deletions(-)
 delete mode 100644 board/amcc/kilauea/init.S
 delete mode 100644 board/amcc/kilauea/memory.c
 delete mode 100644 board/amcc/makalu/memory.c
 create mode 100644 cpu/ppc4xx/ecc.c
 create mode 100644 cpu/ppc4xx/ecc.h
 create mode 100644 include/asm-ppc/ppc4xx-sdram.h
 create mode 100644 include/configs/amcc-common.h

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-06-09  7:20 Stefan Roese
@ 2008-06-11 20:14 ` Wolfgang Denk
  0 siblings, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2008-06-11 20:14 UTC (permalink / raw)
  To: u-boot

In message <200806090920.53472.sr@denx.de> you wrote:
> The following changes since commit 10a3367955bc2033b288915f8f10d0e507fe2fa1:
>   Stefan Roese (1):
>         Merge branch 'master' of /home/stefan/git/u-boot/u-boot
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> Grant Erickson (3):
>       PPC4xx: Simplified post_word_{load, store}
>       ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
>       ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
> 
> Kenneth Johansson (1):
>       Remove shell variable UNDEF_SYM.
> 
> Matthias Fuchs (1):
>       ppc4xx: Cleanup CPCI405 variant's config file
> 
> Stefan Roese (13):
>       ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
>       ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1
>       ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2
>       ppc4xx: Change Kilauea to use the common DDR2 init function
>       ppc4xx: Fix common ECC generation code for 440GP style platforms
>       ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code
>       ppc4xx: Remove superfluous dram_init() call or replace it by initdram()
>       ppc4xx: Remove implementations of testdram()
>       ppc4xx: Fix problem with SDRAM init in bamboo NAND booting port
>       ppc4xx: Unify AMCC's board config files (part 1/3)
>       ppc4xx: Unify AMCC's board config files (part 2/3)
>       ppc4xx: Unify AMCC's board config files (part 3/3)
>       ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options
> 
>  board/amcc/acadia/memory.c               |   15 -
>  board/amcc/bamboo/bamboo.c               |   67 --
>  board/amcc/bubinga/bubinga.c             |   16 -
>  board/amcc/canyonlands/canyonlands.c     |   38 -
>  board/amcc/ebony/ebony.c                 |   30 -
>  board/amcc/katmai/katmai.c               |   30 -
>  board/amcc/kilauea/Makefile              |    3 +-
>  board/amcc/kilauea/init.S                |  154 ----
>  board/amcc/kilauea/memory.c              |   79 --
>  board/amcc/luan/luan.c                   |   44 --
>  board/amcc/makalu/Makefile               |    2 +-
>  board/amcc/makalu/init.S                 |  125 +----
>  board/amcc/makalu/memory.c               |  188 -----
>  board/amcc/ocotea/ocotea.c               |   30 -
>  board/amcc/sequoia/config.mk             |    4 +
>  board/amcc/sequoia/sequoia.c             |   38 -
>  board/amcc/taihu/taihu.c                 |   42 --
>  board/amcc/taishan/taishan.c             |   30 -
>  board/amcc/walnut/walnut.c               |   16 -
>  board/amcc/yosemite/yosemite.c           |   52 +--
>  board/amcc/yucca/yucca.c                 |   30 -
>  board/amirix/ap1000/init.S               |    4 -
>  board/cray/L1/init.S                     |   11 -
>  board/csb272/csb272.c                    |    9 +
>  board/csb472/csb472.c                    |    9 +
>  board/eric/eric.c                        |    8 +
>  board/esd/ar405/ar405.c                  |   22 -
>  board/esd/canbt/canbt.c                  |   19 -
>  board/exbitgen/exbitgen.c                |    9 +
>  board/g2000/g2000.c                      |   35 -
>  board/jse/init.S                         |   10 -
>  board/lwmon5/lwmon5.c                    |   38 -
>  board/ml2/init.S                         |    4 -
>  board/mpl/mip405/init.S                  |   13 -
>  board/mpl/pip405/init.S                  |   13 -
>  board/netstal/hcu4/hcu4.c                |    9 -
>  board/netstal/hcu5/sdram.c               |   26 +-
>  board/netstal/mcu25/mcu25.c              |    9 -
>  board/pcs440ep/pcs440ep.c                |   38 -
>  board/prodrive/alpr/alpr.c               |   30 -
>  board/w7o/w7o.c                          |    8 +
>  board/xilinx/ml300/init.S                |    4 -
>  board/zeus/zeus.c                        |   45 --
>  cpu/ppc4xx/44x_spd_ddr.c                 |  200 +-----
>  cpu/ppc4xx/44x_spd_ddr2.c                |  131 ++++-
>  cpu/ppc4xx/4xx_uart.c                    |   10 +-
>  cpu/ppc4xx/Makefile                      |    1 +
>  cpu/ppc4xx/commproc.c                    |   26 +-
>  cpu/ppc4xx/cpu_init.c                    |   85 ---
>  cpu/ppc4xx/ecc.c                         |  122 ++++
>  cpu/ppc4xx/ecc.h                         |   69 ++
>  cpu/ppc4xx/sdram.c                       |   54 +--
>  cpu/ppc4xx/start.S                       |  522 ++++++++------
>  cpu/ppc4xx/traps.c                       |    9 +-
>  include/asm-ppc/ppc4xx-sdram.h           | 1156 ++++++++++++++++++++++++++++++
>  include/asm-ppc/processor.h              |    6 +-
>  include/configs/CPCI4052.h               |   38 -
>  include/configs/CPCI405AB.h              |   22 -
>  include/configs/CPCI405DT.h              |   33 -
>  include/configs/acadia.h                 |  169 +----
>  include/configs/alpr.h                   |    1 -
>  include/configs/amcc-common.h            |  259 +++++++
>  include/configs/bamboo.h                 |  169 +----
>  include/configs/bubinga.h                |  150 +----
>  include/configs/canyonlands.h            |  173 +----
>  include/configs/ebony.h                  |  152 +----
>  include/configs/katmai.h                 |  163 +----
>  include/configs/kilauea.h                |  276 +++-----
>  include/configs/luan.h                   |  148 +----
>  include/configs/makalu.h                 |  272 +++----
>  include/configs/ocotea.h                 |  152 +----
>  include/configs/sequoia.h                |  173 +----
>  include/configs/taihu.h                  |  146 +----
>  include/configs/taishan.h                |  161 +----
>  include/configs/walnut.h                 |  155 +----
>  include/configs/yosemite.h               |  164 +----
>  include/configs/yucca.h                  |  152 +----
>  include/ppc405.h                         |  527 ++++----------
>  include/ppc440.h                         |  896 -----------------------
>  include/ppc4xx.h                         |   40 +
>  nand_spl/board/amcc/acadia/Makefile      |    2 +-
>  nand_spl/board/amcc/bamboo/Makefile      |    2 +-
>  nand_spl/board/amcc/bamboo/sdram.c       |   10 +-
>  nand_spl/board/amcc/canyonlands/Makefile |    2 +-
>  nand_spl/board/amcc/kilauea/Makefile     |   23 +-
>  nand_spl/board/amcc/kilauea/config.mk    |    5 +-
>  nand_spl/board/amcc/kilauea/u-boot.lds   |    1 -
>  nand_spl/board/amcc/sequoia/Makefile     |    2 +-
>  nand_spl/nand_boot.c                     |   11 +-
>  post/cpu/ppc4xx/uart.c                   |   10 +-
>  90 files changed, 2793 insertions(+), 5663 deletions(-)
>  delete mode 100644 board/amcc/kilauea/init.S
>  delete mode 100644 board/amcc/kilauea/memory.c
>  delete mode 100644 board/amcc/makalu/memory.c
>  create mode 100644 cpu/ppc4xx/ecc.c
>  create mode 100644 cpu/ppc4xx/ecc.h
>  create mode 100644 include/asm-ppc/ppc4xx-sdram.h
>  create mode 100644 include/configs/amcc-common.h

Applied, 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
As far as the laws of mathematics refer to reality, they are not cer-
tain, and as far as they are certain, they do not refer  to  reality.
                                                   -- Albert Einstein

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2008-06-12 13:52 Stefan Roese
  2008-06-19 20:58 ` Wolfgang Denk
  0 siblings, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2008-06-12 13:52 UTC (permalink / raw)
  To: u-boot

The following changes since commit a94f22f08f280905926219e568568964cb9eeb9d:
  Andy Fleming (1):
        Fix build issue with string.h and linux/string.h

are available in the git repository at:

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

Stefan Roese (1):
      ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output

 board/amcc/canyonlands/canyonlands.c |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-06-12 13:52 Stefan Roese
@ 2008-06-19 20:58 ` Wolfgang Denk
  0 siblings, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2008-06-19 20:58 UTC (permalink / raw)
  To: u-boot

In message <200806121552.31531.sr@denx.de> you wrote:
> The following changes since commit a94f22f08f280905926219e568568964cb9eeb9d:
>   Andy Fleming (1):
>         Fix build issue with string.h and linux/string.h
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> Stefan Roese (1):
>       ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output
> 
>  board/amcc/canyonlands/canyonlands.c |   11 +++++++++++
>  1 files changed, 11 insertions(+), 0 deletions(-)

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
A student of  probability  soon  realizes  that  by  its  nature  the
billion-to-one  chance  crops  up nine times out of ten, and that the
greatest odds boil down to a double-sided statement: it will  happen,
or it will not.         - Terry Pratchett, _The Dark Side of the Sun_

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2008-06-28 12:12 Stefan Roese
  0 siblings, 0 replies; 128+ messages in thread
From: Stefan Roese @ 2008-06-28 12:12 UTC (permalink / raw)
  To: u-boot

The following changes since commit 914f58c5766860373a7d232e961cee5a4b54a55b:
  Wolfgang Denk (1):
        Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash

are available in the git repository at:

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

Stefan Roese (2):
      ppc4xx: Fix problem in gpio_config()
      ppc4xx: Fix compilation problems with phys_size_t

 board/amirix/ap1000/serial.c |    1 +
 board/exbitgen/exbitgen.c    |    1 +
 board/exbitgen/flash.c       |    1 +
 board/ml2/serial.c           |    1 +
 board/xilinx/ml300/serial.c  |    1 +
 cpu/ppc4xx/gpio.c            |    4 ++--
 6 files changed, 7 insertions(+), 2 deletions(-)

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2008-06-30 13:28 Stefan Roese
  2008-06-30 14:01 ` Detlev Zundel
  0 siblings, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2008-06-30 13:28 UTC (permalink / raw)
  To: u-boot

The following changes since commit 914f58c5766860373a7d232e961cee5a4b54a55b:
  Wolfgang Denk (1):
        Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash

are available in the git repository at:

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

Stefan Roese (3):
      ppc4xx: Fix problem in gpio_config()
      ppc4xx: Fix compilation problems with phys_size_t
      ppc4xx: Fix 460EX errata with CPU lockup upon high AHB traffic

 board/amirix/ap1000/serial.c |    1 +
 board/exbitgen/exbitgen.c    |    1 +
 board/exbitgen/flash.c       |    1 +
 board/ml2/serial.c           |    1 +
 board/xilinx/ml300/serial.c  |    1 +
 cpu/ppc4xx/cpu_init.c        |   20 ++++++++++++++++++--
 cpu/ppc4xx/gpio.c            |    4 ++--
 include/ppc440.h             |    2 ++
 8 files changed, 27 insertions(+), 4 deletions(-)

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-06-30 13:28 Stefan Roese
@ 2008-06-30 14:01 ` Detlev Zundel
  0 siblings, 0 replies; 128+ messages in thread
From: Detlev Zundel @ 2008-06-30 14:01 UTC (permalink / raw)
  To: u-boot

Hi Stefan,

> The following changes since commit 914f58c5766860373a7d232e961cee5a4b54a55b:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash
>
> are available in the git repository at:
>
>   git://www.denx.de/git/u-boot-ppc4xx.git master
>
> Stefan Roese (3):
>       ppc4xx: Fix problem in gpio_config()
>       ppc4xx: Fix compilation problems with phys_size_t
>       ppc4xx: Fix 460EX errata with CPU lockup upon high AHB traffic
>
>  board/amirix/ap1000/serial.c |    1 +
>  board/exbitgen/exbitgen.c    |    1 +
>  board/exbitgen/flash.c       |    1 +
>  board/ml2/serial.c           |    1 +
>  board/xilinx/ml300/serial.c  |    1 +
>  cpu/ppc4xx/cpu_init.c        |   20 ++++++++++++++++++--
>  cpu/ppc4xx/gpio.c            |    4 ++--
>  include/ppc440.h             |    2 ++
>  8 files changed, 27 insertions(+), 4 deletions(-)

Thanks merged.

Cheers
  Detlev

-- 
The difference between men and boys is the price of their toys.
--
DENX Software Engineering GmbH,      MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu at denx.de

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2008-07-10  8:17 Stefan Roese
  2008-07-10  8:51 ` Wolfgang Denk
  0 siblings, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2008-07-10  8:17 UTC (permalink / raw)
  To: u-boot

The following changes since commit ac5ba41c2234dd513ed2c879914e964cc05a0135:
  Stefan Roese (1):
        Merge branch 'master' of /home/stefan/git/u-boot/u-boot

are available in the git repository at:

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

Larry Johnson (2):
      ppc4xx: Update and add FDT to Korat board support
      ppc4xx: Remove implementation of testdram() from Korat board support

Stefan Roese (2):
      ppc4xx: Enable support for > 2GB SDRAM on AMCC Katmai
      ppc4xx: Fix printf format warnings now visible with the updated format check

 board/amcc/katmai/cmd_katmai.c |    4 +-
 board/esd/du440/du440.c        |    4 +-
 board/korat/korat.c            |   74 ++++++++++++++++++++--------------------
 board/lwmon5/sdram.c           |    2 +-
 board/zeus/zeus.c              |    2 +-
 cpu/ppc4xx/44x_spd_ddr2.c      |   64 ++++++++++++++++++++++++++--------
 cpu/ppc4xx/4xx_enet.c          |    2 +-
 cpu/ppc4xx/denali_spd_ddr2.c   |    8 ++--
 cpu/ppc4xx/tlb.c               |    4 +-
 cpu/ppc4xx/traps.c             |   26 +++++++-------
 include/asm-ppc/ppc4xx-sdram.h |    4 +-
 include/configs/katmai.h       |    7 ++++
 include/configs/korat.h        |   11 ++++--
 13 files changed, 128 insertions(+), 84 deletions(-)

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-07-10  8:17 Stefan Roese
@ 2008-07-10  8:51 ` Wolfgang Denk
  0 siblings, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2008-07-10  8:51 UTC (permalink / raw)
  To: u-boot

In message <200807101017.33908.sr@denx.de> you wrote:
> The following changes since commit ac5ba41c2234dd513ed2c879914e964cc05a0135:
>   Stefan Roese (1):
>         Merge branch 'master' of /home/stefan/git/u-boot/u-boot
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> Larry Johnson (2):
>       ppc4xx: Update and add FDT to Korat board support
>       ppc4xx: Remove implementation of testdram() from Korat board support
> 
> Stefan Roese (2):
>       ppc4xx: Enable support for > 2GB SDRAM on AMCC Katmai
>       ppc4xx: Fix printf format warnings now visible with the updated format check
> 
>  board/amcc/katmai/cmd_katmai.c |    4 +-
>  board/esd/du440/du440.c        |    4 +-
>  board/korat/korat.c            |   74 ++++++++++++++++++++--------------------
>  board/lwmon5/sdram.c           |    2 +-
>  board/zeus/zeus.c              |    2 +-
>  cpu/ppc4xx/44x_spd_ddr2.c      |   64 ++++++++++++++++++++++++++--------
>  cpu/ppc4xx/4xx_enet.c          |    2 +-
>  cpu/ppc4xx/denali_spd_ddr2.c   |    8 ++--
>  cpu/ppc4xx/tlb.c               |    4 +-
>  cpu/ppc4xx/traps.c             |   26 +++++++-------
>  include/asm-ppc/ppc4xx-sdram.h |    4 +-
>  include/configs/katmai.h       |    7 ++++
>  include/configs/korat.h        |   11 ++++--
>  13 files changed, 128 insertions(+), 84 deletions(-)

Done. and thanks a lot for all the cleanup.

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
Immortality consists largely of boredom.
	-- Zefrem Cochrane, "Metamorphosis", stardate 3219.8

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2008-07-11 13:10 Stefan Roese
  2008-07-13 12:43 ` Wolfgang Denk
  0 siblings, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2008-07-11 13:10 UTC (permalink / raw)
  To: u-boot

The following changes since commit 9b55a2536919f4de1bb1044e6eb8262c2f53bc96:
  Wolfgang Denk (1):
        Fix some more print() format errors.

are available in the git repository at:

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

Stefan Roese (1):
      ppc4xx: Fix include sequence in 4xx_pcie.c

 cpu/ppc4xx/4xx_pcie.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-07-11 13:10 Stefan Roese
@ 2008-07-13 12:43 ` Wolfgang Denk
  0 siblings, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2008-07-13 12:43 UTC (permalink / raw)
  To: u-boot

In message <200807111510.01846.sr@denx.de> you wrote:
> The following changes since commit 9b55a2536919f4de1bb1044e6eb8262c2f53bc96:
>   Wolfgang Denk (1):
>         Fix some more print() format errors.
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> Stefan Roese (1):
>       ppc4xx: Fix include sequence in 4xx_pcie.c

Applied, 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
How many QA engineers does it take to screw in a lightbulb? 3:  1  to
screw it in and 2 to say "I told you so" when it doesn't work.

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2008-07-18 14:04 Stefan Roese
  2008-07-20 20:56 ` Wolfgang Denk
  0 siblings, 1 reply; 128+ messages in thread
From: Stefan Roese @ 2008-07-18 14:04 UTC (permalink / raw)
  To: u-boot

The following changes since commit 699f05125509249072a0b865c8d35520d97cd501:
  Wolfgang Denk (1):
        Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile

are available in the git repository at:

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

Stefan Roese (2):
      ppc4xx: Fix incorrect MODTx setup for some DIMM configurations
      ppc4xx: Enable 64bit printf format on 440/460 platforms

 cpu/ppc4xx/44x_spd_ddr2.c |   24 ++++++++++++------------
 include/ppc4xx.h          |    6 ++++++
 2 files changed, 18 insertions(+), 12 deletions(-)

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

* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
  2008-07-18 14:04 [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
@ 2008-07-20 20:56 ` Wolfgang Denk
  0 siblings, 0 replies; 128+ messages in thread
From: Wolfgang Denk @ 2008-07-20 20:56 UTC (permalink / raw)
  To: u-boot

In message <200807181604.24448.sr@denx.de> you wrote:
> The following changes since commit 699f05125509249072a0b865c8d35520d97cd501:
>   Wolfgang Denk (1):
>         Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> Stefan Roese (2):
>       ppc4xx: Fix incorrect MODTx setup for some DIMM configurations
>       ppc4xx: Enable 64bit printf format on 440/460 platforms
> 
>  cpu/ppc4xx/44x_spd_ddr2.c |   24 ++++++++++++------------
>  include/ppc4xx.h          |    6 ++++++
>  2 files changed, 18 insertions(+), 12 deletions(-)

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
"Probably the best operating system in the world  is  the  [operating
system] made for the PDP-11 by Bell Laboratories."
                                           - Ted Nelson, October 1977

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

end of thread, other threads:[~2008-07-20 20:56 UTC | newest]

Thread overview: 128+ 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 --
2008-07-18 14:04 [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
2008-07-20 20:56 ` Wolfgang Denk
2008-07-11 13:10 Stefan Roese
2008-07-13 12:43 ` Wolfgang Denk
2008-07-10  8:17 Stefan Roese
2008-07-10  8:51 ` Wolfgang Denk
2008-06-30 13:28 Stefan Roese
2008-06-30 14:01 ` Detlev Zundel
2008-06-28 12:12 Stefan Roese
2008-06-12 13:52 Stefan Roese
2008-06-19 20:58 ` Wolfgang Denk
2008-06-09  7:20 Stefan Roese
2008-06-11 20:14 ` Wolfgang Denk
2008-06-03 18:41 Stefan Roese
2008-05-21 15:42 Stefan Roese
2008-06-04 22:05 ` Wolfgang Denk
2008-05-19  5:30 Stefan Roese
2008-05-19  7:45 ` Wolfgang Denk
2008-05-16 19:09 Stefan Roese
2008-05-18 20:27 ` Wolfgang Denk
2008-05-14 11:45 Stefan Roese
2008-05-14 12:09 ` Wolfgang Denk
2008-05-10  8:40 Stefan Roese
2008-05-11 23:03 ` Wolfgang Denk
2008-05-08 14:39 Stefan Roese
2008-05-09 22:23 ` Wolfgang Denk
2008-04-30 14:14 Stefan Roese
2008-05-03 18:47 ` Wolfgang Denk
2008-04-29 17:14 Stefan Roese
2008-04-29 18:07 ` Wolfgang Denk
2007-11-13  7:23 [U-Boot-Users] [PPC4xx] " Stefan Roese
2007-11-17  0:36 ` Wolfgang Denk
2007-04-23 12:32 [U-Boot-Users] [MPC82xx] Fixes for MPC8272 Wolfgang Denk
2007-04-23 13:16 ` [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-nand-flash.git Stefan Roese
2007-05-18  9:21   ` [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
2007-05-24  9:12     ` Stefan Roese
2007-06-01 14:27       ` Stefan Roese
2007-06-06  9:50         ` Stefan Roese
2007-06-19 15:49           ` Stefan Roese
2007-06-20 16:15             ` Wolfgang Denk
2007-06-22  1:09             ` Kim Phillips
2007-06-22  5:41               ` Stefan Roese
2007-06-22 14:18                 ` Stefan Roese
2007-06-22 15:34                   ` Kim Phillips
2007-06-22 15:05             ` Stefan Roese
2007-08-02  6:47             ` Stefan Roese
2007-08-14 14:39               ` Stefan Roese
2007-08-14 18:38                 ` Wolfgang Denk
2007-08-16 17:53                 ` Stefan Roese
2007-08-18 19:37                   ` Wolfgang Denk
2007-08-28 13:12                   ` Stefan Roese
2007-08-28 22:54                     ` Wolfgang Denk
2007-09-02 12:05                     ` Stefan Roese
2007-09-06 22:07                       ` Wolfgang Denk
2007-09-27 11:59                       ` Stefan Roese
2007-10-02  9:47                         ` Stefan Roese
2007-10-02 17:57                           ` Wolfgang Denk
2007-10-15  9:57                 ` Stefan Roese
2007-10-15 10:56                   ` Wolfgang Denk
2007-10-18  5:59                   ` Stefan Roese
2007-10-18 20:03                     ` Wolfgang Denk
2007-12-17 14:56 ` [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git Stefan Roese
2007-12-31  6:36   ` Stefan Roese
2007-12-31  7:13     ` [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
2007-12-31 13:59       ` gvb.uboot
2008-01-02 11:41       ` Wolfgang Denk
2008-01-04 11:08       ` Stefan Roese
2008-01-05  9:21         ` Stefan Roese
2008-01-08 12:42           ` Wolfgang Denk
2008-01-09 10:01           ` Stefan Roese
2008-01-09 10:24             ` Wolfgang Denk
2008-01-09 18:38             ` Larry Johnson
2008-01-09 18:59               ` Stefan Roese
2008-01-09 19:05               ` Jerry Van Baren
2008-02-14 10:55             ` Stefan Roese
2008-02-14 23:23               ` Wolfgang Denk
2008-02-16  6:11               ` Stefan Roese
2008-02-16 22:59                 ` Wolfgang Denk
2008-02-25 15:52                 ` Stefan Roese
2008-03-02 20:30                   ` Wolfgang Denk
2008-03-07  8:23                   ` Stefan Roese
2008-03-08  9:52                     ` Wolfgang Denk
2008-03-15  7:00                     ` Stefan Roese
2008-03-15 23:42                       ` Wolfgang Denk
2008-03-27 10:30                       ` Stefan Roese
2008-03-31 10:28                         ` Stefan Roese
2008-04-07 21:54                           ` Wolfgang Denk
2008-04-09 10:58                           ` Stefan Roese
2008-04-11 14:49                             ` Stefan Roese
2008-04-13 17:17                               ` Wolfgang Denk
2008-04-18 15:02                               ` Stefan Roese
2008-04-22 13:51                                 ` Stefan Roese
2008-04-22 15:28                                   ` Wolfgang Denk
2008-04-25 11:40                                   ` Stefan Roese
2008-04-25 22:06                                     ` Wolfgang Denk
2008-04-13 17:17                             ` Wolfgang Denk
2008-01-11 15:14       ` Stefan Roese
2008-01-11 23:16         ` Wolfgang Denk
2008-01-17 15:07           ` Stefan Roese
2008-01-23 13:20             ` Wolfgang Denk
2008-01-14  9:11         ` Stefan Roese
2008-01-14  9:53           ` Wolfgang Denk
2007-03-24 15:03 [U-Boot-Users] [PPC4xx] " Stefan Roese
2007-03-21 14:03 Stefan Roese
2007-03-21 22:28 ` Wolfgang Denk
2007-03-22  6:19   ` Stefan Roese
2007-03-22 15:57     ` Timur Tabi
2007-03-22 16:11       ` Stefan Roese
2007-03-16 20:18 Stefan Roese
2007-03-16 21:29 ` Wolfgang Denk
2007-03-08 22:03 Stefan Roese
2007-03-08 22:11 ` Wolfgang Denk
2007-03-08  9:35 Stefan Roese
2007-03-08 10:46 ` Wolfgang Denk
2007-03-08 14:50 ` Sam Song
2007-03-08 15:00   ` Stefan Roese
2007-03-08 15:27     ` Sam Song
2007-03-08 16:55     ` Wolfgang Denk
2007-03-07 20:17 Stefan Roese
2007-03-07 21:00 ` Wolfgang Denk
2007-03-31 11:52 ` Stefan Roese
2007-04-04  0:19   ` Wolfgang Denk
2007-04-18 10:19     ` Stefan Roese
2007-04-18 14:20       ` Wolfgang Denk

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