Re: [U-Boot-Users] Please pull mpc83xx.git

2008-06-11 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote:
 Wolfgang,
 
 please pull support for the MVBLM7 board and some local bus define
 refactoring:
 
 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://git.denx.de/u-boot-mpc83xx.git
 
 Andre Schwarz (2):
   add MPC8343 based board mvBlueLYNX-M7 (doc+config)
   add MPC8343 based board mvBlueLYNX-M7 (board+make files)
 
 Anton Vorontsov (2):
   83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
   83xx/85xx: further localbus cleanups
 
 Kim Phillips (1):
   mpc83xx: MVBLM7: minor build fixups
 
 Tor Krill (1):
   Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h
 
  CREDITS|4 +
  MAINTAINERS|4 +
  MAKEALL|1 +
  Makefile   |3 +
  board/mvblm7/Makefile  |   48 
  board/mvblm7/config.mk |   25 ++
  board/mvblm7/fpga.c|  188 
  board/mvblm7/fpga.h|   34 +++
  board/mvblm7/mvblm7.c  |  157 +
  board/mvblm7/mvblm7.h  |   21 ++
  board/mvblm7/mvblm7_autoscript |   37 +++
  board/mvblm7/pci.c |  133 +++
  doc/README.mvblm7  |   85 +++
  include/asm-ppc/fsl_lbc.h  |  264 ++
  include/configs/MPC8315ERDB.h  |2 +-
  include/configs/MPC8349EMDS.h  |2 +-
  include/configs/MPC8349ITX.h   |4 +-
  include/configs/MPC8360EMDS.h  |2 +-
  include/configs/MPC8360ERDK.h  |2 +-
  include/configs/MPC837XEMDS.h  |2 +-
  include/configs/MVBLM7.h   |  479 
 
  include/configs/TQM834x.h  |2 +-
  include/mpc83xx.h  |  235 +---
  include/mpc85xx.h  |   37 +---
  include/mpc86xx.h  |2 +
  25 files changed, 1497 insertions(+), 276 deletions(-)
  create mode 100644 board/mvblm7/Makefile
  create mode 100644 board/mvblm7/config.mk
  create mode 100644 board/mvblm7/fpga.c
  create mode 100644 board/mvblm7/fpga.h
  create mode 100644 board/mvblm7/mvblm7.c
  create mode 100644 board/mvblm7/mvblm7.h
  create mode 100644 board/mvblm7/mvblm7_autoscript
  create mode 100644 board/mvblm7/pci.c
  create mode 100644 doc/README.mvblm7
  create mode 100644 include/asm-ppc/fsl_lbc.h
  create mode 100644 include/configs/MVBLM7.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: [EMAIL PROTECTED]
[War] is instinctive. But the instinct can  be  fought.  We're  human
beings  with the blood of a million savage years on our hands! But we
can stop it. We can admit that we're killers ... but we're not  going
to  kill  today. That's all it takes! Knowing that we're not going to
kill today!
-- Kirk, A Taste of Armageddon, stardate 3193.0

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users


Re: [U-Boot-Users] Please pull mpc83xx.git

2008-06-11 Thread Wolfgang Denk
Dear Kim,

in message [EMAIL PROTECTED] you wrote:
 
 please pull support for the MVBLM7 board and some local bus define
 refactoring:
...
 are available in the git repository at:
 
   git://git.denx.de/u-boot-mpc83xx.git

Note that I had to fix some merge conflicts in
include/asm-ppc/fsl_lbc.h

Please check if I did this correctly.

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: [EMAIL PROTECTED]

What happened to the crewman? The M-5 computer  needed  a  new
power source, the crewman merely got in the way.
-- Kirk and Dr. Richard Daystrom, The Ultimate Computer,
   stardate 4731.3.

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users


[U-Boot-Users] Please pull mpc83xx.git

2008-06-10 Thread Kim Phillips
Wolfgang,

please pull support for the MVBLM7 board and some local bus define
refactoring:

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://git.denx.de/u-boot-mpc83xx.git

Andre Schwarz (2):
  add MPC8343 based board mvBlueLYNX-M7 (doc+config)
  add MPC8343 based board mvBlueLYNX-M7 (board+make files)

Anton Vorontsov (2):
  83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
  83xx/85xx: further localbus cleanups

Kim Phillips (1):
  mpc83xx: MVBLM7: minor build fixups

Tor Krill (1):
  Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h

 CREDITS|4 +
 MAINTAINERS|4 +
 MAKEALL|1 +
 Makefile   |3 +
 board/mvblm7/Makefile  |   48 
 board/mvblm7/config.mk |   25 ++
 board/mvblm7/fpga.c|  188 
 board/mvblm7/fpga.h|   34 +++
 board/mvblm7/mvblm7.c  |  157 +
 board/mvblm7/mvblm7.h  |   21 ++
 board/mvblm7/mvblm7_autoscript |   37 +++
 board/mvblm7/pci.c |  133 +++
 doc/README.mvblm7  |   85 +++
 include/asm-ppc/fsl_lbc.h  |  264 ++
 include/configs/MPC8315ERDB.h  |2 +-
 include/configs/MPC8349EMDS.h  |2 +-
 include/configs/MPC8349ITX.h   |4 +-
 include/configs/MPC8360EMDS.h  |2 +-
 include/configs/MPC8360ERDK.h  |2 +-
 include/configs/MPC837XEMDS.h  |2 +-
 include/configs/MVBLM7.h   |  479 
 include/configs/TQM834x.h  |2 +-
 include/mpc83xx.h  |  235 +---
 include/mpc85xx.h  |   37 +---
 include/mpc86xx.h  |2 +
 25 files changed, 1497 insertions(+), 276 deletions(-)
 create mode 100644 board/mvblm7/Makefile
 create mode 100644 board/mvblm7/config.mk
 create mode 100644 board/mvblm7/fpga.c
 create mode 100644 board/mvblm7/fpga.h
 create mode 100644 board/mvblm7/mvblm7.c
 create mode 100644 board/mvblm7/mvblm7.h
 create mode 100644 board/mvblm7/mvblm7_autoscript
 create mode 100644 board/mvblm7/pci.c
 create mode 100644 doc/README.mvblm7
 create mode 100644 include/asm-ppc/fsl_lbc.h
 create mode 100644 include/configs/MVBLM7.h

Thanks,

Kim

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users