All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] [U-boot-Users][GIT PULL] Please pull coldfire tree
@ 2007-10-26 21:29 Liew Tsi Chung-r5aahp
  2007-11-01 21:59 ` Wolfgang Denk
  2007-11-15 17:43 ` Liew Tsi Chung
  0 siblings, 2 replies; 16+ messages in thread
From: Liew Tsi Chung-r5aahp @ 2007-10-26 21:29 UTC (permalink / raw)
  To: u-boot

Wolfgang,

The following changes since commit
5441f61a3d8b7034f19fc1361183e936198e6dbb:
  Detlev Zundel (1):
        Fix two typos.

are available in the git repository at:

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

TsiChungLiew (5):
      ColdFire 5282: Fix external flash boot and return dramsize
      ColdFire 5253: Assign correct SDRAM size
      ColdFire 5329: Assign correct SDRAM size and fix cache
      ColdFire: Fix build error when CONFIG_WATCHDOG is defined
      ColdFire 54455: Fix correct boot location for atmel and intel

 Makefile                            |    4 +++
 board/freescale/m54455evb/config.mk |    4 ++-
 board/m5282evb/m5282evb.c           |    1 +
 cpu/mcf52x2/start.S                 |    6 ++++-
 cpu/mcf532x/start.S                 |    4 +-
 include/configs/M5253EVBE.h         |    2 +-
 include/configs/M5282EVB.h          |    2 +-
 include/configs/M5329EVB.h          |    2 +-
 include/configs/M54455EVB.h         |   36
+++++++++++++++++++---------------
 lib_m68k/m68k_linux.c               |    3 ++
 10 files changed, 41 insertions(+), 23 deletions(-)

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

* [U-Boot-Users] [U-boot-Users][GIT PULL] Please pull coldfire tree
  2007-10-26 21:29 [U-Boot-Users] [U-boot-Users][GIT PULL] Please pull coldfire tree Liew Tsi Chung-r5aahp
@ 2007-11-01 21:59 ` Wolfgang Denk
  2007-11-15 17:43 ` Liew Tsi Chung
  1 sibling, 0 replies; 16+ messages in thread
From: Wolfgang Denk @ 2007-11-01 21:59 UTC (permalink / raw)
  To: u-boot

In message <4791E710007FEB4BBF83775D787F462F04CBD202@az33exm22.fsl.freescale.net> you wrote:
> 
> The following changes since commit
> 5441f61a3d8b7034f19fc1361183e936198e6dbb:
>   Detlev Zundel (1):
>         Fix two typos.
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-coldfire.git
> 
> TsiChungLiew (5):
>       ColdFire 5282: Fix external flash boot and return dramsize
>       ColdFire 5253: Assign correct SDRAM size
>       ColdFire 5329: Assign correct SDRAM size and fix cache
>       ColdFire: Fix build error when CONFIG_WATCHDOG is defined
>       ColdFire 54455: Fix correct boot location for atmel and intel
> 
>  Makefile                            |    4 +++
>  board/freescale/m54455evb/config.mk |    4 ++-
>  board/m5282evb/m5282evb.c           |    1 +
>  cpu/mcf52x2/start.S                 |    6 ++++-
>  cpu/mcf532x/start.S                 |    4 +-
>  include/configs/M5253EVBE.h         |    2 +-
>  include/configs/M5282EVB.h          |    2 +-
>  include/configs/M5329EVB.h          |    2 +-
>  include/configs/M54455EVB.h         |   36
> +++++++++++++++++++---------------
>  lib_m68k/m68k_linux.c               |    3 ++
>  10 files changed, 41 insertions(+), 23 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
If you fail to plan, plan to fail.

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

* [U-Boot-Users] [U-boot-Users][GIT PULL] Please pull coldfire tree
  2007-10-26 21:29 [U-Boot-Users] [U-boot-Users][GIT PULL] Please pull coldfire tree Liew Tsi Chung-r5aahp
  2007-11-01 21:59 ` Wolfgang Denk
@ 2007-11-15 17:43 ` Liew Tsi Chung
  2007-11-17  1:29   ` Wolfgang Denk
  1 sibling, 1 reply; 16+ messages in thread
From: Liew Tsi Chung @ 2007-11-15 17:43 UTC (permalink / raw)
  To: u-boot

Wolfgang,

The following changes since commit
992742a5b09d9040adbd156fb90756af66ade310:
  Wolfgang Denk (1):
        Cleanup coding style; update CHANGELOG

are available in the git repository at:

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

TsiChungLiew (6):
      ColdFire: Update cpu flag for 4.2-xx compiler
      ColdFire: MCF532x - Update do_reset() using core reset
      ColdFire: MCF5445x - Update correct RAMBAR and missing linker
files
      ColdFire: MCF5329 - revert include/asm-m68k/m5329.h file mode
      ColdFire: MCF5329 - Add Reset structure to immap_5329.h
      ColdFire: MCF5329 - Remove reset registers from CCM

 board/freescale/m54455evb/u-boot.atm |  144
++++++++++++++++++++++++++++++++++
 board/freescale/m54455evb/u-boot.int |  141
+++++++++++++++++++++++++++++++++
 cpu/mcf523x/config.mk                |    4 +
 cpu/mcf52x2/config.mk                |   29 +++++++
 cpu/mcf532x/config.mk                |    4 +
 cpu/mcf532x/cpu.c                    |    8 +--
 cpu/mcf5445x/config.mk               |    4 +
 cpu/mcf5445x/start.S                 |    2 +-
 include/asm-m68k/immap_5329.h        |   29 ++++---
 include/asm-m68k/m5329.h             |   15 ++++
 include/asm-m68k/m5445x.h            |    4 +-
 11 files changed, 362 insertions(+), 22 deletions(-)
 create mode 100644 board/freescale/m54455evb/u-boot.atm
 create mode 100644 board/freescale/m54455evb/u-boot.int

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

* [U-Boot-Users] [U-boot-Users][GIT PULL] Please pull coldfire tree
  2007-11-15 17:43 ` Liew Tsi Chung
