public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [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
* [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, 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, 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
@ 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

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 --
2008-01-09 20:55 [U-Boot-Users] [U-boot-Users][GIT PULL] Please pull coldfire tree 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
  -- strict thread matches above, loose matches on Subject: below --
2008-06-05 19:26 John Rigby
2008-06-11 20:44 ` Wolfgang Denk
2008-06-11 21:04   ` Ben Warren
2008-02-20 20:49 John Rigby
2008-02-22 11:57 ` Wolfgang Denk
2008-01-17 21:41 John Rigby
2008-01-23 13:32 ` Wolfgang Denk
2007-10-26 21:29 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

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