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: Tue, 5 May 2015 09:55:43 -0700	[thread overview]
Message-ID: <5548F60F.5040307@freescale.com> (raw)

Tom,

The following changes since commit ace97d26176a3ebc9ec07738450de93eea35975c:

  Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze (2015-04-29
06:46:33 -0400)

are available in the git repository at:


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

for you to fetch changes up to 8b0044ff5942943eaa49935f49d5006b346a60f8:

  powerpc/mpc85xx: Add board support for ucp1020 (2015-05-04 09:26:26 -0700)

----------------------------------------------------------------
Chunhe Lan (1):
      powerpc/t4rdb: Add SD boot support for T4240RDB board

Minghuan Lian (1):
      fsl/pci: Set CFG_READY for PCIe v3.0 and later

Nikhil Badola (1):
      drivers: usb: fsl: Workaround for Erratum A004477

Oleksandr G Zhadan (2):
      powerpc/mpc85xx: Fix compiling error for common/cmd_gpio.c
      powerpc/mpc85xx: Add board support for ucp1020

Scott Wood (2):
      powerpc/mpc85xx: Use GOT when loading IVORs post-relocation
      powerpc/mpc85xx: Don't deref NULL if qman portal lacks cell-index

Shaohui Xie (1):
      powerpc/t4240qds: Update RCW, defconfig and maintainer

Shengzhou Liu (4):
      powerpc/t1023rdb: Add T1023 RDB board support
      board/t102x: use fdt_setprop_string instead of fdt_setprop
      board/t2080rdb: reset cs4315 phy
      t2080rdb/rcw: update ddr frequency from 1600MT/s to 1867MT/s

Tang Yuantian (1):
      fsl/deepsleep: avoid the DDR restore from being optimized out

Valentin Longchamp (1):
      powerpc: add 2 common dcache assembly functions

Yangbo Lu (4):
      mmc: fsl_esdhc: Add adapter card type identification support
      powerpc/t2080qds: enable eSDHC adapter card type identification
      mmc: fsl_esdhc: Add peripheral clock support
      powerpc/t2080qds: enable eSDHC peripheral clock support

York Sun (1):
      mpc85xx/T4240EMU: Remove T4240EMU board