@ 2007-11-17  1:29   ` Wolfgang Denk
  0 siblings, 0 replies; 16+ messages in thread
From: Wolfgang Denk @ 2007-11-17  1:29 UTC (permalink / raw)
  To: u-boot

In message <4791E710007FEB4BBF83775D787F462F05118425@az33exm22.fsl.freescale.net> you wrote:
> Wolfgang,
> 
> The following changes since commit
> 992742a5b09d9040adbd156fb90756af66ade310:
>   Wolfgang Denk (1):
>         Cleanup coding style; update CHANGELOG
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-coldfire.git
> 
> TsiChungLiew (6):
>       ColdFire: Update cpu flag for 4.2-xx compiler
>       ColdFire: MCF532x - Update do_reset() using core reset
>       ColdFire: MCF5445x - Update correct RAMBAR and missing linker
> files
>       ColdFire: MCF5329 - revert include/asm-m68k/m5329.h file mode
>       ColdFire: MCF5329 - Add Reset structure to immap_5329.h
>       ColdFire: MCF5329 - Remove reset registers from CCM
> 
>  board/freescale/m54455evb/u-boot.atm |  144
> ++++++++++++++++++++++++++++++++++
>  board/freescale/m54455evb/u-boot.int |  141
> +++++++++++++++++++++++++++++++++
>  cpu/mcf523x/config.mk                |    4 +
>  cpu/mcf52x2/config.mk                |   29 +++++++
>  cpu/mcf532x/config.mk                |    4 +
>  cpu/mcf532x/cpu.c                    |    8 +--
>  cpu/mcf5445x/config.mk               |    4 +
>  cpu/mcf5445x/start.S                 |    2 +-
>  include/asm-m68k/immap_5329.h        |   29 ++++---
>  include/asm-m68k/m5329.h             |   15 ++++
>  include/asm-m68k/m5445x.h            |    4 +-
>  11 files changed, 362 insertions(+), 22 deletions(-)
>  create mode 100644 board/freescale/m54455evb/u-boot.atm
>  create mode 100644 board/freescale/m54455evb/u-boot.int

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
Misquotation is, in fact, the pride and privilege of the  learned.  A
widely-read  man  never  quotes  accurately,  for  the rather obvious
reason that he has read too widely.
                - Hesketh Pearson _Common Misquotations_ introduction

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

* [U-Boot-Users] [U-boot-Users][GIT PULL] Please pull coldfire tree
  2008-06-11 20:44 ` Wolfgang Denk
@ 2008-06-11 21:04   ` Ben Warren
  0 siblings, 0 replies; 16+ messages in thread
From: Ben Warren @ 2008-06-11 21:04 UTC (permalink / raw)
  To: u-boot

Wolfgang Denk wrote:
> In message <48483DCF.4020401@freescale.com> you wrote:
>   
>> Wolfgang,
>>
>> The following changes since commit 8155efbd7ae9c65564ca98affe94631d612ae088:
>>    Wolfgang Denk (1):
>>          Merge branch 'master' of ssh://mercury/home/wd/git/u-boot/master
>>
>> are available in the git repository at:
>>
>>    git+ssh://gu-coldfire at www.denx.de/u-boot.coldfire master
>>     
>
> Please switch to using git.denx.de ; the git and www servers  may  be
> separated soon.
>
>   
>> TsiChung Liew (3):
>>        ColdFire: Add 10 base ethernet support for mcf5445x
>>     
This is already checked in.  Commit ff36fbb2e7583fb808eef773f511489c7a9c2df3
>>        ColdFire: Add M5253DEMO platform support for mcf5253
>>        ColdFire: Fix warning messages by passing correct data type in 
>> board.c
>>     
>
>
> Sorry, this is causing a merge conflict  in  drivers/net/dm9000x.c  ;
> and  I  cannot decide which part is correct [and actually this should
> go through the net repo].
>
>
> Best regards,
>
> Wolfgang Denk
>
>   

regards,
Ben

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

* [U-Boot-Users] [U-boot-Users][GIT PULL] Please pull coldfire tree
  2008-06-05 19:26 John Rigby
@ 2008-06-11 20:44 ` Wolfgang Denk
  2008-06-11 21:04   ` Ben Warren
  0 siblings, 1 reply; 16+ messages in thread
From: Wolfgang Denk @ 2008-06-11 20:44 UTC (permalink / raw)
  To: u-boot

In message <48483DCF.4020401@freescale.com> you wrote:
> Wolfgang,
> 
> The following changes since commit 8155efbd7ae9c65564ca98affe94631d612ae088:
>    Wolfgang Denk (1):
>          Merge branch 'master' of ssh://mercury/home/wd/git/u-boot/master
> 
> are available in the git repository at:
> 
>    git+ssh://gu-coldfire at www.denx.de/u-boot.coldfire master

Please switch to using git.denx.de ; the git and www servers  may  be
separated soon.

> TsiChung Liew (3):
>        ColdFire: Add 10 base ethernet support for mcf5445x
>        ColdFire: Add M5253DEMO platform support for mcf5253
>        ColdFire: Fix warning messages by passing correct data type in 
> board.c


Sorry, this is causing a merge conflict  in  drivers/net/dm9000x.c  ;
and  I  cannot decide which part is correct [and actually this should
go through the net repo].


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 meeting is an event at which the minutes are kept and the hours are
lost.

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

* [U-Boot-Users] [U-boot-Users][GIT PULL] Please pull coldfire tree
@ 2008-06-05 19:26 John Rigby
  2008-06-11 20:44 ` Wolfgang Denk
  0 siblings, 1 reply; 16+ messages in thread
