[U-Boot] [GIT pull] Please pull u-boot-mpc85xx

Kumar Gala galak at kernel.crashing.org
Fri Jul 29 15:05:53 CEST 2011


The following changes since commit 85f3df1c3a6e8f8f0c7a1daa0cdc3714daf967d7:

  Fix build error causes by "unify version_string" (2011-07-28 22:16:57 +0200)

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

Bhaskar Upadhaya (1):
      powerpc/85xx: Fix up clock_freq property in CAN node of dts

Kumar Gala (6):
      powerpc/85xx: Fix setting of EPAPR_MAGIC value
      powerpc/85xx: Rename P2040 id & SERDES to P2041
      powerpc/85xx: Add support for P2041[e] XAUI in SERDES
      powerpc/85xx: Handle the lack of L2 cache on P2040/P2040E
      powerpc/85xx: Cleanup handling of PVR detection for e500/e500mc/e5500
      powerpc/85xx: Fix build failure for P1023RDS

Matthew McClintock (1):
      powerpc/85xx: provide 85xx flush_icache for cmd_cache

Mingkai Hu (2):
      powerpc/p2041rdb: Enable backside L2 cache support
      powerpc/p2041rdb: Enable SATA support

Stephen George (1):
      powerpc/85xx: Adding configuration for DCSRCR to enable 32M access

Timur Tabi (1):
      powerpc/85xx: verify the device tree before booting Linux

Wolfgang Denk (2):
      85xx: enable FDT support for STX SSA board
      MPC8xxx: drop redundant boot messages

 arch/powerpc/cpu/mpc85xx/Makefile                  |    6 +-
 arch/powerpc/cpu/mpc85xx/cpu.c                     |   34 +++----
 arch/powerpc/cpu/mpc85xx/cpu_init.c                |   19 ++++
 arch/powerpc/cpu/mpc85xx/fdt.c                     |   98 ++++++++++++++++++--
 .../cpu/mpc85xx/{p2040_ids.c => p2041_ids.c}       |    0
 .../cpu/mpc85xx/{p2040_serdes.c => p2041_serdes.c} |   26 ++++-
 arch/powerpc/cpu/mpc85xx/release.S                 |   15 +++-
 arch/powerpc/cpu/mpc85xx/start.S                   |    2 +
 arch/powerpc/include/asm/immap_85xx.h              |    7 +-
 arch/powerpc/include/asm/processor.h               |    4 +
 arch/powerpc/lib/bootm.c                           |   23 +++++-
 board/freescale/corenet_ds/ddr.c                   |    2 +-
 board/freescale/corenet_ds/law.c                   |    3 +-
 board/freescale/mpc8610hpcd/mpc8610hpcd.c          |    2 +-
 board/freescale/mpc8641hpcn/mpc8641hpcn.c          |    2 +-
 board/freescale/p2041rdb/ddr.c                     |    2 +-
 board/sbc8641d/sbc8641d.c                          |    2 +-
 board/stx/stxssa/stxssa.c                          |    8 ++
 include/configs/P1023RDS.h                         |    6 +-
 include/configs/P2041RDB.h                         |   22 +++++
 include/configs/stxssa.h                           |    7 +-
 21 files changed, 241 insertions(+), 49 deletions(-)
 rename arch/powerpc/cpu/mpc85xx/{p2040_ids.c => p2041_ids.c} (100%)
 rename arch/powerpc/cpu/mpc85xx/{p2040_serdes.c => p2041_serdes.c} (83%)


More information about the U-Boot mailing list