[U-Boot] Pull request - mpc85xx

Kumar Gala galak at kernel.crashing.org
Tue Oct 27 16:25:38 CET 2009


The following changes since commit f3ee25859e3920ee7c7cc519a3e6f60d70d7a53f:
  Matthias Fuchs (1):
        License cleanup: Fix license header for some esd display configurations

are available in the git repository at:

  git://git.denx.de/u-boot-mpc85xx master

Anton Vorontsov (7):
      fdt_support: Add multi-serial support for stdout fixup
      mpc85xx: Add eSDHC support for MPC8569E-MDS boards
      mpc85xx: Add eLBC NAND support for MPC8569E-MDS boards
      mpc85xx: Setup SRIO memory region LAW for MPC8569E-MDS boards
      mpc85xx: Setup QE pinmux for SPI Flash on MPC8569E-MDS boards
      mpc85xx: Configure QE UART for MPC8569E-MDS boards
      mpc85xx: Configure QE USB for MPC8569E-MDS boards

Dave Liu (1):
      ppc/85xx: Make L2 support more robust

Kumar Gala (2):
      ppc/85xx: Fix building NAND_SPL out of tree
      ppc/85xx: Fix compiler warning in nand_spl/.../p1_p2_rdb/nand_boot.c

Leon Woestenberg (1):
      ppc/85xx: Fix crashes due to generation of SPE instruction

Peter Tyser (2):
      85xx: MP Boot Page Translation update
      xpedite5370: Enable multi-core support

Poonam Aggrwal (2):
      85xx/p1_p2rdb: Fix crash while configuring 32 bit DDR i/f for P1020RDB.
      85xx/p1_p2_rdb: Fixing DDR configuration for 800MHz data rate

Vivek Mahajan (1):
      ppc/85xx/pci: fsl_pci_init: pcie agent mode support

 board/freescale/mpc8569mds/bcsr.h              |    8 +-
 board/freescale/mpc8569mds/law.c               |    1 +
 board/freescale/mpc8569mds/mpc8569mds.c        |  210 ++++++++++++++++++++++++
 board/freescale/mpc8569mds/tlb.c               |   30 ++--
 board/freescale/mpc8572ds/mpc8572ds.c          |    6 +-
 board/freescale/p1_p2_rdb/ddr.c                |   20 +-
 board/freescale/p1_p2_rdb/pci.c                |    4 +-
 board/freescale/p2020ds/p2020ds.c              |    6 +-
 board/sbc8548/sbc8548.c                        |    4 +-
 board/xes/xpedite5370/tlb.c                    |   13 +-
 common/fdt_support.c                           |   22 +++-
 cpu/mpc85xx/config.mk                          |    5 +
 cpu/mpc85xx/cpu_init.c                         |    5 +-
 cpu/mpc85xx/fdt.c                              |    2 +-
 cpu/mpc85xx/mp.c                               |   70 +++++---
 cpu/mpc85xx/mp.h                               |    3 +-
 cpu/mpc85xx/release.S                          |   34 ++++-
 cpu/mpc85xx/speed.c                            |    4 +
 drivers/pci/fsl_pci_init.c                     |   18 ++-
 drivers/qe/fdt.c                               |    2 +
 include/asm-ppc/config.h                       |   10 +
 include/asm-ppc/fsl_pci.h                      |    3 +-
 include/configs/MPC8569MDS.h                   |   39 +++++
 include/configs/XPEDITE5370.h                  |    8 +
 nand_spl/board/freescale/mpc8536ds/Makefile    |    6 +
 nand_spl/board/freescale/p1_p2_rdb/Makefile    |    6 +
 nand_spl/board/freescale/p1_p2_rdb/nand_boot.c |    2 +-
 27 files changed, 460 insertions(+), 81 deletions(-)


More information about the U-Boot mailing list