From: John Rigby @ 2008-06-05 19:26 UTC (permalink / raw)
  To: u-boot

Wolfgang,

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

are available in the git repository at:

   git+ssh://gu-coldfire at www.denx.de/u-boot.coldfire master

TsiChung Liew (3):
       ColdFire: Add 10 base ethernet support for mcf5445x
       ColdFire: Add M5253DEMO platform support for mcf5253
       ColdFire: Fix warning messages by passing correct data type in 
board.c

  Makefile                              |    3 +
  board/freescale/m5253demo/Makefile    |   44 +++
  board/freescale/m5253demo/config.mk   |   25 ++
  board/freescale/m5253demo/flash.c     |  467 
++++++++++++++++++++++++++++++++
  board/freescale/m5253demo/m5253demo.c |  140 ++++++++++
  board/freescale/m5253demo/u-boot.lds  |  144 ++++++++++
  drivers/net/dm9000x.c                 |    4 +
  drivers/net/mcffec.c                  |    6 +
  include/configs/M5253DEMO.h           |  250 ++++++++++++++++++
  lib_m68k/board.c                      |    6 +-
  10 files changed, 1086 insertions(+), 3 deletions(-)
  create mode 100644 board/freescale/m5253demo/Makefile
  create mode 100644 board/freescale/m5253demo/config.mk
  create mode 100644 board/freescale/m5253demo/flash.c
  create mode 100644 board/freescale/m5253demo/m5253demo.c
  create mode 100644 board/freescale/m5253demo/u-boot.lds
  create mode 100644 include/configs/M5253DEMO.h

Thanks
John

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

* [U-Boot-Users] [U-boot-Users][GIT PULL] Please pull coldfire tree
  2008-02-20 20:49 John Rigby
@ 2008-02-22 11:57 ` Wolfgang Denk
  0 siblings, 0 replies; 16+ messages in thread
From: Wolfgang Denk @ 2008-02-22 11:57 UTC (permalink / raw)
  To: u-boot

In message <47BC9262.1050601@freescale.com> you wrote:
> 
> The following changes since commit b6f29c84c208a091f95a10cbc9852d729659ba20:
>    Jean-Christophe PLAGNIOL-VILLARD (1):
>          s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'
> 
> are available in the git repository at:
> 
>    git://www.denx.de/git/u-boot-coldfire.git master
> 
> TsiChungLiew (2):
>        ColdFire: Fix 5282 and 5271 interrupt mask bit
>        ColdFire: Fix missing code flash size for M5485EVB
> 
>   Makefile                 |    2 +-
>   cpu/mcf52x2/interrupts.c |    2 +-
>   2 files changed, 2 insertions(+), 2 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
"Have you lived in this village all your life?"        "No, not yet."

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

* [U-Boot-Users] [U-boot-Users][GIT PULL] Please pull coldfire tree
@ 2008-02-20 20:49 John Rigby
  2008-02-22 11:57 ` Wolfgang Denk
  0 siblings, 1 reply; 16+ messages in thread
From: John Rigby @ 2008-02-20 20:49 UTC (permalink / raw)
  To: u-boot

Wolfgang,

The following changes since commit b6f29c84c208a091f95a10cbc9852d729659ba20:
   Jean-Christophe PLAGNIOL-VILLARD (1):
         s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'

are available in the git repository at:

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

TsiChungLiew (2):
       ColdFire: Fix 5282 and 5271 interrupt mask bit
       ColdFire: Fix missing code flash size for M5485EVB

  Makefile                 |    2 +-
  cpu/mcf52x2/interrupts.c |    2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)

Thanks
John

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

* [U-Boot-Users] [U-boot-Users][GIT PULL] Please pull coldfire tree
  2008-01-17 21:41 John Rigby
@ 2008-01-23 13:32 ` Wolfgang Denk
  0 siblings, 0 replies; 16+ messages in thread
From: Wolfgang Denk @ 2008-01-23 13:32 UTC (permalink / raw)
  To: u-boot

In message <478FCB83.9010603@freescale.com> you wrote:
> Wolfgang,
> 
> The following changes since commit f188896c2f1594fe749fdb99bbc8c54023cfab3a:
>   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-coldfire.git master
> 
> TsiChungLiew (19):
>       ColdFire: Add modules header files
>       ColdFire: MCF532x header files cleanup
>       ColdFire: MCF5445x header files cleanup
>       ColdFire: PCI and misc updates for MCF5445x
>       ColdFire: Update FlexBus CS for MCF532x
>       ColdFire: Add M5373EVB platform support - 1
>       ColdFire: Add M5373EVB platform support - 2
>       ColdFire: Fix CFI Flash low level Read/Write macro
>       ColdFire: Add MCF5227x cpu and M52277EVB support-1
>       ColdFire: Add MCF5227x cpu and MCF52277EVB support-2
>       ColdFire: Add MCF5227x cpu and M52277EVB support-3
>       ColdFire: Add MCF547x_8x cpu arch
>       ColdFire: Add MCF547x_8x related header files
>       ColdFire: Add MCF547x_8x dma code - 1
>       ColdFire: Add MCF547x_8x dma code - 2
>       ColdFire: Add MCF547x_8x dma code and header files
>       ColdFire: Add MCF547x_8x FEC driver
>       ColdFire: MCF547x_8x - Add M547xEVB and M548xEVB board
>       ColdFire: MCF547x_8x - Add M5475EVB and M5485EVB support

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
The only person who always got his work done by Friday
                                                 was Robinson Crusoe.

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

* [U-Boot-Users] [U-boot-Users][GIT PULL] Please pull coldfire tree
@ 2008-01-17 21:41 John Rigby
  2008-01-23 13:32 ` Wolfgang Denk
  0 siblings, 1 reply; 16+ messages in thread
