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

York Sun yorksun at freescale.com
Thu Apr 24 00:45:05 CEST 2014


Tom,

The following changes since commit b149c4c399b111cec1ff7505ca9fabbeeb4fe394:

  ARM:tegra20: Remove aes debug prints (2014-04-18 16:14:17 -0400)

are available in the git repository at:

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

for you to fetch changes up to 08ad9b068afb8842df4cd559c327f54a42811a8d:

  ar8031: modify the config func of ar8031 to ar8021_config (2014-04-22 17:58:53
-0700)

----------------------------------------------------------------
Alexander Graf (6):
      fdt_support: split fdt_getprop_u32_default
      fdt_support: Add helper function to read "ranges" property
      PPC: 85xx: Remove IVOR reset
      PPC: 85xx: Generalize DDR TLB mapping function
      PPC 85xx: Add ELF entry point
      PPC 85xx: Add qemu-ppce500 machine

Aneesh Bansal (9):
      powerpc/p1010rdb: SECURE BOOT enabled for NAND
      powerpc/p1010rdb: SECURE BOOT- enable workaround for IFC errata A003399
      powerpc/mpc8xxx: SECURE BOOT- Disable law 0 for non PBL platforms
      powerpc/mpc85xx: SECURE BOOT- Add secure boot target for BSC9132QDS
      powerpc/mpc85xx: SECURE BOOT- Add NAND secure boot target for BSC9132QDS
      powerpc/mpc85xx: SECURE BOOT- Add secure boot target for B4860QDS
      powerpc/mpc85xx: SECURE BOOT- Add secure boot target for T4240QDS and T4160QDS
      powerpc/mpc85xx: SECURE BOOT- Add secure boot target for T2080QDS
      powerpc/mpc85xx: SECURE BOOT- Add secure boot target for T1040QDS and T1040RDB

Codrin Ciubotariu (2):
      net/phy: Fix PHY id for VSC8514
      powerpc/cpu/mpc85xx: Add MAC address for layer 2 switch

Haijun.Zhang (1):
      Powerpc/mpc8536DS: Increase SPI/SD uboot Image size to 768K

Nikhil Badola (4):
      fsl/usb: Fix phy type for Second USB controller
      fsl/usb: Workaround for USB erratum-A007075
      fsl/usb: Increase TXFIFOTHRESH value for usb write in T4 Rev 2.0
      powerpc/mpc85xx: Add Differential SYSCLK config support T1040

Prabhakar Kushwaha (19):
      board/b4860qds:Slow MDC clock to comply IEEE specs in PBI config
      driver/mmc: fix compile warnings
      powerpc/T1040: add mtdparts suppport for T104xRDB and T1040QDS
      board/t104xrdb: Add support of CPLD
      powerpc/mpc85xx: Remove QE firmware copy from NAND
      board/t1042rdb_pi: Disable CONFIG_QE and CONFIG_U_QE
      powerpc/mpc85xx: Move LAW_EN define outside of config
      powerpc/mpc85xx: Avoid hardcoding in SPL linker script
      powerpc:Add support of SPL non-relocation
      powerpc/mpc85xx:Disable non DDR LAWs before init_law
      driver/ifc: define nand_spl_load_image() for SPL
      driver/mtd/spi:Read 8KB data chunk during u-boot load in SPL
      driver: Add support of image load for MMC & SPI in SPL
      Makefile: Add support of CONFIG_SPL_FSL_PBL
      board/b4qds:Add support of 2 stage NAND boot-loader
      board/t104xrdb: Add support of NAND, SD, SPI boot for T104xRDB
      powerpc/mpc85xx:Avoid fix address of bootpg section
      powerpc/mpc85xx:Update MONITOR_LEN for 768KB u-boot size
      powerpc/mpc85xx:Update FM1 clock select and shift for B4420

Priyanka Jain (1):
      driver/net/fm/memac_phy: Initialize mdio_clock for SoCs wih FMANv3

Scott Wood (1):
      powerpc/85xx: Fix e6500 L2 cache stash IDs

Shaohui Xie (3):
      powerpc/t1040rdb: added a break in switch case
      powerpc/t4240: updated RCW and PBI for rev2.0
      powerpc/T4QDS: add two stage boot of nand/sd

