[U-Boot] Please pull u-boot-mpc85xx.git

Kumar Gala galak at kernel.crashing.org
Wed Oct 20 09:43:11 CEST 2010


The following changes since commit 11c8dd36edcc82564a19dbd0103302df66d66db0:

  FAT: buffer overflow with FAT12/16 (2010-10-20 09:14:38 +0200)

are available in the git repository at:
  git://git.denx.de/u-boot-mpc85xx master

Aaron Sierra (1):
      85xx: Add support for not releasing secondary cores via 'mp_holdoff'

Kumar Gala (4):
      powerpc/fsl: Introduce common enum for PHY types
      powerpc/8xxx: Add fdt_fixup_phy_connection helper
      86xx: Create common linker script
      Fix compile warning in uli526x driver

Peter Tyser (6):
      mpc8641hpcn: Update PCI code
      sbc8641d: Update PCI code
      tqm85xx: Update PCI code
      mpc8640: Update the io_sel fields for PCI Express
      86xx: Use gc-sections to reduce image size
      85xx: Use gc-sections to reduce image size

Timur Tabi (1):
      always relocate fdt into an lmb-allocated memory block

York Sun (7):
      Adding more control to physical address mapping
      Add memory test feature for mpc85xx POST.
      Setup POST word for generic mpc85xx
      Enable POST memory test for corenet_ds
      Enable POST memory test for P2020DS
      Adding fixed sdram setting for cornet_ds board
      Disable unused chip-select for DDR controller interleaving

 arch/powerpc/cpu/mpc85xx/config.mk                 |    4 +
 arch/powerpc/cpu/mpc85xx/cpu.c                     |  219 ++++++++++++
 arch/powerpc/cpu/mpc85xx/fdt.c                     |   22 +-
 arch/powerpc/cpu/mpc85xx/mp.c                      |   31 ++
 arch/powerpc/cpu/mpc85xx/mp.h                      |    1 +
 arch/powerpc/cpu/mpc85xx/tlb.c                     |   16 +-
 arch/powerpc/cpu/mpc85xx/u-boot.lds                |   52 +---
 arch/powerpc/cpu/mpc86xx/config.mk                 |    7 +
 .../powerpc/cpu/mpc86xx}/u-boot.lds                |   26 +-
 arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c           |   17 +-
 arch/powerpc/cpu/mpc8xxx/fdt.c                     |   24 ++
 arch/powerpc/cpu/mpc8xxx/pci_cfg.c                 |    5 +-
 arch/powerpc/include/asm/fsl_ddr_sdram.h           |    6 +
 arch/powerpc/include/asm/fsl_enet.h                |   33 ++
 board/freescale/corenet_ds/Makefile                |    3 +-
 board/freescale/corenet_ds/corenet_ds.c            |   15 -
 board/freescale/corenet_ds/ddr.c                   |  131 +++++++-
 board/freescale/corenet_ds/p4080ds_ddr.c           |  356 ++++++++++++++++++++
 board/freescale/mpc8360emds/mpc8360emds.c          |   15 +-
 board/freescale/mpc837xemds/mpc837xemds.c          |    8 +-
 board/freescale/mpc8569mds/mpc8569mds.c            |    4 +-
 board/freescale/mpc8610hpcd/u-boot.lds             |  132 --------
 board/freescale/mpc8641hpcn/mpc8641hpcn.c          |   97 ++----
 board/freescale/mpc8641hpcn/u-boot.lds             |  133 --------
 board/sbc8641d/sbc8641d.c                          |  103 ++-----
 board/tqc/tqm85xx/law.c                            |    4 +-
 board/tqc/tqm85xx/tlb.c                            |   10 +-
 board/tqc/tqm85xx/tqm85xx.c                        |  151 +++------
 board/xes/xpedite5170/u-boot.lds                   |  132 --------
 common/image.c                                     |   83 ++---
 doc/README.fsl-ddr                                 |   14 +
 drivers/net/uli526x.c                              |    5 +-
 drivers/qe/uec.c                                   |   10 +-
 drivers/qe/uec.h                                   |   20 +-
 drivers/qe/uec_phy.c                               |    8 +-
 include/configs/P2020DS.h                          |    5 +-
 include/configs/TQM85xx.h                          |   20 +-
 include/configs/corenet_ds.h                       |   61 +----
 include/post.h                                     |    4 +-
 39 files changed, 1059 insertions(+), 928 deletions(-)
 rename {board/sbc8641d => arch/powerpc/cpu/mpc86xx}/u-boot.lds (90%)
 create mode 100644 arch/powerpc/include/asm/fsl_enet.h
 create mode 100644 board/freescale/corenet_ds/p4080ds_ddr.c
 delete mode 100644 board/freescale/mpc8610hpcd/u-boot.lds
 delete mode 100644 board/freescale/mpc8641hpcn/u-boot.lds
 delete mode 100644 board/xes/xpedite5170/u-boot.lds


More information about the U-Boot mailing list