From: John Rigby @ 2008-01-17 21:41 UTC (permalink / raw)
  To: u-boot

Wolfgang,

The following changes since commit f188896c2f1594fe749fdb99bbc8c54023cfab3a:
  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-coldfire.git master

TsiChungLiew (19):
      ColdFire: Add modules header files
      ColdFire: MCF532x header files cleanup
      ColdFire: MCF5445x header files cleanup
      ColdFire: PCI and misc updates for MCF5445x
      ColdFire: Update FlexBus CS for MCF532x
      ColdFire: Add M5373EVB platform support - 1
      ColdFire: Add M5373EVB platform support - 2
      ColdFire: Fix CFI Flash low level Read/Write macro
      ColdFire: Add MCF5227x cpu and M52277EVB support-1
      ColdFire: Add MCF5227x cpu and MCF52277EVB support-2
      ColdFire: Add MCF5227x cpu and M52277EVB support-3
      ColdFire: Add MCF547x_8x cpu arch
      ColdFire: Add MCF547x_8x related header files
      ColdFire: Add MCF547x_8x dma code - 1
      ColdFire: Add MCF547x_8x dma code - 2
      ColdFire: Add MCF547x_8x dma code and header files
      ColdFire: Add MCF547x_8x FEC driver
      ColdFire: MCF547x_8x - Add M547xEVB and M548xEVB board
      ColdFire: MCF547x_8x - Add M5475EVB and M5485EVB support

 CREDITS                               |    2 +-
 MAINTAINERS                           |    4 +
 MAKEALL                               |    6 +-
 Makefile                              |   84 ++
 README                                |    2 +
 board/freescale/m52277evb/Makefile    |   44 +
 board/freescale/m52277evb/config.mk   |   25 +
 board/freescale/m52277evb/m52277evb.c |   86 ++
 board/freescale/m52277evb/u-boot.lds  |  145 ++
 board/freescale/m5329evb/nand.c       |    4 +-
 board/freescale/m5373evb/Makefile     |   44 +
 board/freescale/m5373evb/config.mk    |   25 +
 board/freescale/m5373evb/m5373evb.c   |   88 ++
 board/freescale/m5373evb/mii.c        |  306 +++++
 board/freescale/m5373evb/nand.c       |  114 ++
 board/freescale/m5373evb/u-boot.lds   |  144 ++
 board/freescale/m547xevb/Makefile     |   44 +
 board/freescale/m547xevb/config.mk    |   25 +
 board/freescale/m547xevb/m547xevb.c   |  115 ++
 board/freescale/m547xevb/mii.c        |  322 +++++
 board/freescale/m547xevb/u-boot.lds   |  143 ++
 board/freescale/m548xevb/Makefile     |   44 +
 board/freescale/m548xevb/config.mk    |   25 +
 board/freescale/m548xevb/m548xevb.c   |  115 ++
 board/freescale/m548xevb/mii.c        |  322 +++++
 board/freescale/m548xevb/u-boot.lds   |  143 ++
 cpu/mcf5227x/Makefile                 |   48 +
 cpu/mcf5227x/config.mk                |   31 +
 cpu/mcf5227x/cpu.c                    |   75 +
 cpu/mcf5227x/cpu_init.c               |  146 ++
 cpu/mcf5227x/interrupts.c             |   52 +
 cpu/mcf5227x/speed.c                  |  120 ++
 cpu/mcf5227x/start.S                  |  356 +++++
 cpu/mcf532x/cpu.c                     |   20 +-
 cpu/mcf5445x/cpu_init.c               |    1 -
 cpu/mcf5445x/pci.c                    |   61 +-
 cpu/mcf5445x/start.S                  |   25 +-
 cpu/mcf547x_8x/Makefile               |   48 +
 cpu/mcf547x_8x/config.mk              |   31 +
 cpu/mcf547x_8x/cpu.c                  |  143 ++
 cpu/mcf547x_8x/cpu_init.c             |  132 ++
 cpu/mcf547x_8x/interrupts.c           |   50 +
 cpu/mcf547x_8x/pci.c                  |  167 +++
 cpu/mcf547x_8x/slicetimer.c           |  112 ++
 cpu/mcf547x_8x/speed.c                |   43 +
 cpu/mcf547x_8x/start.S                |  361 +++++
 doc/README.m52277evb                  |  237 ++++
 doc/README.m5373evb                   |  333 +++++
 doc/README.m5475evb                   |  279 ++++
 drivers/dma/MCD_dmaApi.c              | 1026 ++++++++++++++
 drivers/dma/MCD_tasks.c               | 2428 
