All of lore.kernel.org
 help / color / mirror / Atom feed
From: York Sun <yorksun@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-mpc85xx master
Date: Wed, 23 Apr 2014 15:45:05 -0700	[thread overview]
Message-ID: <53584271.3040600@freescale.com> (raw)

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

             reply	other threads:[~2014-04-23 22:45 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-23 22:45 York Sun [this message]
2014-04-25 19:44 ` [U-Boot] Please pull u-boot-mpc85xx master Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2019-01-24 16:25 York Sun
2019-01-25 15:16 ` Tom Rini
2018-10-30 19:21 York Sun
2018-10-31 14:44 ` Tom Rini
2018-09-28 15:35 York Sun
2018-09-30  2:27 ` Tom Rini
2018-07-31 17:25 York Sun
2018-08-01 15:05 ` Tom Rini
2018-07-31 17:12 York Sun
2018-07-31 17:16 ` York Sun
2017-12-08 16:59 York Sun
2017-12-09  1:35 ` Tom Rini
2017-06-13 17:02 York Sun
2017-06-15 13:01 ` Tom Rini
2017-02-01 16:19 york sun
2017-02-02  3:20 ` Tom Rini
2017-01-25  5:26 york sun
2017-01-26  3:00 ` Tom Rini
2016-12-20 17:15 york sun
2016-12-22  2:30 ` Tom Rini
2016-12-04 17:02 york sun
2016-12-04 23:00 ` Tom Rini
2016-11-29 22:18 york sun
2016-11-30 14:12 ` Tom Rini
2016-10-15 17:02 york sun
2016-10-18  0:08 ` Tom Rini
2016-07-22  0:17 york sun
2016-07-23  0:09 ` Tom Rini
2016-07-25 18:52 ` Scott Wood
2016-07-25 19:02   ` york sun
2016-06-04 16:03 York Sun
2016-06-06 11:16 ` Tom Rini
2016-05-25  3:37 York Sun
2016-05-26 15:49 ` Tom Rini
2016-04-08 22:45 York Sun
2016-04-11 15:00 ` Tom Rini
2016-02-26 18:51 york sun
2016-02-26 19:09 ` Tom Rini
2016-01-25 20:49 york sun
2016-01-26 22:44 ` Tom Rini
     [not found] <568BFBF0.3040605@freescale.com>
2016-01-05 18:21 ` York Sun
     [not found] <563A9399.80500@freescale.com>
2015-11-04 23:45 ` Tom Rini
2015-11-02 21:06 York Sun
2015-11-02 23:17 ` Tom Rini
2015-09-02 15:26 York Sun
2015-09-02 21:58 ` Tom Rini
2015-07-31 16:00 York Sun
2015-08-01 14:47 ` Tom Rini
2015-05-05 16:55 York Sun
2015-05-05 23:59 ` Tom Rini
2015-04-20 21:05 York Sun
2015-04-22 15:52 ` Tom Rini
2015-03-05 20:20 York Sun
2015-03-06 15:43 ` Tom Rini
2015-01-23  0:49 York Sun
2015-01-23 21:57 ` Tom Rini
2014-12-16 17:24 York Sun
2014-12-17  0:45 ` Tom Rini
2014-12-05 16:10 York Sun
2014-12-08 21:41 ` Tom Rini
2014-07-23 20:19 York Sun
2014-07-28 19:03 ` Tom Rini
2014-06-05 21:30 York Sun
2014-06-05 22:50 ` Tom Rini
2014-05-16 22:12 York Sun
2014-05-19 12:47 ` Tom Rini
2014-02-03 17:04 York Sun
2014-02-04 22:05 ` Tom Rini
2014-01-03 23:57 York Sun
2014-01-07 17:16 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53584271.3040600@freescale.com \
    --to=yorksun@freescale.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.