All of lore.kernel.org
 help / color / mirror / Atom feed
From: York Sun <york.sun@nxp.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-mpc85xx master
Date: Tue, 13 Jun 2017 17:02:36 +0000	[thread overview]
Message-ID: <VI1PR0401MB2687F902FEDE6A4B4009C7639AC20@VI1PR0401MB2687.eurprd04.prod.outlook.com> (raw)

Tom,

The following changes since commit 8cb3ce64f936f5dedbcfc1935c5caf31bb682474:

   Merge git://git.denx.de/u-boot-dm (2017-06-10 18:01:22 -0400)

are available in the git repository at:

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

for you to fetch changes up to 1079af4817b562e176259c2beadb67ef0d046d91:

   powerpc: fsl: Update maintainers (2017-06-12 12:18:37 -0700)

----------------------------------------------------------------
York Sun (16):
       powerpc: mpc8540ads: mpc8560ads: Drop support for MPC8540/60ADS
       powerpc: mpc85xx: Update maintainer for MPC8541CDS and MPC8555CDS
       powerpc: mpc86xx: Update maintainer for MPC8610HPCD and MPC8641HPCN
       powerpc: mpc8536ds: Enable DHCP command by default
       driver: ddr: fsl: Fix compiling error for DDR2
       powerpc: mpc8641hpcn: Enable DHCP command and DDR debug
       net: phy: marvell: Fix init function for m88e1145
       powerpc: mpc8548cds: Update maintainer
       powerpc: mpc8548cds: Enable DHCP command by default
       powerpc: mpc8544ds: Enable DHCP command by default
       powerpc: mpc8544ds: Fix environmental variable location
       powerpc: mpc8544ds: Update maintainer
       powerpc: mpc8536ds: Update maintainer
       powerpc: mpc8568mds: Update board config
       powerpc: mpc8569mds: Update config and maintainer
       powerpc: fsl: Update maintainers

  arch/powerpc/cpu/mpc85xx/Kconfig        |  10 -
  board/freescale/b4860qds/MAINTAINERS    |   2 +-
  board/freescale/mpc8536ds/MAINTAINERS   |   2 +-
  board/freescale/mpc8540ads/Kconfig      |  12 -
  board/freescale/mpc8540ads/MAINTAINERS  |   6 -
  board/freescale/mpc8540ads/Makefile     |  11 -
  board/freescale/mpc8540ads/ddr.c        |  44 ---
  board/freescale/mpc8540ads/law.c        |  42 ---
  board/freescale/mpc8540ads/mpc8540ads.c | 242 -----------------
  board/freescale/mpc8540ads/tlb.c        |  95 -------
  board/freescale/mpc8541cds/MAINTAINERS  |   4 +-
  board/freescale/mpc8544ds/MAINTAINERS   |   2 +-
  board/freescale/mpc8548cds/MAINTAINERS  |   2 +-
  board/freescale/mpc8555cds/MAINTAINERS  |   4 +-
  board/freescale/mpc8560ads/Kconfig      |  12 -
  board/freescale/mpc8560ads/MAINTAINERS  |   6 -
  board/freescale/mpc8560ads/Makefile     |  11 -
  board/freescale/mpc8560ads/ddr.c        |  44 ---
  board/freescale/mpc8560ads/law.c        |  42 ---
  board/freescale/mpc8560ads/mpc8560ads.c | 462 
--------------------------------
  board/freescale/mpc8560ads/tlb.c        |  95 -------
  board/freescale/mpc8568mds/MAINTAINERS  |   2 +-
  board/freescale/mpc8569mds/MAINTAINERS  |   2 +-
  board/freescale/mpc8610hpcd/MAINTAINERS |   2 +-
  board/freescale/mpc8641hpcn/MAINTAINERS |   4 +-
  board/freescale/p1010rdb/MAINTAINERS    |   2 +-
  board/freescale/p1_twr/MAINTAINERS      |   2 +-
  board/freescale/t104xrdb/MAINTAINERS    |   4 +-
  configs/MPC8536DS_36BIT_defconfig       |   1 +
  configs/MPC8536DS_defconfig             |   1 +
  configs/MPC8540ADS_defconfig            |  15 --
  configs/MPC8544DS_defconfig             |   1 +
  configs/MPC8548CDS_36BIT_defconfig      |   1 +
  configs/MPC8548CDS_defconfig            |   1 +
  configs/MPC8560ADS_defconfig            |  14 -
  configs/MPC8568MDS_defconfig            |   1 +
  configs/MPC8569MDS_ATM_defconfig        |   1 +
  configs/MPC8569MDS_defconfig            |   1 +
  configs/MPC8641HPCN_defconfig           |   1 +
  doc/README.mpc85xxads                   | 301 ---------------------
  drivers/ddr/fsl/interactive.c           |   4 +
  drivers/net/phy/marvell.c               |   5 +-
  include/configs/MPC8544DS.h             |   4 +-
  include/configs/MPC8568MDS.h            |   6 +-
  include/configs/MPC8641HPCN.h           |   2 +-
  45 files changed, 40 insertions(+), 1488 deletions(-)
  delete mode 100644 board/freescale/mpc8540ads/Kconfig
  delete mode 100644 board/freescale/mpc8540ads/MAINTAINERS
  delete mode 100644 board/freescale/mpc8540ads/Makefile
  delete mode 100644 board/freescale/mpc8540ads/ddr.c
  delete mode 100644 board/freescale/mpc8540ads/law.c
  delete mode 100644 board/freescale/mpc8540ads/mpc8540ads.c
  delete mode 100644 board/freescale/mpc8540ads/tlb.c
  delete mode 100644 board/freescale/mpc8560ads/Kconfig
  delete mode 100644 board/freescale/mpc8560ads/MAINTAINERS
  delete mode 100644 board/freescale/mpc8560ads/Makefile
  delete mode 100644 board/freescale/mpc8560ads/ddr.c
  delete mode 100644 board/freescale/mpc8560ads/law.c
  delete mode 100644 board/freescale/mpc8560ads/mpc8560ads.c
  delete mode 100644 board/freescale/mpc8560ads/tlb.c
  delete mode 100644 configs/MPC8540ADS_defconfig
  delete mode 100644 configs/MPC8560ADS_defconfig
  delete mode 100644 doc/README.mpc85xxads

Thanks.

York

             reply	other threads:[~2017-06-13 17:02 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-13 17:02 York Sun [this message]
2017-06-15 13:01 ` [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-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-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=VI1PR0401MB2687F902FEDE6A4B4009C7639AC20@VI1PR0401MB2687.eurprd04.prod.outlook.com \
    --to=york.sun@nxp.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.