Shengzhou Liu (6):
      powerpc/t208xqds: fix nor chip selection when nand boot
      powerpc/T208xQDS: add mtdparts suppport
      powerpc/T208xRDB: add mtdparts suppport
      board/t208xqds: Add support of 2-stage NAND/SPI/SD boot
      board/t208xrdb: Add support of 2-stage NAND/SPI/SD boot
      board/t2080rdb: some update for t2080rdb

Tang Yuantian (4):
      mpc85xx: Add support for the supplement configuration unit register
      mpc85xx/t104x: Add deep sleep framework support
      mpc85xx: Add deep sleep support on T1040QDS
      mpc85xx: Add deep sleep support on T104xRDB

York Sun (5):
      driver/fsl_ifc: Add a function to finalize CS0 address binding
      driver/ddr/fsl: Add DDR4 support to Freescale DDR driver
      mpc85xx/T1040QDS_D4: Add DDR4 support
      powerpc/mpc85xx: Add workaround for erratum A007212
      drivers/ddr: Fix possible out of bounds error

Zhao Qiang (5):
      QE/FMAN: modify CONFIG_SYS_QE_FMAN_FW_ADDR to CONFIG_SYS_FMAN_FW_ADDR and
CONFIG_SYS_QE_FW_ADDR
      QE/U-QE: Add U-QE support
      t1040rdb/qe: add QE support for T1040RDB
      T1040QDS/U-QE: Add u-qe support to t1040qds
      ar8031: modify the config func of ar8031 to ar8021_config