+++++++++++++++++++++++++++++++++
 drivers/dma/MCD_tasksInit.c           |  247 ++++
 drivers/dma/Makefile                  |   46 +
 drivers/net/Makefile                  |    1 +
 drivers/net/fsl_mcdmafec.c            |  571 ++++++++
 include/MCD_dma.h                     |  386 ++++++
 include/MCD_progCheck.h               |   27 +
 include/MCD_tasksInit.h               |   60 +
 include/asm-m68k/coldfire/crossbar.h  |   79 ++
 include/asm-m68k/coldfire/dspi.h      |  156 +++
 include/asm-m68k/coldfire/edma.h      |  177 +++
 include/asm-m68k/coldfire/flexbus.h   |   98 ++
 include/asm-m68k/coldfire/lcd.h       |  213 +++
 include/asm-m68k/coldfire/ssi.h       |  175 +++
 include/asm-m68k/fec.h                |  145 +-
 include/asm-m68k/fsl_mcdmafec.h       |  176 +++
 include/asm-m68k/global_data.h        |    3 +
 include/asm-m68k/immap.h              |  139 ++-
 include/asm-m68k/immap_5227x.h        |  343 +++++
 include/asm-m68k/immap_5329.h         |  282 +---
 include/asm-m68k/immap_5445x.h        |  521 +-------
 include/asm-m68k/immap_547x_8x.h      |  297 ++++
 include/asm-m68k/io.h                 |   22 +-
 include/asm-m68k/m5227x.h             |  796 +++++++++++
 include/asm-m68k/m5329.h              |  286 +----
 include/asm-m68k/m5445x.h             |  316 +-----
 include/asm-m68k/m547x_8x.h           |  502 +++++++
 include/configs/M52277EVB.h           |  251 ++++
 include/configs/M5329EVB.h            |    8 +-
 include/configs/M5373EVB.h            |  267 ++++
 include/configs/M54455EVB.h           |   14 +-
 include/configs/M5475EVB.h            |  311 +++++
 include/configs/M5485EVB.h            |  296 ++++
 lib_m68k/board.c                      |   10 +
 net/eth.c                             |    4 +
 85 files changed, 14531 insertions(+), 1440 deletions(-)
 create mode 100644 board/freescale/m52277evb/Makefile
 create mode 100644 board/freescale/m52277evb/config.mk
 create mode 100644 board/freescale/m52277evb/m52277evb.c
 create mode 100644 board/freescale/m52277evb/u-boot.lds
 create mode 100644 board/freescale/m5373evb/Makefile
 create mode 100644 board/freescale/m5373evb/config.mk
 create mode 100644 board/freescale/m5373evb/m5373evb.c
 create mode 100644 board/freescale/m5373evb/mii.c
 create mode 100644 board/freescale/m5373evb/nand.c
 create mode 100644 board/freescale/m5373evb/u-boot.lds
 create mode 100644 board/freescale/m547xevb/Makefile
 create mode 100644 board/freescale/m547xevb/config.mk
 create mode 100644 board/freescale/m547xevb/m547xevb.c
 create mode 100644 board/freescale/m547xevb/mii.c
 create mode 100644 board/freescale/m547xevb/u-boot.lds
 create mode 100644 board/freescale/m548xevb/Makefile
 create mode 100644 board/freescale/m548xevb/config.mk
 create mode 100644 board/freescale/m548xevb/m548xevb.c
 create mode 100644 board/freescale/m548xevb/mii.c
 create mode 100644 board/freescale/m548xevb/u-boot.lds
 create mode 100644 cpu/mcf5227x/Makefile
 create mode 100644 cpu/mcf5227x/config.mk
 create mode 100644 cpu/mcf5227x/cpu.c
 create mode 100644 cpu/mcf5227x/cpu_init.c
 create mode 100644 cpu/mcf5227x/interrupts.c
 create mode 100644 cpu/mcf5227x/speed.c
 create mode 100644 cpu/mcf5227x/start.S
 create mode 100644 cpu/mcf547x_8x/Makefile
 create mode 100644 cpu/mcf547x_8x/config.mk
 create mode 100644 cpu/mcf547x_8x/cpu.c
 create mode 100644 cpu/mcf547x_8x/cpu_init.c
 create mode 100644 cpu/mcf547x_8x/interrupts.c
 create mode 100644 cpu/mcf547x_8x/pci.c
 create mode 100644 cpu/mcf547x_8x/slicetimer.c
 create mode 100644 cpu/mcf547x_8x/speed.c
 create mode 100644 cpu/mcf547x_8x/start.S
 create mode 100644 doc/README.m52277evb
 create mode 100644 doc/README.m5373evb
 create mode 100644 doc/README.m5475evb
 create mode 100644 drivers/dma/MCD_dmaApi.c
 create mode 100644 drivers/dma/MCD_tasks.c
 create mode 100644 drivers/dma/MCD_tasksInit.c
 create mode 100644 drivers/dma/Makefile
 create mode 100644 drivers/net/fsl_mcdmafec.c
 create mode 100644 include/MCD_dma.h
 create mode 100644 include/MCD_progCheck.h
 create mode 100644 include/MCD_tasksInit.h
 create mode 100644 include/asm-m68k/coldfire/crossbar.h
 create mode 100644 include/asm-m68k/coldfire/dspi.h
 create mode 100644 include/asm-m68k/coldfire/edma.h
 create mode 100644 include/asm-m68k/coldfire/flexbus.h
 create mode 100644 include/asm-m68k/coldfire/lcd.h
 create mode 100644 include/asm-m68k/coldfire/ssi.h
 create mode 100644 include/asm-m68k/fsl_mcdmafec.h
 create mode 100644 include/asm-m68k/immap_5227x.h
 create mode 100644 include/asm-m68k/immap_547x_8x.h
 create mode 100644 include/asm-m68k/m5227x.h
 create mode 100644 include/asm-m68k/m547x_8x.h
 create mode 100644 include/configs/M52277EVB.h
 create mode 100644 include/configs/M5373EVB.h
 create mode 100644 include/configs/M5475EVB.h
 create mode 100644 include/configs/M5485EVB.h

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

