[U-Boot] Please pull u-boot-mpc83xx

Wolfgang Denk wd at denx.de
Sat Jan 24 02:14:56 CET 2009


Dear Kim Phillips,

In message <20090123181051.dc935d8f.kim.phillips at freescale.com> you wrote:
> WD,
> 
> u-boot-mpc83xx added support for two new boards - the keymile1 and the
> SIMPC8313 - plus PCI-E support and mostly nand-related fixes.  Please
> pull:
> 
> The following changes since commit 6dadc9195ad642cc662632f4d92f92d3d71e8bf2:
>   Mike Frysinger (1):
>         Blackfin: use common strmhz() in system output
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc83xx.git master
> 
> Anton Vorontsov (3):
>       mpc83xx: Add support for MPC83xx PCI-E controllers
>       mpc83xx: Add PCI-E support for MPC8315ERDB boards
>       mpc83xx: Add PCI-E support for MPC837XEMDS boards
> 
> Heiko Schocher (3):
>       powerpc: 83xx: add support for the kmeter1 board
>       powerpc: keymile: Add a check for the PIGGY debug board
>       powerpc, keymile boards: extract identical config options
> 
> Ira Snyder (2):
>       83xx: PCI agent mode fixes for multi-board systems
>       MPC8349EMDS: do not setup unused PCI clock outputs in PCI agent mode
> 
> Ron Madrid (2):
>       mpc83xx: Size optimization of start.S
>       mpc83xx: New board support for SIMPC8313
> 
> Scott Wood (1):
>       83xx: Use the proper sequence for updating IMMR.
> 
>  MAINTAINERS                                 |    5 +
>  MAKEALL                                     |    2 +
>  Makefile                                    |   18 +
>  board/freescale/mpc8315erdb/mpc8315erdb.c   |   52 +++
>  board/freescale/mpc8349emds/pci.c           |    7 -
>  board/freescale/mpc837xemds/mpc837xemds.c   |    6 +-
>  board/freescale/mpc837xemds/pci.c           |   89 +++++-
>  board/freescale/mpc837xemds/pci.h           |    6 +
>  board/keymile/common/common.c               |   23 +-
>  board/keymile/common/common.h               |   20 +
>  board/keymile/kmeter1/Makefile              |   53 +++
>  board/keymile/kmeter1/config.mk             |   24 ++
>  board/keymile/kmeter1/kmeter1.c             |  158 ++++++++
>  board/keymile/mgcoge/mgcoge.c               |   10 +-
>  board/keymile/mgsuvd/mgsuvd.c               |    8 +-
>  board/sheldon/simpc8313/Makefile            |   50 +++
>  board/sheldon/simpc8313/config.mk           |   13 +
>  board/sheldon/simpc8313/sdram.c             |  193 ++++++++++
>  board/sheldon/simpc8313/simpc8313.c         |  134 +++++++
>  cpu/mpc83xx/Makefile                        |    1 +
>  cpu/mpc83xx/pci.c                           |    5 +
>  cpu/mpc83xx/pcie.c                          |  314 +++++++++++++++
>  cpu/mpc83xx/speed.c                         |    4 +-
>  cpu/mpc83xx/start.S                         |   95 +++--
>  doc/README.kmeter1                          |   91 +++++
>  doc/README.simpc8313                        |   80 ++++
>  include/asm-ppc/global_data.h               |    2 +-
>  include/asm-ppc/immap_83xx.h                |  119 ++++++-
>  include/configs/MPC8315ERDB.h               |   21 +
>  include/configs/MPC837XEMDS.h               |   21 +
>  include/configs/SIMPC8313.h                 |  544 +++++++++++++++++++++++++++
>  include/configs/keymile-common.h            |  113 ++++++
>  include/configs/kmeter1.h                   |  457 ++++++++++++++++++++++
>  include/configs/mgcoge.h                    |   51 +---
>  include/configs/mgsuvd.h                    |   72 +----
>  include/mpc83xx.h                           |   68 +++-
>  include/pci.h                               |    4 +
>  nand_spl/board/sheldon/simpc8313/Makefile   |  100 +++++
>  nand_spl/board/sheldon/simpc8313/u-boot.lds |   52 +++
>  39 files changed, 2883 insertions(+), 202 deletions(-)
>  create mode 100644 board/freescale/mpc837xemds/pci.h
>  create mode 100644 board/keymile/common/common.h
>  create mode 100644 board/keymile/kmeter1/Makefile
>  create mode 100644 board/keymile/kmeter1/config.mk
>  create mode 100644 board/keymile/kmeter1/kmeter1.c
>  create mode 100644 board/sheldon/simpc8313/Makefile
>  create mode 100644 board/sheldon/simpc8313/config.mk
>  create mode 100644 board/sheldon/simpc8313/sdram.c
>  create mode 100644 board/sheldon/simpc8313/simpc8313.c
>  create mode 100644 cpu/mpc83xx/pcie.c
>  create mode 100644 doc/README.kmeter1
>  create mode 100644 doc/README.simpc8313
>  create mode 100644 include/configs/SIMPC8313.h
>  create mode 100644 include/configs/keymile-common.h
>  create mode 100644 include/configs/kmeter1.h
>  create mode 100644 nand_spl/board/sheldon/simpc8313/Makefile
>  create mode 100644 nand_spl/board/sheldon/simpc8313/u-boot.lds

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 most exciting phrase to hear in science, the one that heralds new
discoveries, is not "Eureka!" (I found it!) but "That's funny ..."
                                                      -- Isaac Asimov


More information about the U-Boot mailing list