Zhao Qiang (1):
      T2080QDS/PCIe: Soft Reset PCIe on T2080QDS for down-training issue

 arch/powerpc/cpu/mpc512x/Makefile            |    3 -
 arch/powerpc/cpu/mpc512x/cache.c             |   17 -
 arch/powerpc/cpu/mpc5xxx/Makefile            |    1 -
 arch/powerpc/cpu/mpc5xxx/cache.c             |   15 -
 arch/powerpc/cpu/mpc83xx/Makefile            |    3 -
 arch/powerpc/cpu/mpc83xx/cache.c             |   17 -
 arch/powerpc/cpu/mpc85xx/Kconfig             |    8 +-
 arch/powerpc/cpu/mpc85xx/Makefile            |    3 -
 arch/powerpc/cpu/mpc85xx/cache.c             |   17 -
 arch/powerpc/cpu/mpc85xx/cmd_errata.c        |    4 +
 arch/powerpc/cpu/mpc85xx/portals.c           |    9 +-
 arch/powerpc/cpu/mpc85xx/speed.c             |   49 +-
 arch/powerpc/cpu/mpc85xx/start.S             |   35 +-
 arch/powerpc/cpu/mpc86xx/cache.S             |   45 --
 arch/powerpc/cpu/ppc4xx/cache.S              |   43 --
 arch/powerpc/include/asm/arch-mpc85xx/gpio.h |    2 +
 arch/powerpc/include/asm/config_mpc85xx.h    |   16 +-
 arch/powerpc/include/asm/fsl_pci.h           |    1 +
 arch/powerpc/include/asm/global_data.h       |    3 +
 arch/powerpc/include/asm/mpc85xx_gpio.h      |    6 +-
 arch/powerpc/lib/ppccache.S                  |   48 ++
 board/Arcturus/ucp1020/Kconfig               |   44 ++
 board/Arcturus/ucp1020/MAINTAINERS           |    7 +
 board/Arcturus/ucp1020/Makefile              |   33 +
 board/Arcturus/ucp1020/README                |   54 ++
 board/Arcturus/ucp1020/cmd_arc.c             |  231 ++++++
 board/Arcturus/ucp1020/ddr.c                 |  161 ++++
 board/Arcturus/ucp1020/law.c                 |   25 +
 board/Arcturus/ucp1020/spl.c                 |  126 ++++
 board/Arcturus/ucp1020/spl_minimal.c         |   67 ++
 board/Arcturus/ucp1020/tlb.c                 |  101 +++
 board/Arcturus/ucp1020/ucp1020.c             |  363 +++++++++
 board/Arcturus/ucp1020/ucp1020.h             |   44 ++
 board/freescale/common/mpc85xx_sleep.c       |    8 +-
 board/freescale/common/qixis.h               |   14 +
 board/freescale/t102xqds/eth_t102xqds.c      |    9 +-
 board/freescale/t102xrdb/MAINTAINERS         |    5 +
 board/freescale/t102xrdb/Makefile            |    2 +-
 board/freescale/t102xrdb/README              |   97 ++-
 board/freescale/t102xrdb/ddr.c               |   78 +-
 board/freescale/t102xrdb/eth_t102xrdb.c      |   31 +-
 board/freescale/t102xrdb/t1023_rcw.cfg       |    8 +
 board/freescale/t102xrdb/t102xrdb.c          |   93 ++-
 board/freescale/t102xrdb/t102xrdb.h          |    4 +-
 board/freescale/t208xrdb/cpld.h              |    3 +
 board/freescale/t208xrdb/t2080_rcw.cfg       |    5 +-
 board/freescale/t208xrdb/t208xrdb.c          |    7 +
 board/freescale/t4qds/Kconfig                |   13 -
 board/freescale/t4qds/MAINTAINERS            |   10 +-
 board/freescale/t4qds/Makefile               |    1 -
 board/freescale/t4qds/ddr.h                  |   26 -
 board/freescale/t4qds/t4_rcw.cfg             |    2 +-
 board/freescale/t4rdb/MAINTAINERS            |    1 +
 board/freescale/t4rdb/Makefile               |    6 +-
 board/freescale/t4rdb/ddr.c                  |    6 +-
 board/freescale/t4rdb/spl.c                  |   95 +++
 board/freescale/t4rdb/t4_pbi.cfg             |    3 -
 board/freescale/t4rdb/t4_rcw.cfg             |    6 +-
 board/freescale/t4rdb/tlb.c                  |    8 +
 configs/T1023RDB_NAND_defconfig              |    5 +
 configs/T1023RDB_SDCARD_defconfig            |    5 +
 configs/T1023RDB_SECURE_BOOT_defconfig       |    4 +
 configs/T1023RDB_SPIFLASH_defconfig          |    5 +
 configs/T1023RDB_defconfig                   |    4 +
 configs/T1024RDB_NAND_defconfig              |    2 +-
 configs/T1024RDB_SDCARD_defconfig            |    2 +-
 configs/T1024RDB_SECURE_BOOT_defconfig       |    2 +-
 configs/T1024RDB_SPIFLASH_defconfig          |    2 +-
 configs/T1024RDB_defconfig                   |    2 +-
 configs/T4160QDS_SPIFLASH_defconfig          |    4 -
 configs/T4240EMU_defconfig                   |    4 -
 configs/T4240QDS_SPIFLASH_defconfig          |    4 -
 configs/T4240RDB_SDCARD_defconfig            |    5 +
 configs/UCP1020_SPIFLASH_defconfig           |    6 +
 configs/UCP1020_defconfig                    |    5 +
 doc/README.fsl-esdhc                         |   28 +-
 drivers/mmc/fsl_esdhc.c                      |   79 +-
 drivers/mmc/mmc.c                            |    6 +
 drivers/mmc/mmc_private.h                    |    3 +
 drivers/pci/fsl_pci_init.c                   |   23 +-
 drivers/usb/host/ehci-fsl.c                  |   10 +
 include/configs/T102xRDB.h                   |   79 +-
 include/configs/T208xQDS.h                   |    3 +
 include/configs/T4240EMU.h                   |  181 -----
 include/configs/T4240RDB.h                   |   71 +-
 include/configs/UCP1020.h                    | 1027 ++++++++++++++++++++++++++
 include/e500.h                               |    1 +
 include/fsl_esdhc.h                          |    8 +
 include/fsl_usb.h                            |   29 +
 89 files changed, 3241 insertions(+), 510 deletions(-)
 delete mode 100644 arch/powerpc/cpu/mpc512x/cache.c
 delete mode 100644 arch/powerpc/cpu/mpc5xxx/cache.c
 delete mode 100644 arch/powerpc/cpu/mpc83xx/cache.c
 delete mode 100644 arch/powerpc/cpu/mpc85xx/cache.c
 create mode 100644 board/Arcturus/ucp1020/Kconfig
 create mode 100644 board/Arcturus/ucp1020/MAINTAINERS
 create mode 100644 board/Arcturus/ucp1020/Makefile
 create mode 100644 board/Arcturus/ucp1020/README
 create mode 100644 board/Arcturus/ucp1020/cmd_arc.c
 create mode 100644 board/Arcturus/ucp1020/ddr.c
 create mode 100644 board/Arcturus/ucp1020/law.c
 create mode 100644 board/Arcturus/ucp1020/spl.c
 create mode 100644 board/Arcturus/ucp1020/spl_minimal.c
 create mode 100644 board/Arcturus/ucp1020/tlb.c
 create mode 100644 board/Arcturus/ucp1020/ucp1020.c
 create mode 100644 board/Arcturus/ucp1020/ucp1020.h
 create mode 100644 board/freescale/t102xrdb/t1023_rcw.cfg
 create mode 100644 board/freescale/t4rdb/spl.c
 create mode 100644 configs/T1023RDB_NAND_defconfig
 create mode 100644 configs/T1023RDB_SDCARD_defconfig
 create mode 100644 configs/T1023RDB_SECURE_BOOT_defconfig
 create mode 100644 configs/T1023RDB_SPIFLASH_defconfig
 create mode 100644 configs/T1023RDB_defconfig
 delete mode 100644 configs/T4160QDS_SPIFLASH_defconfig
 delete mode 100644 configs/T4240EMU_defconfig
 delete mode 100644 configs/T4240QDS_SPIFLASH_defconfig
 create mode 100644 configs/T4240RDB_SDCARD_defconfig
 create mode 100644 configs/UCP1020_SPIFLASH_defconfig
 create mode 100644 configs/UCP1020_defconfig
 delete mode 100644 include/configs/T4240EMU.h
 create mode 100644 include/configs/UCP1020.h

Thanks.

York

             reply	other threads:[~2015-05-05 16:55 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-05 16:55 York Sun [this message]
2015-05-05 23:59 ` [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-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-04-23 22:45 York Sun
2014-04-25 19:44 ` 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=5548F60F.5040307@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.