* [U-Boot-Users] [U-boot-Users][GIT PULL] Please pull coldfire tree
  2008-01-10  0:01   ` Liew Tsi Chung
@ 2008-01-10  0:13     ` Wolfgang Denk
  0 siblings, 0 replies; 16+ messages in thread
From: Wolfgang Denk @ 2008-01-10  0:13 UTC (permalink / raw)
  To: u-boot

Dear Tsi Chung,

in message <4791E710007FEB4BBF83775D787F462F05CC6132@az33exm22.fsl.freescale.net> you wrote:
> >Your repository contains a lot of patches that have never been
> > posted on the mailing list before. Especially changes that affect 
> > global files like the ones marked below *must* be reviewed on the >
> list *before* you send a pull request.
> 
> >   Makefile                              |   84 ++
> >   drivers/pci/pci_auto.c                |    6 +
> >   drivers/usb/usb_ohci.c                |    1 +
> 
> The changes to the makefile (same as README, MAKEALL, etc) is that we
> have four new platforms added - M5373EVB, M52277EVB, M5475EVB and
> M5485EVB. Also, added a dma folder under drivers. (libdma.a in Makefile

Yes, but you did not add simple targets, but complicated multi-line
script stuff. Are you sure that would have passed a review
uncommented? I am not so sure...

> There is no general routine to skip pci host bridge in pci_auto.c, so
> added CONFIG_SKIPPCI_HOSTBRIDGE to bypass the host bridge. Affected
> platforms - M54455EVB, M5475EVB, M5485EVB and Alaska8220 if patch is not
> applied.

No matter how obvious this seems to be to you, the rule is  that  ALL
changes  shall be posted for review on the mailing list *before* they
go into the public tree, i. e. before the custodian calls for a pull.


> Originally, I thought the merge is going to close tomorrow. I did it in
> a rush without posted on the mailing list. Until you sent out an email

This is no excuse. If the deadline is  close,  you  miss  that  merge
window.  Period. You must always post your patches, and you must give
the people on  the  mailing  list  sufficient  time  to  review  your
changes.

> today about extend the window til 17. And, sorry to hear about the
> network problem at your home.

Heh, that's solved for now, and in less than one week we'll have a new
provider. Bye Telekom!

> These patches do not affect globally, except files in dma that need to
> add #ifdef ... #endif in each .c file.

I disagree. You do change global files, and I  probably  will  object
against  some  of the changes, and others might have to say a word or
two, too.

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
G's Third Law:             In spite of all evidence  to  the  contra-
ry,  the  entire  universe  is composed of only two basic substances:
magic and bullshit.
H's Dictum:                There is no magic ...

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

* [U-Boot-Users] [U-boot-Users][GIT PULL] Please pull coldfire tree
  2008-01-09 22:30 ` Wolfgang Denk
  2008-01-09 23:54   ` John Rigby
@ 2008-01-10  0:01   ` Liew Tsi Chung
  2008-01-10  0:13     ` Wolfgang Denk
  1 sibling, 1 reply; 16+ messages in thread
From: Liew Tsi Chung @ 2008-01-10  0:01 UTC (permalink / raw)
  To: u-boot

Wolfgang and all u-boot users,
 
>Your repository contains a lot of patches that have never been
> posted on the mailing list before. Especially changes that affect 
> global files like the ones marked below *must* be reviewed on the > list *before* you send a pull request.

>   Makefile                              |   84 ++
>   drivers/pci/pci_auto.c                |    6 +
>   drivers/usb/usb_ohci.c                |    1 +

The changes to the makefile (same as README, MAKEALL, etc) is that we have four new platforms added - M5373EVB, M52277EVB, M5475EVB and M5485EVB. Also, added a dma folder under drivers. (libdma.a in Makefile as well.) M5475EVB and M5485EVB use DMA for FEC transfer (same as Alaska8220)

There is no general routine to skip pci host bridge in pci_auto.c, so added CONFIG_SKIPPCI_HOSTBRIDGE to bypass the host bridge. Affected platforms - M54455EVB, M5475EVB, M5485EVB and Alaska8220 if patch is not applied.

M5475EVB has Philips 1561 PCI-USB OHCI host controller, just added its PCI Vendor ID and Device ID so that the usb ohci drivers able to recognize and configure the driver probably.

Originally, I thought the merge is going to close tomorrow. I did it in a rush without posted on the mailing list. Until you sent out an email today about extend the window til 17. And, sorry to hear about the network problem at your home.

These patches do not affect globally, except files in dma that need to add #ifdef ... #endif in each .c file.

Regards,
TsiChung

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

* [U-Boot-Users] [U-boot-Users][GIT PULL] Please pull coldfire tree
  2008-01-09 22:30 ` Wolfgang Denk
@ 2008-01-09 23:54   ` John Rigby
  2008-01-10  0:01   ` Liew Tsi Chung
  1 sibling, 0 replies; 16+ messages in thread
From: John Rigby @ 2008-01-09 23:54 UTC (permalink / raw)
  To: u-boot

Wolfgang,

Sorry, I knew that and assumed Tsi-chung had submitted the patches to
the list.  Up until this point I have just been Tsi-chung's git monkey.  I
will pay more attention in the future to make sure this does not happen
again.

John

On Jan 9, 2008 3:30 PM, Wolfgang Denk <wd@denx.de> wrote:

> Dear John,
>
> in message <478534B4.9060003@freescale.com> you wrote:
> >
> > The following changes since commit
> > ce37422d0002e10490e268392e0c4e3028e52cec:
> >    Stefan Roese (1):
> >          cfi_flash: Fix bug in flash_isset() to use correct 32bit
> > function
> >
> > are available in the git repository at:
> >
> >    git://www.denx.de/git/u-boot-coldfire.git
> >
> > TsiChungLiew (7):
> >        Coldfire: Update immap files for 5445x and 532x
> >        ColdFire: MCF5445x - PCI, cache and misc update
> >        ColdFire: MCF532x - Update FlexBus CS
> >        ColdFire: Add M5373EVB Platform support
> >        ColdFire: Fixed CFI low level Read/Write macro
> >        ColdFire: Add new coldfire cpu 5227x family and 52277evb platform
> >        ColdFire: Add mcf547x_8x cpu arch and two platforms - M5475EVB
> and
>
> Sorry, but this is not how it's supposed to work.
>
> Your repository contains a lot of patches that have never been posted
> on the mailing list before. Especially changes that affect global
> files like the ones marked below *must* be reviewed on the list
> *before* you send a pull request.
>
> ...
> >   Makefile                              |   84 ++
> ^^^^^^^^^^^^
> ...
> >   drivers/pci/pci_auto.c                |    6 +
> ^^^^^^^^^^^^^^^^^^^^^^^^^^
> >   drivers/usb/usb_ohci.c                |    1 +
> ^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> Pull request rejected. Sorry.
>
> 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
> Einstein argued that there must be simplified explanations of nature,
> because God is not capricious or arbitrary. No  such  faith  comforts
> the software engineer.                             - Fred Brooks, Jr.
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
>
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20080109/d1ed696e/attachment.htm 

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

* [U-Boot-Users] [U-boot-Users][GIT PULL] Please pull coldfire tree
  2008-01-09 20:55 John Rigby
@ 2008-01-09 22:30 ` Wolfgang Denk
  2008-01-09 23:54   ` John Rigby
  2008-01-10  0:01   ` Liew Tsi Chung
  0 siblings, 2 replies; 16+ messages in thread
From: Wolfgang Denk @ 2008-01-09 22:30 UTC (permalink / raw)
  To: u-boot

Dear John,

in message <478534B4.9060003@freescale.com> you wrote:
> 
> The following changes since commit
> ce37422d0002e10490e268392e0c4e3028e52cec:
>    Stefan Roese (1):
>          cfi_flash: Fix bug in flash_isset() to use correct 32bit
> function
> 
> are available in the git repository at:
> 
>    git://www.denx.de/git/u-boot-coldfire.git
> 
> TsiChungLiew (7):
>        Coldfire: Update immap files for 5445x and 532x
>        ColdFire: MCF5445x - PCI, cache and misc update
>        ColdFire: MCF532x - Update FlexBus CS
>        ColdFire: Add M5373EVB Platform support
>        ColdFire: Fixed CFI low level Read/Write macro
>        ColdFire: Add new coldfire cpu 5227x family and 52277evb platform
>        ColdFire: Add mcf547x_8x cpu arch and two platforms - M5475EVB and

Sorry, but this is not how it's supposed to work.

Your repository contains a lot of patches that have never been posted
on the mailing list before. Especially changes that affect global
files like the ones marked below *must* be reviewed on the list
*before* you send a pull request.

...
>   Makefile                              |   84 ++
^^^^^^^^^^^^
...
>   drivers/pci/pci_auto.c                |    6 +
^^^^^^^^^^^^^^^^^^^^^^^^^^
>   drivers/usb/usb_ohci.c                |    1 +
^^^^^^^^^^^^^^^^^^^^^^^^^^

Pull request rejected. Sorry.

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
Einstein argued that there must be simplified explanations of nature,
because God is not capricious or arbitrary. No  such  faith  comforts
the software engineer.                             - Fred Brooks, Jr.

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

* [U-Boot-Users] [U-boot-Users][GIT PULL] Please pull coldfire tree
@ 2008-01-09 20:55 John Rigby
  2008-01-09 22:30 ` Wolfgang Denk
  0 siblings, 1 reply; 16+ messages in thread
From: John Rigby @ 2008-01-09 20:55 UTC (permalink / raw)
  To: u-boot

Wolfgang,

The following changes since commit
ce37422d0002e10490e268392e0c4e3028e52cec:
   Stefan Roese (1):
         cfi_flash: Fix bug in flash_isset() to use correct 32bit
function

are available in the git repository at:

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

TsiChungLiew (7):
       Coldfire: Update immap files for 5445x and 532x
       ColdFire: MCF5445x - PCI, cache and misc update
       ColdFire: MCF532x - Update FlexBus CS
       ColdFire: Add M5373EVB Platform support
       ColdFire: Fixed CFI low level Read/Write macro
       ColdFire: Add new coldfire cpu 5227x family and 52277evb platform
       ColdFire: Add mcf547x_8x cpu arch and two platforms - M5475EVB and
M5485EVB

  CREDITS                               |    2 +-
  MAINTAINERS                           |    4 +
  MAKEALL                               |    6 +-
  Makefile                              |   84 ++
  README                                |    2 +
  board/freescale/m52277evb/Makefile    |   44 +
  board/freescale/m52277evb/config.mk   |   25 +
  board/freescale/m52277evb/m52277evb.c |   86 ++
  board/freescale/m52277evb/u-boot.lds  |  145 ++
  board/freescale/m5329evb/nand.c       |    4 +-
  board/freescale/m5373evb/Makefile     |   44 +
  board/freescale/m5373evb/config.mk    |   25 +
  board/freescale/m5373evb/m5373evb.c   |   88 ++
  board/freescale/m5373evb/mii.c        |  306 +++++
  board/freescale/m5373evb/nand.c       |  114 ++
  board/freescale/m5373evb/u-boot.lds   |  144 ++
  board/freescale/m547xevb/Makefile     |   44 +
  board/freescale/m547xevb/config.mk    |   25 +
  board/freescale/m547xevb/m547xevb.c   |  115 ++
  board/freescale/m547xevb/mii.c        |  322 +++++
  board/freescale/m547xevb/u-boot.lds   |  143 ++
  board/freescale/m548xevb/Makefile     |   44 +
  board/freescale/m548xevb/config.mk    |   25 +
  board/freescale/m548xevb/m548xevb.c   |  115 ++
  board/freescale/m548xevb/mii.c        |  322 +++++
  board/freescale/m548xevb/u-boot.lds   |  143 ++
  cpu/mcf5227x/Makefile                 |   48 +
  cpu/mcf5227x/config.mk                |   31 +
  cpu/mcf5227x/cpu.c                    |   75 +
  cpu/mcf5227x/cpu_init.c               |  146 ++
  cpu/mcf5227x/interrupts.c             |   52 +
  cpu/mcf5227x/lcd.c                    |  372 +++++
  cpu/mcf5227x/speed.c                  |  120 ++
  cpu/mcf5227x/start.S                  |  356 +++++
  cpu/mcf532x/cpu.c                     |   20 +-
  cpu/mcf5445x/cpu_init.c               |    1 -
  cpu/mcf5445x/pci.c                    |   69 +-
  cpu/mcf5445x/start.S                  |   27 +-
  cpu/mcf547x_8x/Makefile               |   48 +
  cpu/mcf547x_8x/config.mk              |   31 +
  cpu/mcf547x_8x/cpu.c                  |  143 ++
  cpu/mcf547x_8x/cpu_init.c             |  132 ++
  cpu/mcf547x_8x/interrupts.c           |   50 +
  cpu/mcf547x_8x/pci.c                  |  171 +++
  cpu/mcf547x_8x/slicetimer.c           |  132 ++
  cpu/mcf547x_8x/speed.c                |   43 +
  cpu/mcf547x_8x/start.S                |  361 +++++
  doc/README.m52277evb                  |  237 ++++
  doc/README.m5373evb                   |  334 +++++
  doc/README.m5475evb                   |  279 ++++
  drivers/dma/MCD_dmaApi.c              | 1023 ++++++++++++++
  drivers/dma/MCD_tasks.c               | 2427
+++++++++++++++++++++++++++++++++
  drivers/dma/MCD_tasksInit.c           |  240 ++++
  drivers/dma/Makefile                  |   46 +
  drivers/net/Makefile                  |    1 +
  drivers/net/fsl_mcdmafec.c            |  582 ++++++++
  drivers/pci/pci_auto.c                |    6 +
  drivers/usb/usb_ohci.c                |    1 +
  include/MCD_dma.h                     |  386 ++++++
  include/MCD_progCheck.h               |   27 +
  include/MCD_tasksInit.h               |   60 +
  include/asm-m68k/crossbar.h           |   79 ++
  include/asm-m68k/dspi.h               |  156 +++
  include/asm-m68k/edma.h               |  177 +++
  include/asm-m68k/fec.h                |    7 +-
  include/asm-m68k/flexbus.h            |   98 ++
  include/asm-m68k/fsl_mcdmafec.h       |  167 +++
  include/asm-m68k/global_data.h        |   47 +-
  include/asm-m68k/immap.h              |  145 ++-
  include/asm-m68k/immap_5227x.h        |  343 +++++
  include/asm-m68k/immap_5329.h         |  340 ++----
  include/asm-m68k/immap_5445x.h        |  901 ++++---------
  include/asm-m68k/immap_547x_8x.h      |  297 ++++
  include/asm-m68k/io.h                 |   22 +-
  include/asm-m68k/lcd.h                |  213 +++
  include/asm-m68k/m5227x.h             |  796 +++++++++++
  include/asm-m68k/m5329.h              |  286 +----
  include/asm-m68k/m5445x.h             |  316 +-----
  include/asm-m68k/m547x_8x.h           |  503 +++++++
  include/asm-m68k/ssi.h                |  175 +++
  include/configs/M52277EVB.h           |  251 ++++
  include/configs/M5329EVB.h            |   12 +-
  include/configs/M5373EVB.h            |  267 ++++
  include/configs/M54455EVB.h           |   11 +-
  include/configs/M5475EVB.h            |  311 +++++
  include/configs/M5485EVB.h            |  296 ++++
  lib_m68k/board.c                      |   10 +
  net/eth.c                             |    4 +
  88 files changed, 15108 insertions(+), 1620 deletions(-)

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

end of thread, other threads:[~2008-06-11 21:04 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-26 21:29 [U-Boot-Users] [U-boot-Users][GIT PULL] Please pull coldfire tree Liew Tsi Chung-r5aahp
2007-11-01 21:59 ` Wolfgang Denk
2007-11-15 17:43 ` Liew Tsi Chung
2007-11-17  1:29   ` Wolfgang Denk
2008-01-09 20:55 John Rigby
2008-01-09 22:30 ` Wolfgang Denk
2008-01-09 23:54   ` John Rigby
2008-01-10  0:01   ` Liew Tsi Chung
2008-01-10  0:13     ` Wolfgang Denk
2008-01-17 21:41 John Rigby
2008-01-23 13:32 ` Wolfgang Denk
2008-02-20 20:49 John Rigby
2008-02-22 11:57 ` Wolfgang Denk
2008-06-05 19:26 John Rigby
2008-06-11 20:44 ` Wolfgang Denk
2008-06-11 21:04   ` Ben Warren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.