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

Kim Phillips kim.phillips at freescale.com
Tue Jun 10 20:45:35 CEST 2008


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




More information about the U-Boot mailing list