[U-Boot] please pull mpc85xx

York Sun yorksun at freescale.com
Fri Nov 14 22:20:42 CET 2014


Tom,

The following changes since commit 0d485b9095328cdc81b2ee94ff59b988c69b9127:

  Merge branch 'master' of git://git.denx.de/u-boot-sunxi (2014-11-13 10:35:13
-0500)

are available in the git repository at:


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

for you to fetch changes up to 94b383e7d843efe2618535f01776921751dd756b:

  powerpc/85xx: enable some P1/P2 boards mtdparts for nor flash (2014-11-14
11:13:12 -0800)

----------------------------------------------------------------
Ashish Kumar (2):
      powerpc/BSC9132QDS: Enable creation of dynamic partition for NAND and NOR
      powerpc/BSC9131RDB: Enable creation of dynamic partitions for NAND

Chunhe Lan (1):
      powerpc/t4rdb: Add support of CPLD

Paul Gortmaker (1):
      sbc8548: enable and test CONFIG_SYS_GENERIC_BOARD

Prabhakar Kushwaha (1):
      powerpc/mpc85xx: Use IFC accessor function

Priyanka Jain (1):
      t104xrdb: Add Errata A_007662, A_008007 workaround in pbi.cfg

Shaohui Xie (2):
      Fman/mEMAC: mEMAC fix for 10G MAC and PHY
      driver/net/fm/memac_phy: set NEG bit for external MDIOs

Valentin Longchamp (3):
      mpc85xx/kmp204x: raise u-boot size to 768KB
      powerpc/mpc83xx: Zero boot_flags arg for calling board_init_f()
      keymile/powerpc: move to the architecture-generic board system

Yangbo Lu (1):
      powerpc/85xx: enable some P1/P2 boards mtdparts for nor flash

ramneek mehresh (1):
      85xx/b4:Correct USB DR controller liodn entry

 arch/powerpc/cpu/mpc83xx/start.S          |    1 +
 arch/powerpc/cpu/mpc85xx/b4860_ids.c      |    2 +-
 arch/powerpc/cpu/mpc85xx/cpu_init_early.c |    6 +-
 arch/powerpc/cpu/mpc85xx/speed.c          |    2 +-
 arch/powerpc/include/asm/fsl_memac.h      |    2 +
 board/freescale/bsc9131rdb/bsc9131rdb.c   |   11 +++
 board/freescale/bsc9132qds/bsc9132qds.c   |   12 +++
 board/freescale/t104xrdb/t104x_pbi.cfg    |   10 +++
 board/freescale/t4rdb/Makefile            |    1 +
 board/freescale/t4rdb/cpld.c              |  136 +++++++++++++++++++++++++++++
 board/freescale/t4rdb/cpld.h              |   49 +++++++++++
 board/freescale/t4rdb/law.c               |    3 +
 board/freescale/t4rdb/t4240rdb.c          |   12 +++
 board/freescale/t4rdb/tlb.c               |    5 ++
 drivers/net/fm/memac.c                    |   12 ++-
 drivers/net/fm/memac_phy.c                |    7 +-
 include/configs/BSC9131RDB.h              |   17 ++++
 include/configs/BSC9132QDS.h              |   21 +++++
 include/configs/P1022DS.h                 |   19 ++++
 include/configs/T4240RDB.h                |   23 +++++
 include/configs/km/km83xx-common.h        |    3 +
 include/configs/km/kmp204x-common.h       |    7 +-
 include/configs/km82xx.h                  |    3 +
 include/configs/p1_p2_rdb_pc.h            |   44 ++++++++++
 include/configs/p1_twr.h                  |   12 +++
 include/configs/sbc8548.h                 |    2 +
 26 files changed, 411 insertions(+), 11 deletions(-)
 create mode 100644 board/freescale/t4rdb/cpld.c
 create mode 100644 board/freescale/t4rdb/cpld.h

Thanks,

York


More information about the U-Boot mailing list