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: Thu, 22 Jan 2015 18:49:43 -0600	[thread overview]
Message-ID: <54C19AA7.30206@freescale.com> (raw)

The following changes since commit ab77f24119e80257de4ab017b877f92f96980562:

  Merge branch 'master' of git://git.denx.de/u-boot-ti (2015-01-16 10:25:01 -0500)

are available in the git repository at:


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

for you to fetch changes up to db4a1767c09a4696792204d1cac33631cb38424e:

  board/T1040rdb: Add VSC9953 support for T1040rdb board (2015-01-21 09:23:36 -0600)

----------------------------------------------------------------
Aneesh Bansal (1):
      powerpc/mpc85xx: Define PBI Flash Base for C29XPCIE Secure Boot

Chunhe Lan (1):
      powerpc/t4240rdb: Add alternate SerDes 2 protocol to align with RCW

Codrin Ciubotariu (11):
      net/fm: Fix error when FMAN MAC has no PHY
      arch/powerpc: Fix mapping of Freescale SerDes protocols
      arch/powerpc: Add SGMII support for the L2 Switch ports
      net/fm: Enable FMAN ports if l2switch ports are connected over SGMII
      net/vsc9953: Add driver for Vitesse VSC9953 L2 Switch IP
      arch/powerpc: Initialize VSC9953 L2 Switch
      board/T1040qds: Fix lane-to-slot mapping for SerDes protocol 0x89
      board/T1040qds: T1040 FMAN ports FM1 at DTSEC1 and FM1 at DTSEC2 have no PHYs
      board/T104xrdb: T1040 FMAN ports FM1 at DTSEC1 and FM1 at DTSEC2 have no PHYs
      board/T1040qds: Add VSC9953 support for T1040qds board
      board/T1040rdb: Add VSC9953 support for T1040rdb board

Po Liu (1):
      powerpc/c29xpcie: Add secure boot support

Ruchika Gupta (1):
      powerpc: mpc85xx: Add dummy gpio.h to enable CONFIG_OF_CONTROL

Shaohui Xie (1):
      phylib: add support for aquantia PHYs

Shengzhou Liu (3):
      powerpc/t1024: add serdes protocol 0x40 and 0x5f
      t1024qds: add missing T1024QDS_defconfig
      powerpc/t1024rdb: Add support for T1024RDB-PB

Tudor Laurentiu (1):
      b4860: Correct LIODN assignment for PCIe

gaurav rana (2):
      powerpc/mpc85xx: SECURE BOOT- Add secure boot target for P5040DS
      powerpc: SECURE BOOT- Add secure boot target for T1042RDB

harninder rai (1):
      powerpc/913x: Add config flag for bootdelay

tang yuantian (4):
      mpc85xx/t102xrdb: convert deep sleep to generic board interface
      mpc85xx/t102xqds: convert deep sleep to generic board interface
      mpc85xx/t1040qds: convert deep sleep to generic board interface
      mpc85xx: clean up the old deep sleep framework

 arch/powerpc/cpu/mpc85xx/b4860_ids.c           |    2 +-
 arch/powerpc/cpu/mpc85xx/cpu_init.c            |   10 +-
 arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c |   73 ++--
 arch/powerpc/cpu/mpc85xx/t1024_serdes.c        |    2 +
 arch/powerpc/cpu/mpc85xx/t1040_serdes.c        |    8 +-
 arch/powerpc/cpu/mpc8xxx/cpu.c                 |    5 +
 arch/powerpc/include/asm/arch-mpc85xx/gpio.h   |   15 +
 arch/powerpc/include/asm/fsl_secure_boot.h     |    2 +
 arch/powerpc/include/asm/fsl_serdes.h          |    7 +
 arch/powerpc/lib/board.c                       |   21 -
 board/freescale/c29xpcie/MAINTAINERS           |    2 +
 board/freescale/corenet_ds/MAINTAINERS         |    1 +
 board/freescale/t102xqds/ddr.c                 |   19 +
 board/freescale/t102xqds/t102xqds.c            |   23 +-
 board/freescale/t102xrdb/cpld.h                |    4 +
 board/freescale/t102xrdb/ddr.c                 |   19 +
 board/freescale/t102xrdb/eth_t102xrdb.c        |   30 +-
 board/freescale/t102xrdb/spl.c                 |    7 +
 board/freescale/t102xrdb/t102xrdb.c            |   54 ++-
 board/freescale/t1040qds/ddr.c                 |   19 +
 board/freescale/t1040qds/eth.c                 |   93 +++++
 board/freescale/t1040qds/t1040qds.c            |   23 +-
 board/freescale/t104xrdb/MAINTAINERS           |    1 +
 board/freescale/t104xrdb/eth.c                 |   59 ++-
 board/freescale/t4rdb/eth.c                    |    2 +-
 board/freescale/t4rdb/t4_rcw.cfg               |    4 +-
 configs/C29XPCIE_NOR_SECBOOT_defconfig         |    4 +
 configs/C29XPCIE_SPIFLASH_SECBOOT_defconfig    |    4 +
 configs/P5040DS_SECURE_BOOT_defconfig          |    4 +
 configs/T1024QDS_defconfig                     |    4 +
 configs/T1042RDB_SECURE_BOOT_defconfig         |    4 +
 doc/README.t1040-l2switch                      |   48 +++
 drivers/net/Makefile                           |    1 +
 drivers/net/fm/eth.c                           |   30 +-
 drivers/net/fm/t1040.c                         |    3 +-
 drivers/net/phy/Makefile                       |    1 +
 drivers/net/phy/aquantia.c                     |  156 ++++++++
 drivers/net/phy/phy.c                          |    3 +
 drivers/net/vsc9953.c                          |  497 ++++++++++++++++++++++++
 include/configs/BSC9131RDB.h                   |    1 +
 include/configs/BSC9132QDS.h                   |    1 +
 include/configs/C29XPCIE.h                     |    2 +
 include/configs/T102xQDS.h                     |    3 +
 include/configs/T102xRDB.h                     |   23 +-
 include/configs/T1040QDS.h                     |    9 +
 include/configs/T104xRDB.h                     |    8 +
 include/phy.h                                  |    1 +
 include/vsc9953.h                              |  402 +++++++++++++++++++
 48 files changed, 1582 insertions(+), 132 deletions(-)
 create mode 100644 arch/powerpc/include/asm/arch-mpc85xx/gpio.h
 create mode 100644 configs/C29XPCIE_NOR_SECBOOT_defconfig
 create mode 100644 configs/C29XPCIE_SPIFLASH_SECBOOT_defconfig
 create mode 100644 configs/P5040DS_SECURE_BOOT_defconfig
 create mode 100644 configs/T1024QDS_defconfig
 create mode 100644 configs/T1042RDB_SECURE_BOOT_defconfig
 create mode 100644 doc/README.t1040-l2switch
 create mode 100644 drivers/net/phy/aquantia.c
 create mode 100644 drivers/net/vsc9953.c
 create mode 100644 include/vsc9953.h

Thanks.

York

             reply	other threads:[~2015-01-23  0:49 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-23  0:49 York Sun [this message]
2015-01-23 21:57 ` [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
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=54C19AA7.30206@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.