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

York Sun yorksun at freescale.com
Wed Jul 23 22:19:27 CEST 2014


Tom,

The following changes since commit fbe79a17fddb7f0b11aa15b9c93e9a4a26165ed8:

  m68k: define __kernel_size_t as unsinged int again (2014-07-22 09:46:50 -0400)

are available in the git repository at:

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

for you to fetch changes up to fb5368789a45ca5ee4396cbbf563a8f16ab24f9c:

  board/freescale: use generic board architecture for t2080qds and t2080rdb
(2014-07-23 12:40:30 -0700)

----------------------------------------------------------------
Lijun Pan (1):
      powerpc/mpc85xx: Remove P1023 RDS support

Prabhakar Kushwaha (3):
      driver/nand:Define MAX_BANKS same as SoC defined for IFC
      driver/nand: Update SRAM initialize logic for IFC.
      driver/nand: Add support of 16K SRAM for IFC 2.0

Rotariu Marian-Cristian (1):
      net/fm: call fm_port_to_index() with proper checks

Sandeep Singh (1):
      powerpc/mpc85xx: Removed support for G4060

Shaohui Xie (2):
      powerpc/ifc: fix invalid CSn FTIM2.TCH setting
      powerpc/t4240qds: fix offset of serdes when checking reference clock

Shaveta Leekha (1):
      powerpc/chassis2: Configure and enable L2 cache for PPC clusters only

Shengzhou Liu (4):
      powerpc/85xx: add fdt_fixup_dma3
      board/t2080qds: enable sst and eon spi flash for nor boot
      powerpc/t1040: update i2c for t1040qds and t104xrdb
      board/freescale: use generic board architecture for t2080qds and t2080rdb

Tang Yuantian (1):
      mpc85xx/t104x: Enable L2 and CPC cache when resume

York Sun (3):
      driver/ddr: Fix DDR4 driver for ARM
      powerpc/mpc85xx: Check return value of find_tlb_idx
      driver/ddr: Fix DDR register timing_cfg_8

Zang Roy-R61911 (1):
      fsl/pcie: Change 'no link' to 'undetermined' for pcie endpoint

Zhao Qiang (1):
      qe: move immap_qe.h from arch directory into common directory

vijay rai (1):
      powerpc/t1040qds: Initialize EPHY2 clock to RGMII only

 arch/arm/include/asm/arch-fsl-lsch3/config.h       |    4 +
 arch/arm/include/asm/io.h                          |    1 +
 arch/powerpc/cpu/mpc83xx/cpu.c                     |    2 +-
 arch/powerpc/cpu/mpc83xx/fdt.c                     |    2 +-
 arch/powerpc/cpu/mpc85xx/cpu_init.c                |  166 +++----
 arch/powerpc/cpu/mpc85xx/fdt.c                     |   47 ++
 arch/powerpc/cpu/mpc8xxx/cpu.c                     |    1 -
 arch/powerpc/include/asm/cache.h                   |    6 +
 arch/powerpc/include/asm/immap_85xx.h              |    6 +
 arch/powerpc/include/asm/io.h                      |    3 +
 arch/powerpc/include/asm/processor.h               |    1 -
 arch/powerpc/lib/board.c                           |    5 +
 board/exmeritus/hww1u1a/hww1u1a.c                  |   12 +-
 board/freescale/b4860qds/b4860qds.c                |   12 +-
 board/freescale/bsc9132qds/bsc9132qds.c            |   12 +-
 board/freescale/c29xpcie/c29xpcie.c                |   12 +-
 board/freescale/corenet_ds/corenet_ds.c            |   12 +-
 board/freescale/mpc8536ds/mpc8536ds.c              |   12 +-
 board/freescale/mpc8572ds/mpc8572ds.c              |   12 +-
 board/freescale/p1010rdb/p1010rdb.c                |   12 +-
 board/freescale/p1022ds/p1022ds.c                  |   12 +-
 board/freescale/p1023rdb/p1023rdb.c                |   12 +-
 board/freescale/p1023rds/Makefile                  |    9 -
 board/freescale/p1023rds/README                    |  101 -----
 board/freescale/p1023rds/bcsr.h                    |   49 --
 board/freescale/p1023rds/law.c                     |   19 -
 board/freescale/p1023rds/p1023rds.c                |  191 --------
 board/freescale/p1023rds/tlb.c                     |  100 ----
 board/freescale/p1_p2_rdb/p1_p2_rdb.c              |   12 +-
 board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c        |   12 +-
 board/freescale/p1_twr/p1_twr.c                    |   12 +-
 board/freescale/p2020ds/p2020ds.c                  |   12 +-
 board/freescale/p2041rdb/p2041rdb.c                |   12 +-
 board/freescale/t1040qds/eth.c                     |    4 +-
 board/freescale/t1040qds/t1040qds.c                |   12 +-
 board/freescale/t1040qds/t1040qds_qixis.h          |    4 +
 board/freescale/t104xrdb/t104xrdb.c                |   12 +-
 board/freescale/t208xqds/t208xqds.c                |   12 +-
 board/freescale/t208xrdb/t208xrdb.c                |   13 +-
 board/freescale/t4qds/t4240emu.c                   |   12 +-
 board/freescale/t4qds/t4240qds.c                   |   22 +-
 board/freescale/t4rdb/t4240rdb.c                   |   12 +-
 boards.cfg                                         |    1 -
 drivers/bootcount/bootcount.c                      |    2 +-
 drivers/ddr/fsl/ctrl_regs.c                        |    3 +
 drivers/ddr/fsl/fsl_ddr_gen4.c                     |    7 +-
 drivers/mtd/nand/fsl_ifc_nand.c                    |   45 +-
 drivers/mtd/nand/fsl_ifc_spl.c                     |    6 +-
 drivers/net/fm/fm.h                                |    3 +-
 drivers/net/fm/init.c                              |    6 +
 drivers/pci/fsl_pci_init.c                         |   10 +-
 drivers/qe/qe.c                                    |    2 +-
 drivers/qe/uccf.c                                  |    2 +-
 drivers/qe/uccf.h                                  |    2 +-
 drivers/qe/uec.c                                   |    2 +-
 drivers/qe/uec_phy.c                               |    2 +-
 include/configs/B4860QDS.h                         |    2 +-
 include/configs/BSC9132QDS.h                       |    2 +-
 include/configs/C29XPCIE.h                         |    2 +-
 include/configs/P1010RDB.h                         |    2 +-
 include/configs/P1023RDS.h                         |  479 --------------------
 include/configs/T1040QDS.h                         |   10 +-
 include/configs/T104xRDB.h                         |   12 +-
 include/configs/T208xQDS.h                         |    4 +-
 include/configs/T208xRDB.h                         |    4 +-
 include/configs/T4240QDS.h                         |    2 +-
 include/fsl_ifc.h                                  |    4 +
 .../include/asm => include/linux}/immap_qe.h       |    0
 include/post.h                                     |    2 +-
 69 files changed, 481 insertions(+), 1133 deletions(-)
 delete mode 100644 board/freescale/p1023rds/Makefile
 delete mode 100644 board/freescale/p1023rds/README
 delete mode 100644 board/freescale/p1023rds/bcsr.h
 delete mode 100644 board/freescale/p1023rds/law.c
 delete mode 100644 board/freescale/p1023rds/p1023rds.c
 delete mode 100644 board/freescale/p1023rds/tlb.c
 delete mode 100644 include/configs/P1023RDS.h
 rename {arch/powerpc/include/asm => include/linux}/immap_qe.h (100%)

Thanks,

York


More information about the U-Boot mailing list