vijay rai (2):
      powerpc/t104xrdb: Unification of T104xRDB header files
      powerpc/85xx: Enhance get_sys_info() to check clocking mode

 Makefile                                      |   19 +
 README                                        |   37 +-
 arch/powerpc/cpu/mpc85xx/Makefile             |    2 +
 arch/powerpc/cpu/mpc85xx/cmd_errata.c         |   23 +
 arch/powerpc/cpu/mpc85xx/cpu.c                |   10 +-
 arch/powerpc/cpu/mpc85xx/cpu_init.c           |  161 +++++-
 arch/powerpc/cpu/mpc85xx/cpu_init_early.c     |    8 +-
 arch/powerpc/cpu/mpc85xx/fdt.c                |   41 +-
 arch/powerpc/cpu/mpc85xx/fixed_ivor.S         |   63 ---
 arch/powerpc/cpu/mpc85xx/qe_io.c              |    2 +-
 arch/powerpc/cpu/mpc85xx/release.S            |    3 -
 arch/powerpc/cpu/mpc85xx/speed.c              |   36 +-
 arch/powerpc/cpu/mpc85xx/start.S              |   34 +-
 arch/powerpc/cpu/mpc85xx/t1040_ids.c          |    1 +
 arch/powerpc/cpu/mpc85xx/tlb.c                |   49 +-
 arch/powerpc/cpu/mpc85xx/u-boot-nand.lds      |    8 +-
 arch/powerpc/cpu/mpc85xx/u-boot-spl.lds       |   19 +-
 arch/powerpc/cpu/mpc85xx/u-boot.lds           |    7 +-
 arch/powerpc/cpu/mpc8xxx/law.c                |   52 +-
 arch/powerpc/include/asm/config_mpc85xx.h     |   29 +-
 arch/powerpc/include/asm/fsl_errata.h         |   16 +
 arch/powerpc/include/asm/fsl_liodn.h          |    4 +
 arch/powerpc/include/asm/fsl_secure_boot.h    |   12 +
 arch/powerpc/include/asm/immap_85xx.h         |   35 +-
 arch/powerpc/include/asm/mmu.h                |    8 +
 arch/powerpc/lib/board.c                      |   16 +
 board/freescale/b4860qds/Makefile             |    9 +-
 board/freescale/b4860qds/b4_pbi.cfg           |    3 +
 board/freescale/b4860qds/ddr.c                |    5 +-
 board/freescale/b4860qds/spl.c                |  114 ++++
 board/freescale/b4860qds/tlb.c                |   10 +
 board/freescale/qemu-ppce500/Makefile         |    9 +
 board/freescale/qemu-ppce500/qemu-ppce500.c   |  348 ++++++++++++
 board/freescale/t1040qds/ddr.c                |   17 +-
 board/freescale/t1040qds/ddr.h                |   37 +-
 board/freescale/t1040qds/t1040qds.c           |   39 ++
 board/freescale/t104xrdb/Makefile             |    8 +-
 board/freescale/t104xrdb/README               |   73 +++
 board/freescale/t104xrdb/cpld.c               |  112 ++++
 board/freescale/t104xrdb/cpld.h               |   40 ++
 board/freescale/t104xrdb/ddr.c                |    5 +-
 board/freescale/t104xrdb/eth.c                |    1 +
 board/freescale/t104xrdb/spl.c                |  122 ++++
 board/freescale/t104xrdb/t1040_rcw.cfg        |    7 +
 board/freescale/t104xrdb/t1042_rcw.cfg        |    7 +
 board/freescale/t104xrdb/t104x_pbi.cfg        |   26 +
 board/freescale/t104xrdb/t104xrdb.c           |   23 +
 board/freescale/t104xrdb/tlb.c                |   12 +
 board/freescale/t208xqds/Makefile             |    5 +
 board/freescale/t208xqds/ddr.c                |    7 +-
 board/freescale/t208xqds/spl.c                |  137 +++++
 board/freescale/t208xqds/tlb.c                |    7 +
 board/freescale/t208xrdb/Makefile             |    5 +
 board/freescale/t208xrdb/README               |   86 ++-
 board/freescale/t208xrdb/cpld.h               |    4 +-
 board/freescale/t208xrdb/ddr.c                |    8 +-
 board/freescale/t208xrdb/spl.c                |  107 ++++
 board/freescale/t208xrdb/t208xrdb.c           |    2 +-
 board/freescale/t208xrdb/tlb.c                |    4 +-
 board/freescale/t4qds/Makefile                |    6 +-
 board/freescale/t4qds/ddr.c                   |    6 +-
 board/freescale/t4qds/spl.c                   |  141 +++++
 board/freescale/t4qds/t4_pbi.cfg              |   14 -
 board/freescale/t4qds/t4_rcw.cfg              |    6 +-
 board/freescale/t4qds/tlb.c                   |    8 +-
 boards.cfg                                    |   55 +-
 common/ddr_spd.c                              |   45 +-
 common/fdt_support.c                          |  132 ++++-
 doc/README.b4860qds                           |   36 ++
 doc/README.t4240qds                           |   53 ++
 drivers/ddr/fsl/Makefile                      |   19 +-
 drivers/ddr/fsl/ctrl_regs.c                   |  743 +++++++++++++++++++++++--
 drivers/ddr/fsl/ddr4_dimm_params.c            |  300 ++++++++++
 drivers/ddr/fsl/fsl_ddr_gen4.c                |  234 ++++++++
 drivers/ddr/fsl/interactive.c                 |  391 ++++++++++++-
 drivers/ddr/fsl/lc_common_dimm_params.c       |  407 ++++++++------
 drivers/ddr/fsl/main.c                        |   31 +-
 drivers/ddr/fsl/mpc85xx_ddr_gen3.c            |   52 +-
 drivers/ddr/fsl/options.c                     |  142 ++---
 drivers/ddr/fsl/util.c                        |   26 +-
 drivers/misc/fsl_ifc.c                        |    7 +
 drivers/mmc/fsl_esdhc_spl.c                   |   32 +-
 drivers/mtd/nand/fsl_ifc_spl.c                |   13 -
 drivers/mtd/spi/fsl_espi_spl.c                |   29 +-
 drivers/net/fm/fm.c                           |   12 +-
 drivers/net/fm/memac_phy.c                    |   12 +
 drivers/net/phy/atheros.c                     |    2 +-
 drivers/net/phy/vitesse.c                     |    2 +-
 drivers/qe/qe.c                               |    2 +-
 drivers/qe/qe.h                               |    2 +
 drivers/usb/host/ehci-fsl.c                   |   38 +-
 include/common_timing_params.h                |   23 +-
 include/configs/B4860QDS.h                    |   74 ++-
 include/configs/BSC9131RDB.h                  |    2 +-
 include/configs/BSC9132QDS.h                  |   13 +-
 include/configs/C29XPCIE.h                    |    2 +-
 include/configs/MPC8536DS.h                   |    4 +-
 include/configs/MPC8569MDS.h                  |    2 +-
 include/configs/P1010RDB.h                    |    8 +-
 include/configs/P1022DS.h                     |    2 +-
 include/configs/P1023RDB.h                    |    4 +-
 include/configs/P1023RDS.h                    |    6 +-
 include/configs/P1_P2_RDB.h                   |    2 +-
 include/configs/P2020DS.h                     |    2 +-
 include/configs/P2041RDB.h                    |   12 +-
 include/configs/T1040QDS.h                    |   38 +-
 include/configs/T1040RDB.h                    |  687 -----------------------
 include/configs/{T1042RDB_PI.h => T104xRDB.h} |  216 +++++--
 include/configs/T208xQDS.h                    |  166 ++++--
 include/configs/T208xRDB.h                    |  139 ++++-
 include/configs/T4240EMU.h                    |    2 +-
 include/configs/T4240QDS.h                    |  105 +++-
 include/configs/corenet_ds.h                  |   12 +-
 include/configs/km/km8309-common.h            |    2 +-
 include/configs/km/kmp204x-common.h           |    2 +-
 include/configs/p1_p2_rdb_pc.h                |    4 +-
 include/configs/p1_twr.h                      |    4 +-
 include/configs/qemu-ppce500.h                |  206 +++++++
 include/configs/t4qds.h                       |   19 +-
 include/ddr_spd.h                             |  226 +++++++-
 include/e500.h                                |    3 +
 include/fdt_support.h                         |    4 +
 include/fsl_ddr.h                             |    7 +-
 include/fsl_ddr_dimm_params.h                 |   77 ++-
 include/fsl_ddr_sdram.h                       |   67 ++-
 include/fsl_ddrc_version.h                    |   18 +
 include/fsl_esdhc.h                           |    1 +
 include/fsl_ifc.h                             |    1 +
 include/fsl_immap.h                           |   35 +-
 include/fsl_usb.h                             |    5 +
 include/spi_flash.h                           |    1 +
 include/usb/ehci-fsl.h                        |    7 +
 nand_spl/board/freescale/mpc8536ds/Makefile   |    6 +-
 nand_spl/board/freescale/mpc8569mds/Makefile  |    6 +-
 nand_spl/board/freescale/mpc8572ds/Makefile   |    6 +-
 nand_spl/board/freescale/p1023rds/Makefile    |    6 +-
 nand_spl/board/freescale/p1_p2_rdb/Makefile   |    6 +-
 137 files changed, 5777 insertions(+), 1555 deletions(-)
 delete mode 100644 arch/powerpc/cpu/mpc85xx/fixed_ivor.S
 create mode 100644 board/freescale/b4860qds/spl.c
 create mode 100644 board/freescale/qemu-ppce500/Makefile
 create mode 100644 board/freescale/qemu-ppce500/qemu-ppce500.c
 create mode 100644 board/freescale/t104xrdb/cpld.c
 create mode 100644 board/freescale/t104xrdb/cpld.h
 create mode 100644 board/freescale/t104xrdb/spl.c
 create mode 100644 board/freescale/t104xrdb/t1040_rcw.cfg
 create mode 100644 board/freescale/t104xrdb/t1042_rcw.cfg
 create mode 100644 board/freescale/t104xrdb/t104x_pbi.cfg
 create mode 100644 board/freescale/t208xqds/spl.c
 create mode 100644 board/freescale/t208xrdb/spl.c
 create mode 100644 board/freescale/t4qds/spl.c
 create mode 100644 drivers/ddr/fsl/ddr4_dimm_params.c
 create mode 100644 drivers/ddr/fsl/fsl_ddr_gen4.c
 delete mode 100644 include/configs/T1040RDB.h
 rename include/configs/{T1042RDB_PI.h => T104xRDB.h} (78%)
 create mode 100644 include/configs/qemu-ppce500.h
 create mode 100644 include/fsl_ddrc_version.h

Thanks,

York



More information about the U-Boot mailing list