All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Please pull u-boot-mpc85xx master
@ 2016-04-08 22:45 York Sun
  2016-04-11 15:00 ` Tom Rini
  0 siblings, 1 reply; 72+ messages in thread
From: York Sun @ 2016-04-08 22:45 UTC (permalink / raw)
  To: u-boot

Tom,

The following changes since commit 46a16bd895144617575c788d9c2554aeef76ac44:

  kirkwood_nand: claim MPP pins on the fly (2016-04-06 15:40:33 +0200)

are available in the git repository at:

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

for you to fetch changes up to 50689461205e0125759eb1a43787383a3fa09b48:

  powerpc: mpc85xx: Enable pre-relocation malloc for MPC85xx (2016-04-08
15:42:10 -0700)

----------------------------------------------------------------
Codrin Ciubotariu (1):
      powerpc: t1040qds: Use generic ethsw commands

York Sun (1):
      powerpc: Replace CONFIG_SYS_INIT_RAM_END with CONFIG_SYS_INIT_RAM_SIZE

mario.six at gdsys.cc (1):
      powerpc: mpc85xx: Enable pre-relocation malloc for MPC85xx

 arch/powerpc/cpu/mpc85xx/cpu_init_early.c |    9 ++-------
 arch/powerpc/cpu/mpc85xx/start.S          |   30 +++++++++++++++++++++++++++++
 include/configs/BSC9131RDB.h              |    4 ++--
 include/configs/BSC9132QDS.h              |    4 ++--
 include/configs/C29XPCIE.h                |    4 ++--
 include/configs/P1010RDB.h                |    4 ++--
 include/configs/T1040QDS.h                |    2 +-
 include/configs/a3m071.h                  |    4 ++--
 include/configs/ac14xx.h                  |    4 ++--
 include/configs/dlvision-10g.h            |    4 ++--
 include/configs/io.h                      |    4 ++--
 include/configs/iocon.h                   |    4 ++--
 include/configs/o2dnt-common.h            |    6 +++---
 include/ppc_asm.tmpl                      |    3 +++
 14 files changed, 57 insertions(+), 29 deletions(-)

Thanks.

York

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  2016-04-08 22:45 [U-Boot] Please pull u-boot-mpc85xx master York Sun
@ 2016-04-11 15:00 ` Tom Rini
  0 siblings, 0 replies; 72+ messages in thread
From: Tom Rini @ 2016-04-11 15:00 UTC (permalink / raw)
  To: u-boot

On Fri, Apr 08, 2016 at 03:45:07PM -0700, York Sun wrote:

> Tom,
> 
> The following changes since commit 46a16bd895144617575c788d9c2554aeef76ac44:
> 
>   kirkwood_nand: claim MPP pins on the fly (2016-04-06 15:40:33 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc85xx.git master
> 
> for you to fetch changes up to 50689461205e0125759eb1a43787383a3fa09b48:
> 
>   powerpc: mpc85xx: Enable pre-relocation malloc for MPC85xx (2016-04-08
> 15:42:10 -0700)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160411/fbddacc9/attachment.sig>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  2019-01-24 16:25 York Sun
@ 2019-01-25 15:16 ` Tom Rini
  0 siblings, 0 replies; 72+ messages in thread
From: Tom Rini @ 2019-01-25 15:16 UTC (permalink / raw)
  To: u-boot

On Thu, Jan 24, 2019 at 04:25:27PM +0000, York Sun wrote:

> Tom,
> 
> The following changes since commit 7794fe2c8c1303d303dbc515955c6c5be706da88:
> 
>   Merge git://git.denx.de/u-boot-nds32 (2019-01-22 22:00:20 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-mpc85xx.git tags/mpc85xx-for-v2019.04-rc1
> 
> for you to fetch changes up to 45e81f9ab3e97aec8e8744b23589bc21086cfd43:
> 
>   mpc85xx: Add support for -msingle-pic-base (2019-01-23 10:48:48 -0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190125/617317a1/attachment.sig>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
@ 2019-01-24 16:25 York Sun
  2019-01-25 15:16 ` Tom Rini
  0 siblings, 1 reply; 72+ messages in thread
From: York Sun @ 2019-01-24 16:25 UTC (permalink / raw)
  To: u-boot

Tom,

The following changes since commit 7794fe2c8c1303d303dbc515955c6c5be706da88:

  Merge git://git.denx.de/u-boot-nds32 (2019-01-22 22:00:20 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-mpc85xx.git tags/mpc85xx-for-v2019.04-rc1

for you to fetch changes up to 45e81f9ab3e97aec8e8744b23589bc21086cfd43:

  mpc85xx: Add support for -msingle-pic-base (2019-01-23 10:48:48 -0800)

----------------------------------------------------------------
mpc85xx config.mk: Add support for -msingle-pic-base

Travis build log is https://travis-ci.org/yorksun/u-boot/builds/483544380

----------------------------------------------------------------
Joakim Tjernlund (1):
      mpc85xx: Add support for -msingle-pic-base

 arch/powerpc/cpu/mpc85xx/config.mk | 1 +
 arch/powerpc/cpu/mpc85xx/start.S   | 3 +++
 2 files changed, 4 insertions(+)

Thanks.

York

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  2018-10-30 19:21 York Sun
@ 2018-10-31 14:44 ` Tom Rini
  0 siblings, 0 replies; 72+ messages in thread
From: Tom Rini @ 2018-10-31 14:44 UTC (permalink / raw)
  To: u-boot

On Tue, Oct 30, 2018 at 07:21:09PM +0000, York Sun wrote:

> Tom,
> 
> The following changes since commit 454cf76184c65426b68033a23da086e73663f2fc:
> 
>   Prepare v2018.11-rc3 (2018-10-29 16:04:26 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-mpc85xx.git tags/mpc85xx-for-v2018.11
> 
> for you to fetch changes up to db148f2a6938b47cf26c5fd11481e7462a6a793a:
> 
>   powerpc: t1040: Correct RCW EC2 settings (2018-10-29 13:19:43 -0700)
> 
> Travis build log is https://travis-ci.org/yorksun/u-boot/builds/448003795
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20181031/e2460ae8/attachment.sig>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
@ 2018-10-30 19:21 York Sun
  2018-10-31 14:44 ` Tom Rini
  0 siblings, 1 reply; 72+ messages in thread
From: York Sun @ 2018-10-30 19:21 UTC (permalink / raw)
  To: u-boot

Tom,

The following changes since commit 454cf76184c65426b68033a23da086e73663f2fc:

  Prepare v2018.11-rc3 (2018-10-29 16:04:26 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-mpc85xx.git tags/mpc85xx-for-v2018.11

for you to fetch changes up to db148f2a6938b47cf26c5fd11481e7462a6a793a:

  powerpc: t1040: Correct RCW EC2 settings (2018-10-29 13:19:43 -0700)

Travis build log is https://travis-ci.org/yorksun/u-boot/builds/448003795

----------------------------------------------------------------
Workaround and bug fix for Freescale PowerPC

Add workaround for Freescale USB erratum A005275.
Correct RCW macros for T1080.

----------------------------------------------------------------
Bin Meng (2):
      powerpc: t1040: Correct RCW MAC2_GMII_SEL value
      powerpc: t1040: Correct RCW EC2 settings

Chris Packham (1):
      fsl/usb: Workaround for USB erratum-A005275

 arch/powerpc/cpu/mpc85xx/Kconfig      |  8 ++++++++
 arch/powerpc/cpu/mpc85xx/cmd_errata.c |  4 ++++
 arch/powerpc/include/asm/immap_85xx.h |  5 ++---
 drivers/net/fm/t1040.c                |  3 ---
 drivers/usb/common/fsl-errata.c       | 28 ++++++++++++++++++++++++++++
 drivers/usb/host/ehci-fsl.c           |  7 +++++++
 drivers/usb/host/ehci-hcd.c           | 12 +++++++++++-
 drivers/usb/host/ehci.h               |  4 ++++
 include/fsl_usb.h                     |  1 +
 9 files changed, 65 insertions(+), 7 deletions(-)

Thanks.

York

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  2018-09-28 15:35 York Sun
@ 2018-09-30  2:27 ` Tom Rini
  0 siblings, 0 replies; 72+ messages in thread
From: Tom Rini @ 2018-09-30  2:27 UTC (permalink / raw)
  To: u-boot

On Fri, Sep 28, 2018 at 03:35:52PM +0000, York Sun wrote:

> Tom,
> 
> The following changes since commit 9dc8d155d4e88563f572ee79aab758eb4272f3fd:
> 
>   Merge git://git.denx.de/u-boot-imx (2018-09-19 20:35:27 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc85xx.git tags/mpc85xx-for-v2018.11-rc1
> 
> for you to fetch changes up to 432054b947a79dbf0f1554f6d6814e8ea8ecb623:
> 
>   powerpc: dts: Enable device tree support for T2080QDS (2018-09-27
> 10:14:14 -0700)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180929/5bbf6e59/attachment.sig>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
@ 2018-09-28 15:35 York Sun
  2018-09-30  2:27 ` Tom Rini
  0 siblings, 1 reply; 72+ messages in thread
From: York Sun @ 2018-09-28 15:35 UTC (permalink / raw)
  To: u-boot

Tom,

The following changes since commit 9dc8d155d4e88563f572ee79aab758eb4272f3fd:

  Merge git://git.denx.de/u-boot-imx (2018-09-19 20:35:27 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-mpc85xx.git tags/mpc85xx-for-v2018.11-rc1

for you to fetch changes up to 432054b947a79dbf0f1554f6d6814e8ea8ecb623:

  powerpc: dts: Enable device tree support for T2080QDS (2018-09-27
10:14:14 -0700)

----------------------------------------------------------------
Use device tree for mpc85xx with binman. Enabled for T2080QDS.

Build log is available at
https://travis-ci.org/yorksun/u-boot/builds/434213313.

----------------------------------------------------------------
Jagdish Gediya (8):
      powerpc/dts: Define '_end' symbol in mpc85xx U-Boot lds files
      powerpc/dts: Makefile changes to clean and build dts
      binman: Add a new "skip-at-start" property in Section class
      binman: Add support for PowerPC mpc85xx 'bootpg + resetvec' entry
      powerpc: mpc85xx: Select BINMAN by default
      powerpc: mpc85xx: Use binman to embed dtb inside U-Boot
      powerpc: dts: Add u-boot.dtsi to use binman for MPC85xx boards
      powerpc: dts: Enable device tree support for T2080QDS

 Makefile                                           | 23 +++++++-
 arch/powerpc/Kconfig                               |  1 +
 arch/powerpc/cpu/mpc85xx/Kconfig                   |  4 ++
 arch/powerpc/cpu/mpc85xx/u-boot-nand.lds           |  1 +
 arch/powerpc/cpu/mpc85xx/u-boot-nand_spl.lds       |  1 +
 arch/powerpc/cpu/mpc85xx/u-boot-spl.lds            |  1 +
 arch/powerpc/cpu/mpc85xx/u-boot.lds                |  1 +
 arch/powerpc/dts/Makefile                          | 14 +++++
 arch/powerpc/dts/e6500_power_isa.dtsi              | 39 ++++++++++++++
 arch/powerpc/dts/t2080.dtsi                        | 62
++++++++++++++++++++++
 arch/powerpc/dts/t2080qds.dts                      | 17 ++++++
 arch/powerpc/dts/u-boot.dtsi                       | 32 +++++++++++
 board/freescale/t208xqds/README                    | 19 +++++++
 configs/T2080QDS_NAND_defconfig                    |  3 +-
 configs/T2080QDS_SDCARD_defconfig                  |  3 +-
 configs/T2080QDS_SPIFLASH_defconfig                |  3 +-
 configs/T2080QDS_defconfig                         |  4 +-
 dts/Makefile                                       |  2 +-
 tools/binman/README                                |  9 ++++
 tools/binman/README.entries                        | 14 ++++-
 tools/binman/bsection.py                           | 15 ++++--
 .../etype/powerpc_mpc85xx_bootpg_resetvec.py       | 25 +++++++++
 tools/binman/ftest.py                              | 16 ++++++
 .../test/80_4gb_and_skip_at_start_together.dts     | 21 ++++++++
 .../test/81_powerpc_mpc85xx_bootpg_resetvec.dts    | 16 ++++++
 25 files changed, 335 insertions(+), 11 deletions(-)
 create mode 100644 arch/powerpc/dts/Makefile
 create mode 100644 arch/powerpc/dts/e6500_power_isa.dtsi
 create mode 100644 arch/powerpc/dts/t2080.dtsi
 create mode 100644 arch/powerpc/dts/t2080qds.dts
 create mode 100644 arch/powerpc/dts/u-boot.dtsi
 create mode 100644 tools/binman/etype/powerpc_mpc85xx_bootpg_resetvec.py
 create mode 100644 tools/binman/test/80_4gb_and_skip_at_start_together.dts
 create mode 100644 tools/binman/test/81_powerpc_mpc85xx_bootpg_resetvec.dts

Thanks.

York

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  2018-07-31 17:25 York Sun
@ 2018-08-01 15:05 ` Tom Rini
  0 siblings, 0 replies; 72+ messages in thread
From: Tom Rini @ 2018-08-01 15:05 UTC (permalink / raw)
  To: u-boot

On Tue, Jul 31, 2018 at 05:25:52PM +0000, York Sun wrote:

> Tom,
> 
> The following changes since commit 2547e91dc15e5203e15d4ebde9172174743b14a7:
> 
>   tegra: Indicate that binman makes all three output files (2018-07-26
> 15:49:40 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc85xx.git
> 
> for you to fetch changes up to 9dcb9d763d328da903194d0f14f97d9620a6f52d:
> 
>   Revert "powerpc/T104xRDB: Fix endian access issue on EHCI
> intinalization" (2018-07-31 10:19:42 -0700)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180801/5d8ce6bd/attachment.sig>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
@ 2018-07-31 17:25 York Sun
  2018-08-01 15:05 ` Tom Rini
  0 siblings, 1 reply; 72+ messages in thread
From: York Sun @ 2018-07-31 17:25 UTC (permalink / raw)
  To: u-boot

Tom,

The following changes since commit 2547e91dc15e5203e15d4ebde9172174743b14a7:

  tegra: Indicate that binman makes all three output files (2018-07-26
15:49:40 -0400)

are available in the git repository at:

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

for you to fetch changes up to 9dcb9d763d328da903194d0f14f97d9620a6f52d:

  Revert "powerpc/T104xRDB: Fix endian access issue on EHCI
intinalization" (2018-07-31 10:19:42 -0700)

----------------------------------------------------------------
Ran Wang (2):
      Revert "powerpc/p1_p2_rdb_pc: Fix endian access issue on EHCI
intinalization"
      Revert "powerpc/T104xRDB: Fix endian access issue on EHCI
intinalization"

 include/configs/T104xRDB.h     | 1 -
 include/configs/p1_p2_rdb_pc.h | 1 -
 2 files changed, 2 deletions(-)

Thanks.

York

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  2018-07-31 17:12 York Sun
@ 2018-07-31 17:16 ` York Sun
  0 siblings, 0 replies; 72+ messages in thread
From: York Sun @ 2018-07-31 17:16 UTC (permalink / raw)
  To: u-boot

Scratch that. I realized I didn't fix the commit messages. Will push
another one.

York

On 07/31/2018 10:12 AM, York Sun wrote:
> Tom,
> 
> The following changes since commit 2547e91dc15e5203e15d4ebde9172174743b14a7:
> 
>   tegra: Indicate that binman makes all three output files (2018-07-26
> 15:49:40 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc85xx.git
> 
> for you to fetch changes up to 7c176ce687bb35ccdcec123768d235db08674891:
> 
>   Revert "powerpc/T104xRDB: Fix endian access issue on EHCI
> intinalization" (2018-07-27 08:52:13 -0700)
> 
> ----------------------------------------------------------------
> Ran Wang (2):
>       Revert "powerpc/p1_p2_rdb_pc: Fix endian access issue on EHCI
> intinalization"
>       Revert "powerpc/T104xRDB: Fix endian access issue on EHCI
> intinalization"
> 
>  include/configs/T104xRDB.h     | 1 -
>  include/configs/p1_p2_rdb_pc.h | 1 -
>  2 files changed, 2 deletions(-)
> 
> Travis build passed, log
> https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftravis-ci.org%2Fyorksun%2Fu-boot%2Fbuilds%2F409003975&amp;data=02%7C01%7Cyork.sun%40nxp.com%7C14c12c421deb4d8a7b3308d5f708daba%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C636686539764348347&amp;sdata=Viuv5jhwUr4rrCTUOSimz7xlMXGLlKQV%2F%2FLOD1kkojQ%3D&amp;reserved=0
> 
> Thanks.
> 
> York
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.denx.de%2Flistinfo%2Fu-boot&amp;data=02%7C01%7Cyork.sun%40nxp.com%7C14c12c421deb4d8a7b3308d5f708daba%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C636686539764348347&amp;sdata=egsorvmJRUfElsGVoNsb%2Fa4cBABDYv02gnzv4LbImV8%3D&amp;reserved=0
> 

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
@ 2018-07-31 17:12 York Sun
  2018-07-31 17:16 ` York Sun
  0 siblings, 1 reply; 72+ messages in thread
From: York Sun @ 2018-07-31 17:12 UTC (permalink / raw)
  To: u-boot

Tom,

The following changes since commit 2547e91dc15e5203e15d4ebde9172174743b14a7:

  tegra: Indicate that binman makes all three output files (2018-07-26
15:49:40 -0400)

are available in the git repository at:

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

for you to fetch changes up to 7c176ce687bb35ccdcec123768d235db08674891:

  Revert "powerpc/T104xRDB: Fix endian access issue on EHCI
intinalization" (2018-07-27 08:52:13 -0700)

----------------------------------------------------------------
Ran Wang (2):
      Revert "powerpc/p1_p2_rdb_pc: Fix endian access issue on EHCI
intinalization"
      Revert "powerpc/T104xRDB: Fix endian access issue on EHCI
intinalization"

 include/configs/T104xRDB.h     | 1 -
 include/configs/p1_p2_rdb_pc.h | 1 -
 2 files changed, 2 deletions(-)

Travis build passed, log
https://travis-ci.org/yorksun/u-boot/builds/409003975

Thanks.

York

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  2017-12-08 16:59 York Sun
@ 2017-12-09  1:35 ` Tom Rini
  0 siblings, 0 replies; 72+ messages in thread
From: Tom Rini @ 2017-12-09  1:35 UTC (permalink / raw)
  To: u-boot

On Fri, Dec 08, 2017 at 04:59:39PM +0000, York Sun wrote:

> Tom,
> 
> The following changes since commit 9da7fb4a39149c3061cb148bfbaa76b4b52b9008:
> 
>   Prepare v2018.01-rc1 (2017-12-04 18:27:17 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc85xx.git
> 
> for you to fetch changes up to 316f0d0f8f3cbeeefda043e69f3e4e6aa57f7f1d:
> 
>   powerpc: mpc85xx: Fix static TLB table for SDRAM (2017-12-06 14:54:12
> -0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171208/031b5ce1/attachment.sig>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
@ 2017-12-08 16:59 York Sun
  2017-12-09  1:35 ` Tom Rini
  0 siblings, 1 reply; 72+ messages in thread
From: York Sun @ 2017-12-08 16:59 UTC (permalink / raw)
  To: u-boot

Tom,

The following changes since commit 9da7fb4a39149c3061cb148bfbaa76b4b52b9008:

  Prepare v2018.01-rc1 (2017-12-04 18:27:17 -0500)

are available in the git repository at:

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

for you to fetch changes up to 316f0d0f8f3cbeeefda043e69f3e4e6aa57f7f1d:

  powerpc: mpc85xx: Fix static TLB table for SDRAM (2017-12-06 14:54:12
-0800)

----------------------------------------------------------------
Ran Wang (2):
      powerpc/T104xRDB: Fix endian access issue on EHCI intinalization
      powerpc/p1_p2_rdb_pc: Fix endian access issue on EHCI intinalization

York Sun (1):
      powerpc: mpc85xx: Fix static TLB table for SDRAM

 board/Arcturus/ucp1020/tlb.c       | 2 +-
 board/freescale/b4860qds/tlb.c     | 2 +-
 board/freescale/bsc9131rdb/tlb.c   | 2 +-
 board/freescale/bsc9132qds/tlb.c   | 2 +-
 board/freescale/c29xpcie/tlb.c     | 4 ++--
 board/freescale/mpc8541cds/tlb.c   | 2 +-
 board/freescale/mpc8548cds/tlb.c   | 2 +-
 board/freescale/mpc8568mds/tlb.c   | 2 +-
 board/freescale/p1010rdb/tlb.c     | 2 +-
 board/freescale/p1022ds/tlb.c      | 4 ++--
 board/freescale/p1023rdb/tlb.c     | 4 ++--
 board/freescale/p1_p2_rdb_pc/tlb.c | 2 +-
 board/freescale/p1_twr/tlb.c       | 2 +-
 board/freescale/t102xqds/tlb.c     | 4 ++--
 board/freescale/t102xrdb/tlb.c     | 4 ++--
 board/freescale/t104xrdb/tlb.c     | 4 ++--
 board/freescale/t208xqds/tlb.c     | 2 +-
 board/freescale/t208xrdb/tlb.c     | 2 +-
 board/freescale/t4qds/tlb.c        | 2 +-
 board/freescale/t4rdb/tlb.c        | 2 +-
 board/gdsys/p1022/tlb.c            | 2 +-
 board/sbc8548/tlb.c                | 4 ++--
 include/configs/T104xRDB.h         | 1 +
 include/configs/p1_p2_rdb_pc.h     | 1 +
 24 files changed, 31 insertions(+), 29 deletions(-)

Thanks.

York

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  2017-06-13 17:02 York Sun
@ 2017-06-15 13:01 ` Tom Rini
  0 siblings, 0 replies; 72+ messages in thread
From: Tom Rini @ 2017-06-15 13:01 UTC (permalink / raw)
  To: u-boot

On Tue, Jun 13, 2017 at 05:02:36PM +0000, York Sun wrote:

> 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)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170615/883cb524/attachment.sig>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
@ 2017-06-13 17:02 York Sun
  2017-06-15 13:01 ` Tom Rini
  0 siblings, 1 reply; 72+ messages in thread
From: York Sun @ 2017-06-13 17:02 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  2017-02-01 16:19 york sun
@ 2017-02-02  3:20 ` Tom Rini
  0 siblings, 0 replies; 72+ messages in thread
From: Tom Rini @ 2017-02-02  3:20 UTC (permalink / raw)
  To: u-boot

On Wed, Feb 01, 2017 at 04:19:16PM +0000, york sun wrote:

> Tom,
> 
> The following changes since commit cf4128e53caa4f7b0a6586fc3f10690d5c05db31:
> 
>    Merge git://www.denx.de/git/u-boot-marvell (2017-01-26 12:26:24 -0500)
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-mpc85xx.git
> 
> for you to fetch changes up to de8c9317a891c1b30c465df1eb793c2861001919:
> 
>    powerpc: mpc5200: Correct return value of memcpy function (2017-02-01 
> 08:14:39 -0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170201/86c889e1/attachment.sig>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
@ 2017-02-01 16:19 york sun
  2017-02-02  3:20 ` Tom Rini
  0 siblings, 1 reply; 72+ messages in thread
From: york sun @ 2017-02-01 16:19 UTC (permalink / raw)
  To: u-boot

Tom,

The following changes since commit cf4128e53caa4f7b0a6586fc3f10690d5c05db31:

   Merge git://www.denx.de/git/u-boot-marvell (2017-01-26 12:26:24 -0500)

are available in the git repository at:

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

for you to fetch changes up to de8c9317a891c1b30c465df1eb793c2861001919:

   powerpc: mpc5200: Correct return value of memcpy function (2017-02-01 
08:14:39 -0800)

----------------------------------------------------------------
Mark Marshall (2):
       powerpc: mpc85xx: Use symbolic names for cache control bits
       powerpc: mpc5200: Correct return value of memcpy function

mario.six at gdsys.cc (2):
       powerpc: mpc83xx: Minimize r1 modification
       powerpc: mpc83xx: Enable pre-relocation malloc

  arch/powerpc/cpu/mpc83xx/cpu_init.c    |  3 +--
  arch/powerpc/cpu/mpc83xx/spl_minimal.c |  6 +-----
  arch/powerpc/cpu/mpc83xx/start.S       | 36 
+++++++++++++++++++++++++++++-----
  arch/powerpc/cpu/mpc85xx/start.S       |  8 ++++----
  arch/powerpc/lib/memcpy_mpc5200.c      |  2 +-
  5 files changed, 38 insertions(+), 17 deletions(-)

Thanks.

York

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  2017-01-25  5:26 york sun
@ 2017-01-26  3:00 ` Tom Rini
  0 siblings, 0 replies; 72+ messages in thread
From: Tom Rini @ 2017-01-26  3:00 UTC (permalink / raw)
  To: u-boot

On Wed, Jan 25, 2017 at 05:26:22AM +0000, york sun wrote:

> Tom,
> 
> The following changes since commit 0c9e85f67cd86d2d7a3424ea3ebff0e6db7a3915:
> 
>    Merge branch 'master' of git://git.denx.de/u-boot-uniphier 
> (2017-01-22 17:07:48 -0500)
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-mpc85xx.git
> 
> for you to fetch changes up to 76866600f544f00928ee9b5b2799a091ea9b80a7:
> 
>    powerpc: Enable flush and invalidate dcache by range for MPC85xx 
> (2017-01-24 13:28:31 -0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170125/08fc7e44/attachment.sig>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
@ 2017-01-25  5:26 york sun
  2017-01-26  3:00 ` Tom Rini
  0 siblings, 1 reply; 72+ messages in thread
From: york sun @ 2017-01-25  5:26 UTC (permalink / raw)
  To: u-boot

Tom,

The following changes since commit 0c9e85f67cd86d2d7a3424ea3ebff0e6db7a3915:

   Merge branch 'master' of git://git.denx.de/u-boot-uniphier 
(2017-01-22 17:07:48 -0500)

are available in the git repository at:

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

for you to fetch changes up to 76866600f544f00928ee9b5b2799a091ea9b80a7:

   powerpc: Enable flush and invalidate dcache by range for MPC85xx 
(2017-01-24 13:28:31 -0800)

----------------------------------------------------------------
Darwin Dingel (1):
       powerpc: mpc85xx: Implemente workaround for CPU erratum A-007907

Tony O'Brien (2):
       mpc85xx: pcie: Implement workaround for Erratum A007815
       powerpc: Enable flush and invalidate dcache by range for MPC85xx

  arch/powerpc/cpu/mpc85xx/Kconfig      | 11 +++++++++++
  arch/powerpc/cpu/mpc85xx/cmd_errata.c |  6 ++++++
  arch/powerpc/cpu/mpc85xx/cpu_init.c   |  7 +++++++
  arch/powerpc/include/asm/fsl_pci.h    |  4 +++-
  arch/powerpc/include/asm/processor.h  |  1 +
  arch/powerpc/lib/ppccache.S           |  4 ++--
  drivers/pci/fsl_pci_init.c            |  7 +++++++
  7 files changed, 37 insertions(+), 3 deletions(-)

Thanks.

York

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  2016-12-20 17:15 york sun
@ 2016-12-22  2:30 ` Tom Rini
  0 siblings, 0 replies; 72+ messages in thread
From: Tom Rini @ 2016-12-22  2:30 UTC (permalink / raw)
  To: u-boot

On Tue, Dec 20, 2016 at 05:15:57PM +0000, york sun wrote:

> Tom,
> 
> The following changes since commit 0b4bc1b3ab1850fccbade3e6103f2036f6bdb364:
> 
>    Merge branch 'master' of git://git.denx.de/u-boot-spi (2016-12-16 
> 18:32:43 -0500)
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-mpc85xx.git
> 
> for you to fetch changes up to 01b25d42c157e9132f2bb7366e63d28deccb554e:
> 
>    powerpc: Retain compatible property for L2 cache (2016-12-20 09:13:19 
> -0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20161221/2e6d89d3/attachment.sig>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
@ 2016-12-20 17:15 york sun
  2016-12-22  2:30 ` Tom Rini
  0 siblings, 1 reply; 72+ messages in thread
From: york sun @ 2016-12-20 17:15 UTC (permalink / raw)
  To: u-boot

Tom,

The following changes since commit 0b4bc1b3ab1850fccbade3e6103f2036f6bdb364:

   Merge branch 'master' of git://git.denx.de/u-boot-spi (2016-12-16 
18:32:43 -0500)

are available in the git repository at:

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

for you to fetch changes up to 01b25d42c157e9132f2bb7366e63d28deccb554e:

   powerpc: Retain compatible property for L2 cache (2016-12-20 09:13:19 
-0800)

----------------------------------------------------------------
Chris Packham (1):
       powerpc: Retain compatible property for L2 cache

  arch/powerpc/cpu/mpc85xx/fdt.c | 61 
+++++++++++++++++++++++++-----------------
  1 file changed, 36 insertions(+), 25 deletions(-)

Thanks.

York

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  2016-12-04 17:02 york sun
@ 2016-12-04 23:00 ` Tom Rini
  0 siblings, 0 replies; 72+ messages in thread
From: Tom Rini @ 2016-12-04 23:00 UTC (permalink / raw)
  To: u-boot

On Sun, Dec 04, 2016 at 05:02:19PM +0000, york sun wrote:

> Tom,
> 
> The following changes since commit 6b29a395b62965eef6b5065d3a526a8588a92038:
> 
>    Merge git://git.denx.de/u-boot-mpc85xx (2016-11-29 19:42:48 -0500)
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-mpc85xx.git
> 
> for you to fetch changes up to 54db3c20bdc43c458854446939b706b4adee46cf:
> 
>    powerpc: mpc86xx: Convert CONFIG_SYS_FSL_NUM_LAWS to Kconfig option 
> (2016-12-04 08:59:11 -0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20161204/18e65ea5/attachment.sig>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
@ 2016-12-04 17:02 york sun
  2016-12-04 23:00 ` Tom Rini
  0 siblings, 1 reply; 72+ messages in thread
From: york sun @ 2016-12-04 17:02 UTC (permalink / raw)
  To: u-boot

Tom,

The following changes since commit 6b29a395b62965eef6b5065d3a526a8588a92038:

   Merge git://git.denx.de/u-boot-mpc85xx (2016-11-29 19:42:48 -0500)

are available in the git repository at:

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

for you to fetch changes up to 54db3c20bdc43c458854446939b706b4adee46cf:

   powerpc: mpc86xx: Convert CONFIG_SYS_FSL_NUM_LAWS to Kconfig option 
(2016-12-04 08:59:11 -0800)

----------------------------------------------------------------
York Sun (11):
       powerpc: cyrus: Separate P5020/P5040 config options
       powerpc: mpc85xx: Convert CONFIG_SYS_CCSRBAR_DEFAULT to Kconfig 
option
       powerpc: mpc86xx: Convert CONFIG_SYS_CCSRBAR_DEFAULT to Kconfig 
option
       script: remove CONFIG_SYS_CCSRBAR_DEFAULT from white list
       armv7: ls1021a: Move SECURE_BOOT option to Kconfig
       armv8: fsl-layerscape: Move SECURE_BOOT to Kconfig
       powerpc: mpc85xx: Move SECURE_BOOT to Kconfig
       powerpc: mpc85xx: Move CONFIG_FSL_LAW to Kconfig
       powerpc: mpc86xx: Move CONFIG_FSL_LAW to Kconfig
       powerpc: mpc85xx: Convert CONFIG_SYS_FSL_NUM_LAWS to Kconfig option
       powerpc: mpc86xx: Convert CONFIG_SYS_FSL_NUM_LAWS to Kconfig option

  arch/arm/cpu/armv7/ls102xa/Kconfig                 |   6 +
  arch/arm/cpu/armv8/fsl-layerscape/Kconfig          |   5 +
  arch/arm/include/asm/arch-fsl-layerscape/config.h  |   1 -
  .../include/asm/arch-fsl-layerscape/immap_lsch2.h  |   4 +-
  arch/powerpc/cpu/mpc85xx/Kconfig                   | 156 
++++++++++++++++++++-
  arch/powerpc/cpu/mpc86xx/Kconfig                   |  22 +++
  arch/powerpc/include/asm/config_mpc85xx.h          |  73 ----------
  arch/powerpc/include/asm/config_mpc86xx.h          |  12 --
  board/varisys/cyrus/Kconfig                        |   2 +-
  configs/B4860QDS_SECURE_BOOT_defconfig             |   2 +-
  configs/BSC9132QDS_NAND_DDRCLK100_SECURE_defconfig |   3 +-
  configs/BSC9132QDS_NAND_DDRCLK133_SECURE_defconfig |   3 +-
  configs/BSC9132QDS_NOR_DDRCLK100_SECURE_defconfig  |   3 +-
  configs/BSC9132QDS_NOR_DDRCLK133_SECURE_defconfig  |   3 +-
  .../BSC9132QDS_SDCARD_DDRCLK100_SECURE_defconfig   |   3 +-
  .../BSC9132QDS_SDCARD_DDRCLK133_SECURE_defconfig   |   3 +-
  .../BSC9132QDS_SPIFLASH_DDRCLK100_SECURE_defconfig |   3 +-
  .../BSC9132QDS_SPIFLASH_DDRCLK133_SECURE_defconfig |   3 +-
  configs/C29XPCIE_NOR_SECBOOT_defconfig             |   2 +-
  configs/C29XPCIE_SPIFLASH_SECBOOT_defconfig        |   3 +-
  configs/Cyrus_P5020_defconfig                      |   4 +-
  configs/Cyrus_P5040_defconfig                      |   4 +-
  configs/P1010RDB-PA_36BIT_NAND_SECBOOT_defconfig   |   3 +-
  configs/P1010RDB-PA_36BIT_NOR_SECBOOT_defconfig    |   2 +-
  .../P1010RDB-PA_36BIT_SPIFLASH_SECBOOT_defconfig   |   3 +-
  configs/P1010RDB-PA_NAND_SECBOOT_defconfig         |   3 +-
  configs/P1010RDB-PA_NOR_SECBOOT_defconfig          |   2 +-
  configs/P1010RDB-PA_SPIFLASH_SECBOOT_defconfig     |   3 +-
  configs/P1010RDB-PB_36BIT_NAND_SECBOOT_defconfig   |   3 +-
  configs/P1010RDB-PB_36BIT_NOR_SECBOOT_defconfig    |   2 +-
  .../P1010RDB-PB_36BIT_SPIFLASH_SECBOOT_defconfig   |   3 +-
  configs/P1010RDB-PB_NAND_SECBOOT_defconfig         |   3 +-
  configs/P1010RDB-PB_NOR_SECBOOT_defconfig          |   2 +-
  configs/P1010RDB-PB_SPIFLASH_SECBOOT_defconfig     |   3 +-
  configs/P2041RDB_SECURE_BOOT_defconfig             |   2 +-
  configs/P3041DS_NAND_SECURE_BOOT_defconfig         |   3 +-
  configs/P3041DS_SECURE_BOOT_defconfig              |   2 +-
  configs/P4080DS_SECURE_BOOT_defconfig              |   2 +-
  configs/P5020DS_NAND_SECURE_BOOT_defconfig         |   3 +-
  configs/P5020DS_SECURE_BOOT_defconfig              |   2 +-
  configs/P5040DS_NAND_SECURE_BOOT_defconfig         |   3 +-
  configs/P5040DS_SECURE_BOOT_defconfig              |   2 +-
  configs/T1023RDB_SECURE_BOOT_defconfig             |   3 +-
  configs/T1024QDS_DDR4_SECURE_BOOT_defconfig        |   3 +-
  configs/T1024QDS_SECURE_BOOT_defconfig             |   2 +-
  configs/T1024RDB_SECURE_BOOT_defconfig             |   3 +-
  configs/T1040D4RDB_SECURE_BOOT_defconfig           |   3 +-
  configs/T1040QDS_SECURE_BOOT_defconfig             |   2 +-
  configs/T1040RDB_SECURE_BOOT_defconfig             |   2 +-
  configs/T1042D4RDB_SECURE_BOOT_defconfig           |   3 +-
  configs/T1042RDB_PI_NAND_SECURE_BOOT_defconfig     |   3 +-
  configs/T1042RDB_SECURE_BOOT_defconfig             |   2 +-
  configs/T2080QDS_SECURE_BOOT_defconfig             |   2 +-
  configs/T2080RDB_SECURE_BOOT_defconfig             |   2 +-
  configs/T4160QDS_SECURE_BOOT_defconfig             |   2 +-
  configs/T4240QDS_SECURE_BOOT_defconfig             |   2 +-
  configs/ls1021aqds_nor_SECURE_BOOT_defconfig       |   2 +-
  configs/ls1021atwr_nor_SECURE_BOOT_defconfig       |   2 +-
  .../ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig    |   3 +-
  configs/ls1043ardb_SECURE_BOOT_defconfig           |   2 +-
  configs/ls2080aqds_SECURE_BOOT_defconfig           |   3 +-
  configs/ls2080ardb_SECURE_BOOT_defconfig           |   3 +-
  doc/README.ramboot-ppc85xx                         |   4 +-
  include/configs/B4860QDS.h                         |   3 -
  include/configs/BSC9131RDB.h                       |   1 -
  include/configs/BSC9132QDS.h                       |   1 -
  include/configs/C29XPCIE.h                         |   1 -
  include/configs/MPC8536DS.h                        |   1 -
  include/configs/MPC8540ADS.h                       |   1 -
  include/configs/MPC8541CDS.h                       |   2 -
  include/configs/MPC8544DS.h                        |   2 -
  include/configs/MPC8548CDS.h                       |   1 -
  include/configs/MPC8555CDS.h                       |   1 -
  include/configs/MPC8560ADS.h                       |   1 -
  include/configs/MPC8568MDS.h                       |   1 -
  include/configs/MPC8569MDS.h                       |   1 -
  include/configs/MPC8572DS.h                        |   2 -
  include/configs/MPC8610HPCD.h                      |   2 -
  include/configs/MPC8641HPCN.h                      |   2 -
  include/configs/P1010RDB.h                         |   3 -
  include/configs/P1022DS.h                          |   4 -
  include/configs/P1023RDB.h                         |   1 -
  include/configs/P2041RDB.h                         |   2 -
  include/configs/T102xQDS.h                         |   2 -
  include/configs/T102xRDB.h                         |   2 -
  include/configs/T1040QDS.h                         |   2 -
  include/configs/T104xRDB.h                         |   3 -
  include/configs/T208xQDS.h                         |   2 -
  include/configs/T208xRDB.h                         |   2 -
  include/configs/T4240QDS.h                         |   1 -
  include/configs/T4240RDB.h                         |   3 -
  include/configs/UCP1020.h                          |   2 -
  include/configs/controlcenterd.h                   |   1 -
  include/configs/corenet_ds.h                       |   2 -
  include/configs/cyrus.h                            |   2 -
  include/configs/km/kmp204x-common.h                |   2 -
  include/configs/p1_p2_rdb_pc.h                     |   3 -
  include/configs/p1_twr.h                           |   1 -
  include/configs/sbc8548.h                          |   2 -
  include/configs/sbc8641d.h                         |   2 -
  include/configs/socrates.h                         |   2 -
  include/configs/t4qds.h                            |   2 -
  include/configs/xpedite517x.h                      |   2 -
  include/configs/xpedite520x.h                      |   1 -
  include/configs/xpedite537x.h                      |   1 -
  include/configs/xpedite550x.h                      |   1 -
  scripts/config_whitelist.txt                       |   3 -
  107 files changed, 276 insertions(+), 227 deletions(-)

Thanks.

York

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  2016-11-29 22:18 york sun
@ 2016-11-30 14:12 ` Tom Rini
  0 siblings, 0 replies; 72+ messages in thread
From: Tom Rini @ 2016-11-30 14:12 UTC (permalink / raw)
  To: u-boot

On Tue, Nov 29, 2016 at 10:18:14PM +0000, york sun wrote:

> Tom,
> 
> The following changes since commit 693d4c9f1dc40fcf24ced459bc4d1b46db33298a:
> 
>    spl: Remove CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS (2016-11-18 21:20:59 
> -0500)
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-mpc85xx.git
> 
> for you to fetch changes up to e8a390f0189c5868f2fa305004821bcfcd71d32c:
> 
>    powerpc: Drop default CONFIG_MAX_CPUS (2016-11-23 23:42:17 -0800)
> 

Thanks for doing all that Kconfig lifting, applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20161130/d8f57785/attachment.sig>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
@ 2016-11-29 22:18 york sun
  2016-11-30 14:12 ` Tom Rini
  0 siblings, 1 reply; 72+ messages in thread
From: york sun @ 2016-11-29 22:18 UTC (permalink / raw)
  To: u-boot

Tom,

The following changes since commit 693d4c9f1dc40fcf24ced459bc4d1b46db33298a:

   spl: Remove CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS (2016-11-18 21:20:59 
-0500)

are available in the git repository at:

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

for you to fetch changes up to e8a390f0189c5868f2fa305004821bcfcd71d32c:

   powerpc: Drop default CONFIG_MAX_CPUS (2016-11-23 23:42:17 -0800)

----------------------------------------------------------------
York Sun (97):
       tools/env: Correct include kconfig
       powerpc: MPC8548: Move CONFIG_MPC8548 to Kconfig option
       powerpc: MPC8548CDS: Remove macro CONFIG_MPC8548CDS
       powerpc: MPC8544: Move CONFIG_MPC8544 to Kconfig option
       powerpc: MPC8544DS: Remove macro CONFIG_MPC8544DS
       powerpc: BSC9131/2: Move CONFIG_BSC9131/2 to Kconfig options
       powerpc: BSC9131RDB: Remove CONFIG_BSC9131RDB macro
       powerpc: BSC9132QDS: Remove CONFIG_BSC9132QDS macro
       powerpc: C29X: Move CONFIG_PPC_C29X to Kconfig option
       powerpc: C29XPCIE: Remove macro CONFIG_C29XPCIE
       powerpc: MPC8536: Move CONFIG_MPC8536 to Kconfig option
       powerpc: MPC8536DS: Remove macro CONFIG_MPC8536DS
       powerpc: mpc8540: Remove macro CONFIG_MPC8540
       powerpc: MPC8540ADS: Remove macro CONFIG_MPC8540ADS
       powerpc: mpc8541: Remove macro CONFIG_MPC8541
       powerpc: MPC8541CDS: Remove macro CONFIG_MPC8541CDS
       powerpc: MPC8555: Remove macro CONFIG_MPC8555
       powerpc: MPC8555CDS: Remove macro CONFIG_MPC8555CDS
       powerpc: MPC8560: Remove macro CONFIG_MPC8560
       powerpc: MPC8560ADS: Remove macro CONFIG_MPC8560ADS
       powerpc: MPC8568: Remove macro CONFIG_MPC8568
       powerpc: MPC8568MDS: Remove macro CONFIG_MPC8568MDS
       powerpc: MPC8569: Remove macro CONFIG_MPC8569
       powerpc: MPC8569MDS: Remove macro CONFIG_MPC8569MDS
       powerpc: MPC8572: Remove macro CONFIG_MPC8572
       powerpc: MPC8572DS: Remove macro CONFIG_MPC8572DS
       powerpc: xpedite: Remove macro CONFIG_XPEDITE5370
       powerpc: P1010: Remove macro CONFIG_P1010
       powerpc: P1010RDB: Remove macros CONFIG_P1010RDB_PA and 
CONFIG_P1010RDB_PB
       powerpc: P1022: Remove macro CONFIG_P1022
       powerpc: P1022DS: Remove macro CONFIG_P1022DS
       powerpc: P1023: Remove macro CONFIG_P1023
       powerpc: P1011: Remove macro CONFIG_P1011
       powerpc: P1012: Drop configuration for P1012
       powerpc: P1013: Drop configuration for P1013
       powerpc: P1014: Drop configuration for P1014
       powerpc: P1017: Drop configuration for P1017
       powerpc: P1020MBG: Separate from P1_P2_RDB_PC in Kconfig
       powerpc: P1020RDB-PC: Separate from P1_P2_RDB_PC in Kconfig
       powerpc: P1020RDB-PD: Separate from P1_P2_RDB_PC in Kconfig
       powerpc: P1020UTM: Separate from P1_P2_RDB_P2 in Kconfig
       powerpc: P1021RDB: Separate from P1_P2_RDB_PC in Kconfig
       powerpc: P1024RDB: Separate from P1_P2_RDB_PC in Kconfig
       powerpc: P1025RDB: Separate from P1_P2_RDB_PC in Kconfig
       powerpc: P2020RDB-PC: Separate from P1_P2_RDB_PC in Kconfig
       powerpc: P1_P2_RDB_PC: Drop TARGET_P1_P2_RDB_PC
       powerpc: P1020: Remove macro CONFIG_P1020
       powerpc: P1021: Remove macro CONFIG_P1021
       powerpc: P1024: Remove CONFIG_P1024
       powerpc: P1025: Remove macro CONFIG_P1025
       powerpc: P2020: Remove macro CONFIG_P2020
       powerpc: P2010: Drop configuration for P2010
       powerpc: P2041: Remove macro CONFIG_PPC_P2041
       powerpc: P2041RDB: Remove macro CONFIG_P2041RDB
       powerpc: P3041: Remove macro CONFIG_PPC_P3041
       powerpc: P3041DS: Remove macro CONFIG_P3041DS
       powerpc: P4080: Remove macro CONFIG_PPC_P4080
       powerpc: P4080DS: Remove macro CONFIG_P4080DS
       powerpc: P5020: Remove macro CONFIG_PPC_P5020
       powerpc: P5020DS: Remove macro CONFIG_P5020DS
       powerpc: P5040: Remove macro CONFIG_P5040
       powerpc: P5040DS: Remove macro CONFIG_P5040DS
       powerpc: B4420QDS: Split from B4860QDS in Kconfig
       powerpc: B4860: Remove macro CONFIG_PPC_B4860
       powerpc: B4860QDS: Remove macro CONFIG_B4860QDS
       powerpc: B4420: Remove macro CONFIG_PPC_B4420
       powerpc: QEMU_E500: Remove macro CONFIG_QEMU_E500
       powerpc: T102xRDB: Split as T1023RDB and T1024RDB
       powerpc: T1023: Remove macro CONFIG_PPC_T1023
       powerpc: T1024QDS: Rename Kconfig option to match the name
       powerpc: T1024: Remove macro CONFIG_PPC_T1024
       powerpc: T104XRDB: Split to T1040RDB and T1042RDB in Kconfig
       powerpc: T1040: Remove macro CONFIG_PPC_T1040
       powerpc: T1040D4RDB: Separate from T1040RDB in Kconfig
       powerpc: T1040RDB: Remove macro CONFIG_T1040RDB
       powerpc: T1042: Remove macro CONFIG_PPC_T1042
       powerpc: T1042RDB_PI: Split from T1042RDB in Kconfig
       powerpc: T1042D4RDB: Separate from T1042RDB in Kconfig
       powerpc: T1042RDB: Remove macro CONFIG_T1042RDB
       powerpc: T104xRDB: Remove macro CONFIG_T104xRDB and T104xD4RDB
       powerpc: T208XQDS: Split as T2080QDS and T2081QDS
       powerpc: T2080RDB: Rename from T208XRDB in Kconfig
       powerpc: T2080, T2081: Remove macro CONFIG_PPC_T2080 and 
CONFIG_PPC_T2081
       powerpc: T4160QDS: Separate from T4240QDS in Kconfig
       powerpc: T4240QDS: Remove macro CONFIG_T4240QDS
       powerpc: T4160RDB: Separate from T4240RDB in Kconfig
       powerpc: T4240RDB: Remove macro CONFIG_T4240RDB
       powerpc: T4160: Remove macro CONFIG_PPC_T4160
       powerpc: T4240: Remove macro CONFIG_PPC_T4240
       powerpc: T4080: Drop configuration for T4080
       powerpc: mpc85xx: Move CONFIG_MAX_CPUS to Kconfig
       powerpc: MPC8610: Remove macro CONFIG_MPC8610
       powerpc: MPC8610HPCD: Remove macro CONFIG_MPC8610HPCD
       powerpc: MPC8641: Remove macro CONFIG_MPC8641
       powerpc: MPC8641HPCN: Remove macro CONFIG_MPC8641HPCN
       powerpc: mpc86xx: Remove macro CONFIG_MAX_CPUS
       powerpc: Drop default CONFIG_MAX_CPUS

  arch/powerpc/cpu/mpc85xx/Kconfig                   | 321 
++++++++++++++++++++-
  arch/powerpc/cpu/mpc85xx/Makefile                  | 103 +++----
  arch/powerpc/cpu/mpc85xx/b4860_ids.c               |   4 +-
  arch/powerpc/cpu/mpc85xx/b4860_serdes.c            |   4 +-
  arch/powerpc/cpu/mpc85xx/cmd_errata.c              |  11 +-
  arch/powerpc/cpu/mpc85xx/cpu.c                     |   6 +-
  arch/powerpc/cpu/mpc85xx/cpu_init.c                |   4 +-
  arch/powerpc/cpu/mpc85xx/cpu_init_early.c          |   2 +-
  arch/powerpc/cpu/mpc85xx/fdt.c                     |  13 +-
  arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c     |   2 +-
  arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c      |   6 +-
  arch/powerpc/cpu/mpc85xx/pci.c                     |   2 +-
  arch/powerpc/cpu/mpc85xx/speed.c                   |  36 ++-
  arch/powerpc/cpu/mpc85xx/start.S                   |   6 +-
  arch/powerpc/cpu/mpc85xx/t2080_serdes.c            |   4 +-
  arch/powerpc/cpu/mpc85xx/t4240_serdes.c            |   4 +-
  arch/powerpc/cpu/mpc86xx/Kconfig                   |  10 +
  arch/powerpc/cpu/mpc86xx/Makefile                  |   4 +-
  arch/powerpc/cpu/mpc86xx/cpu.c                     |   6 +-
  arch/powerpc/cpu/mpc86xx/speed.c                   |   2 +-
  arch/powerpc/include/asm/config.h                  |   4 -
  arch/powerpc/include/asm/config_mpc85xx.h          | 205 +++----------
  arch/powerpc/include/asm/config_mpc86xx.h          |   6 +-
  arch/powerpc/include/asm/cpm_85xx.h                |   2 +-
  arch/powerpc/include/asm/fsl_law.h                 |  12 +-
  arch/powerpc/include/asm/fsl_lbc.h                 |   6 +-
  arch/powerpc/include/asm/fsl_secure_boot.h         |  39 +--
  arch/powerpc/include/asm/immap_85xx.h              |  98 +++----
  arch/powerpc/include/asm/immap_86xx.h              |   2 +-
  arch/powerpc/include/asm/processor.h               |   2 +-
  board/freescale/b4860qds/Kconfig                   |   2 +-
  board/freescale/b4860qds/Makefile                  |   3 +-
  board/freescale/b4860qds/b4860qds.c                |   6 +-
  board/freescale/b4860qds/b4860qds_crossbar_con.h   |   4 +-
  board/freescale/b4860qds/eth_b4860qds.c            |   2 +-
  board/freescale/common/Makefile                    |  30 +-
  board/freescale/common/pixis.h                     |  10 +-
  board/freescale/common/pq-mds-pib.c                |   2 +-
  board/freescale/corenet_ds/Makefile                |  16 +-
  board/freescale/corenet_ds/corenet_ds.c            |  14 +-
  board/freescale/p1010rdb/Kconfig                   |   2 +-
  board/freescale/p1010rdb/p1010rdb.c                |  20 +-
  board/freescale/p1010rdb/spl.c                     |   2 +-
  board/freescale/p1_p2_rdb_pc/Kconfig               |   9 +-
  board/freescale/p1_p2_rdb_pc/ddr.c                 |  14 +-
  board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c        |  18 +-
  board/freescale/p1_p2_rdb_pc/tlb.c                 |   4 +-
  board/freescale/t102xqds/Kconfig                   |   2 +-
  board/freescale/t102xqds/spl.c                     |   2 +-
  board/freescale/t102xqds/t102xqds.c                |   4 +-
  board/freescale/t102xrdb/Kconfig                   |   2 +-
  board/freescale/t104xrdb/Kconfig                   |   4 +-
  board/freescale/t104xrdb/cpld.c                    |   2 +-
  board/freescale/t104xrdb/cpld.h                    |   2 +-
  board/freescale/t104xrdb/eth.c                     |   6 +-
  board/freescale/t104xrdb/t104xrdb.c                |   4 +-
  board/freescale/t208xqds/Kconfig                   |   2 +-
  board/freescale/t208xrdb/Kconfig                   |   2 +-
  board/freescale/t4qds/Kconfig                      |   2 +-
  board/freescale/t4qds/Makefile                     |   3 +-
  board/freescale/t4rdb/Kconfig                      |   2 +-
  board/freescale/t4rdb/Makefile                     |   3 +-
  board/varisys/cyrus/eth.c                          |   4 +-
  board/xes/common/Makefile                          |   4 +-
  board/xes/common/fsl_8xxx_clk.c                    |   4 +-
  board/xes/common/fsl_8xxx_pci.c                    |   2 +-
  common/env_embedded.c                              |   2 +
  configs/B4420QDS_NAND_defconfig                    |   4 +-
  configs/B4420QDS_SPIFLASH_defconfig                |   4 +-
  configs/B4420QDS_defconfig                         |   3 +-
  configs/B4860QDS_NAND_defconfig                    |   2 +-
  configs/B4860QDS_SECURE_BOOT_defconfig             |   2 +-
  configs/B4860QDS_SPIFLASH_defconfig                |   2 +-
  configs/B4860QDS_SRIO_PCIE_BOOT_defconfig          |   2 +-
  configs/B4860QDS_defconfig                         |   1 -
  configs/BSC9131RDB_NAND_SYSCLK100_defconfig        |   2 +-
  configs/BSC9131RDB_NAND_defconfig                  |   2 +-
  configs/BSC9131RDB_SPIFLASH_SYSCLK100_defconfig    |   2 +-
  configs/BSC9131RDB_SPIFLASH_defconfig              |   2 +-
  configs/BSC9132QDS_NAND_DDRCLK100_SECURE_defconfig |   2 +-
  configs/BSC9132QDS_NAND_DDRCLK100_defconfig        |   2 +-
  configs/BSC9132QDS_NAND_DDRCLK133_SECURE_defconfig |   2 +-
  configs/BSC9132QDS_NAND_DDRCLK133_defconfig        |   2 +-
  configs/BSC9132QDS_NOR_DDRCLK100_SECURE_defconfig  |   2 +-
  configs/BSC9132QDS_NOR_DDRCLK100_defconfig         |   2 +-
  configs/BSC9132QDS_NOR_DDRCLK133_SECURE_defconfig  |   2 +-
  configs/BSC9132QDS_NOR_DDRCLK133_defconfig         |   2 +-
  .../BSC9132QDS_SDCARD_DDRCLK100_SECURE_defconfig   |   2 +-
  configs/BSC9132QDS_SDCARD_DDRCLK100_defconfig      |   2 +-
  .../BSC9132QDS_SDCARD_DDRCLK133_SECURE_defconfig   |   2 +-
  configs/BSC9132QDS_SDCARD_DDRCLK133_defconfig      |   2 +-
  .../BSC9132QDS_SPIFLASH_DDRCLK100_SECURE_defconfig |   2 +-
  configs/BSC9132QDS_SPIFLASH_DDRCLK100_defconfig    |   2 +-
  .../BSC9132QDS_SPIFLASH_DDRCLK133_SECURE_defconfig |   2 +-
  configs/BSC9132QDS_SPIFLASH_DDRCLK133_defconfig    |   2 +-
  configs/C29XPCIE_NAND_defconfig                    |   2 +-
  configs/C29XPCIE_NOR_SECBOOT_defconfig             |   2 +-
  configs/C29XPCIE_SPIFLASH_SECBOOT_defconfig        |   2 +-
  configs/C29XPCIE_SPIFLASH_defconfig                |   2 +-
  configs/C29XPCIE_defconfig                         |   1 -
  configs/Cyrus_P5020_defconfig                      |   2 +-
  configs/Cyrus_P5040_defconfig                      |   2 +-
  configs/P1010RDB-PA_36BIT_NAND_SECBOOT_defconfig   |   4 +-
  configs/P1010RDB-PA_36BIT_NAND_defconfig           |   4 +-
  configs/P1010RDB-PA_36BIT_NOR_SECBOOT_defconfig    |   4 +-
  configs/P1010RDB-PA_36BIT_NOR_defconfig            |   3 +-
  configs/P1010RDB-PA_36BIT_SDCARD_defconfig         |   4 +-
  .../P1010RDB-PA_36BIT_SPIFLASH_SECBOOT_defconfig   |   4 +-
  configs/P1010RDB-PA_36BIT_SPIFLASH_defconfig       |   4 +-
  configs/P1010RDB-PA_NAND_SECBOOT_defconfig         |   4 +-
  configs/P1010RDB-PA_NAND_defconfig                 |   4 +-
  configs/P1010RDB-PA_NOR_SECBOOT_defconfig          |   4 +-
  configs/P1010RDB-PA_NOR_defconfig                  |   3 +-
  configs/P1010RDB-PA_SDCARD_defconfig               |   4 +-
  configs/P1010RDB-PA_SPIFLASH_SECBOOT_defconfig     |   4 +-
  configs/P1010RDB-PA_SPIFLASH_defconfig             |   4 +-
  configs/P1010RDB-PB_36BIT_NAND_SECBOOT_defconfig   |   4 +-
  configs/P1010RDB-PB_36BIT_NAND_defconfig           |   4 +-
  configs/P1010RDB-PB_36BIT_NOR_SECBOOT_defconfig    |   4 +-
  configs/P1010RDB-PB_36BIT_NOR_defconfig            |   3 +-
  configs/P1010RDB-PB_36BIT_SDCARD_defconfig         |   4 +-
  .../P1010RDB-PB_36BIT_SPIFLASH_SECBOOT_defconfig   |   4 +-
  configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig       |   4 +-
  configs/P1010RDB-PB_NAND_SECBOOT_defconfig         |   4 +-
  configs/P1010RDB-PB_NAND_defconfig                 |   4 +-
  configs/P1010RDB-PB_NOR_SECBOOT_defconfig          |   4 +-
  configs/P1010RDB-PB_NOR_defconfig                  |   3 +-
  configs/P1010RDB-PB_SDCARD_defconfig               |   4 +-
  configs/P1010RDB-PB_SPIFLASH_SECBOOT_defconfig     |   4 +-
  configs/P1010RDB-PB_SPIFLASH_defconfig             |   4 +-
  configs/P1020MBG-PC_36BIT_SDCARD_defconfig         |   4 +-
  configs/P1020MBG-PC_36BIT_defconfig                |   3 +-
  configs/P1020MBG-PC_SDCARD_defconfig               |   4 +-
  configs/P1020MBG-PC_defconfig                      |   3 +-
  configs/P1020RDB-PC_36BIT_NAND_defconfig           |   4 +-
  configs/P1020RDB-PC_36BIT_SDCARD_defconfig         |   4 +-
  configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig       |   4 +-
  configs/P1020RDB-PC_36BIT_defconfig                |   3 +-
  configs/P1020RDB-PC_NAND_defconfig                 |   4 +-
  configs/P1020RDB-PC_SDCARD_defconfig               |   4 +-
  configs/P1020RDB-PC_SPIFLASH_defconfig             |   4 +-
  configs/P1020RDB-PC_defconfig                      |   3 +-
  configs/P1020RDB-PD_NAND_defconfig                 |   4 +-
  configs/P1020RDB-PD_SDCARD_defconfig               |   4 +-
  configs/P1020RDB-PD_SPIFLASH_defconfig             |   4 +-
  configs/P1020RDB-PD_defconfig                      |   3 +-
  configs/P1020UTM-PC_36BIT_SDCARD_defconfig         |   4 +-
  configs/P1020UTM-PC_36BIT_defconfig                |   3 +-
  configs/P1020UTM-PC_SDCARD_defconfig               |   4 +-
  configs/P1020UTM-PC_defconfig                      |   3 +-
  configs/P1021RDB-PC_36BIT_NAND_defconfig           |   4 +-
  configs/P1021RDB-PC_36BIT_SDCARD_defconfig         |   4 +-
  configs/P1021RDB-PC_36BIT_SPIFLASH_defconfig       |   4 +-
  configs/P1021RDB-PC_36BIT_defconfig                |   3 +-
  configs/P1021RDB-PC_NAND_defconfig                 |   4 +-
  configs/P1021RDB-PC_SDCARD_defconfig               |   4 +-
  configs/P1021RDB-PC_SPIFLASH_defconfig             |   4 +-
  configs/P1021RDB-PC_defconfig                      |   3 +-
  configs/P1024RDB_36BIT_defconfig                   |   3 +-
  configs/P1024RDB_NAND_defconfig                    |   4 +-
  configs/P1024RDB_SDCARD_defconfig                  |   4 +-
  configs/P1024RDB_SPIFLASH_defconfig                |   4 +-
  configs/P1024RDB_defconfig                         |   3 +-
  configs/P1025RDB_36BIT_defconfig                   |   3 +-
  configs/P1025RDB_NAND_defconfig                    |   4 +-
  configs/P1025RDB_SDCARD_defconfig                  |   4 +-
  configs/P1025RDB_SPIFLASH_defconfig                |   4 +-
  configs/P1025RDB_defconfig                         |   3 +-
  configs/P2020RDB-PC_36BIT_NAND_defconfig           |   4 +-
  configs/P2020RDB-PC_36BIT_SDCARD_defconfig         |   4 +-
  configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig       |   4 +-
  configs/P2020RDB-PC_36BIT_defconfig                |   3 +-
  configs/P2020RDB-PC_NAND_defconfig                 |   4 +-
  configs/P2020RDB-PC_SDCARD_defconfig               |   4 +-
  configs/P2020RDB-PC_SPIFLASH_defconfig             |   4 +-
  configs/P2020RDB-PC_defconfig                      |   3 +-
  configs/T1023RDB_NAND_defconfig                    |   4 +-
  configs/T1023RDB_SDCARD_defconfig                  |   4 +-
  configs/T1023RDB_SECURE_BOOT_defconfig             |   4 +-
  configs/T1023RDB_SPIFLASH_defconfig                |   4 +-
  configs/T1023RDB_defconfig                         |   4 +-
  configs/T1024QDS_DDR4_SECURE_BOOT_defconfig        |   4 +-
  configs/T1024QDS_DDR4_defconfig                    |   4 +-
  configs/T1024QDS_NAND_defconfig                    |   4 +-
  configs/T1024QDS_SDCARD_defconfig                  |   4 +-
  configs/T1024QDS_SECURE_BOOT_defconfig             |   4 +-
  configs/T1024QDS_SPIFLASH_defconfig                |   4 +-
  configs/T1024QDS_defconfig                         |   3 +-
  configs/T1024RDB_NAND_defconfig                    |   4 +-
  configs/T1024RDB_SDCARD_defconfig                  |   4 +-
  configs/T1024RDB_SECURE_BOOT_defconfig             |   4 +-
  configs/T1024RDB_SPIFLASH_defconfig                |   4 +-
  configs/T1024RDB_defconfig                         |   4 +-
  configs/T1040D4RDB_NAND_defconfig                  |   4 +-
  configs/T1040D4RDB_SDCARD_defconfig                |   4 +-
  configs/T1040D4RDB_SECURE_BOOT_defconfig           |   4 +-
  configs/T1040D4RDB_SPIFLASH_defconfig              |   4 +-
  configs/T1040D4RDB_defconfig                       |   4 +-
  configs/T1040QDS_DDR4_defconfig                    |   2 +-
  configs/T1040QDS_SECURE_BOOT_defconfig             |   2 +-
  configs/T1040QDS_defconfig                         |   1 -
  configs/T1040RDB_NAND_defconfig                    |   4 +-
  configs/T1040RDB_SDCARD_defconfig                  |   4 +-
  configs/T1040RDB_SECURE_BOOT_defconfig             |   4 +-
  configs/T1040RDB_SPIFLASH_defconfig                |   4 +-
  configs/T1040RDB_defconfig                         |   3 +-
  configs/T1042D4RDB_NAND_defconfig                  |   4 +-
  configs/T1042D4RDB_SDCARD_defconfig                |   4 +-
  configs/T1042D4RDB_SECURE_BOOT_defconfig           |   4 +-
  configs/T1042D4RDB_SPIFLASH_defconfig              |   4 +-
  configs/T1042D4RDB_defconfig                       |   4 +-
  configs/T1042RDB_PI_NAND_SECURE_BOOT_defconfig     |   4 +-
  configs/T1042RDB_PI_NAND_defconfig                 |   4 +-
  configs/T1042RDB_PI_SDCARD_defconfig               |   4 +-
  configs/T1042RDB_PI_SPIFLASH_defconfig             |   4 +-
  configs/T1042RDB_PI_defconfig                      |   3 +-
  configs/T1042RDB_SECURE_BOOT_defconfig             |   4 +-
  configs/T1042RDB_defconfig                         |   3 +-
  configs/T2080QDS_NAND_defconfig                    |   4 +-
  configs/T2080QDS_SDCARD_defconfig                  |   4 +-
  configs/T2080QDS_SECURE_BOOT_defconfig             |   4 +-
  configs/T2080QDS_SPIFLASH_defconfig                |   4 +-
  configs/T2080QDS_SRIO_PCIE_BOOT_defconfig          |   4 +-
  configs/T2080QDS_defconfig                         |   3 +-
  configs/T2080RDB_NAND_defconfig                    |   4 +-
  configs/T2080RDB_SDCARD_defconfig                  |   4 +-
  configs/T2080RDB_SECURE_BOOT_defconfig             |   4 +-
  configs/T2080RDB_SPIFLASH_defconfig                |   4 +-
  configs/T2080RDB_SRIO_PCIE_BOOT_defconfig          |   4 +-
  configs/T2080RDB_defconfig                         |   3 +-
  configs/T2081QDS_NAND_defconfig                    |   4 +-
  configs/T2081QDS_SDCARD_defconfig                  |   4 +-
  configs/T2081QDS_SPIFLASH_defconfig                |   4 +-
  configs/T2081QDS_SRIO_PCIE_BOOT_defconfig          |   4 +-
  configs/T2081QDS_defconfig                         |   3 +-
  configs/T4160QDS_NAND_defconfig                    |   4 +-
  configs/T4160QDS_SDCARD_defconfig                  |   4 +-
  configs/T4160QDS_SECURE_BOOT_defconfig             |   4 +-
  configs/T4160QDS_defconfig                         |   3 +-
  configs/T4160RDB_defconfig                         |   3 +-
  configs/T4240QDS_NAND_defconfig                    |   2 +-
  configs/T4240QDS_SDCARD_defconfig                  |   2 +-
  configs/T4240QDS_SECURE_BOOT_defconfig             |   2 +-
  configs/T4240QDS_SRIO_PCIE_BOOT_defconfig          |   2 +-
  configs/T4240QDS_defconfig                         |   1 -
  configs/T4240RDB_SDCARD_defconfig                  |   2 +-
  configs/T4240RDB_defconfig                         |   1 -
  doc/README.mpc85xx-sd-spi-boot                     |   6 -
  doc/README.mpc85xxads                              |   4 +-
  drivers/crypto/fsl/jr.c                            |   2 +-
  drivers/ddr/fsl/ctrl_regs.c                        |   2 +-
  drivers/ddr/fsl/mpc85xx_ddr_gen1.c                 |   2 +-
  drivers/input/keyboard.c                           |   4 +-
  drivers/net/fm/Makefile                            |  34 +--
  drivers/net/fm/b4860.c                             |   7 +-
  drivers/net/fm/fm.h                                |   2 +-
  drivers/qe/uec.c                                   |  10 +-
  include/configs/B4860QDS.h                         |   6 +-
  include/configs/BSC9131RDB.h                       |   3 -
  include/configs/BSC9132QDS.h                       |   4 -
  include/configs/C29XPCIE.h                         |   4 -
  include/configs/MPC8536DS.h                        |   2 -
  include/configs/MPC8540ADS.h                       |   2 -
  include/configs/MPC8541CDS.h                       |   2 -
  include/configs/MPC8544DS.h                        |   2 -
  include/configs/MPC8548CDS.h                       |   2 -
  include/configs/MPC8555CDS.h                       |   2 -
  include/configs/MPC8560ADS.h                       |   2 -
  include/configs/MPC8568MDS.h                       |   2 -
  include/configs/MPC8569MDS.h                       |   2 -
  include/configs/MPC8572DS.h                        |   2 -
  include/configs/MPC8610HPCD.h                      |   2 -
  include/configs/MPC8641HPCN.h                      |   2 -
  include/configs/P1010RDB.h                         |  23 +-
  include/configs/P1022DS.h                          |   2 -
  include/configs/P1023RDB.h                         |   1 -
  include/configs/P2041RDB.h                         |   3 -
  include/configs/P3041DS.h                          |   3 -
  include/configs/P4080DS.h                          |   3 -
  include/configs/P5020DS.h                          |   3 -
  include/configs/P5040DS.h                          |   3 -
  include/configs/T102xQDS.h                         |   2 +-
  include/configs/T102xRDB.h                         |   6 +-
  include/configs/T104xRDB.h                         |  74 +++--
  include/configs/T208xQDS.h                         |  16 +-
  include/configs/T4240QDS.h                         |   4 +-
  include/configs/T4240RDB.h                         |   4 +-
  include/configs/UCP1020.h                          |   2 -
  include/configs/controlcenterd.h                   |   1 -
  include/configs/corenet_ds.h                       |  10 +-
  include/configs/cyrus.h                            |   8 +-
  include/configs/km/kmp204x-common.h                |   2 -
  include/configs/p1_p2_rdb_pc.h                     |  48 ++-
  include/configs/p1_twr.h                           |   1 -
  include/configs/qemu-ppce500.h                     |   1 -
  include/configs/sbc8548.h                          |   1 -
  include/configs/sbc8641d.h                         |   1 -
  include/configs/socrates.h                         |   1 -
  include/configs/xpedite517x.h                      |   1 -
  include/configs/xpedite520x.h                      |   1 -
  include/configs/xpedite537x.h                      |   2 -
  include/configs/xpedite550x.h                      |   1 -
  include/fsl_sec.h                                  |   2 +-
  include/keyboard.h                                 |   4 +-
  scripts/config_whitelist.txt                       |  81 ------
  tools/envcrc.c                                     |   2 +
  306 files changed, 1071 insertions(+), 1104 deletions(-)

Thanks.

York

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  2016-10-15 17:02 york sun
@ 2016-10-18  0:08 ` Tom Rini
  0 siblings, 0 replies; 72+ messages in thread
From: Tom Rini @ 2016-10-18  0:08 UTC (permalink / raw)
  To: u-boot

On Sat, Oct 15, 2016 at 05:02:03PM +0000, york sun wrote:

> Tom,
> 
> The following changes since commit 44afdc4a12b9f6f48338e7975e4f08cfe90dba74:
> 
>    Merge branch 'master' of git://git.denx.de/u-boot-net (2016-10-13 
> 13:38:49 -0400)
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-mpc85xx.git
> 
> for you to fetch changes up to a9320c495ef938cb96f0862dca7cccc9e899e4fa:
> 
>    arch: powerpc: Remove unused dts frequency fixup for lbc_clk 
> (2016-10-14 10:23:11 -0700)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20161017/81852ab0/attachment.sig>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
@ 2016-10-15 17:02 york sun
  2016-10-18  0:08 ` Tom Rini
  0 siblings, 1 reply; 72+ messages in thread
From: york sun @ 2016-10-15 17:02 UTC (permalink / raw)
  To: u-boot

Tom,

The following changes since commit 44afdc4a12b9f6f48338e7975e4f08cfe90dba74:

   Merge branch 'master' of git://git.denx.de/u-boot-net (2016-10-13 
13:38:49 -0400)

are available in the git repository at:

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

for you to fetch changes up to a9320c495ef938cb96f0862dca7cccc9e899e4fa:

   arch: powerpc: Remove unused dts frequency fixup for lbc_clk 
(2016-10-14 10:23:11 -0700)

----------------------------------------------------------------
Prabhakar Kushwaha (1):
       arch: powerpc: Remove unused dts frequency fixup for lbc_clk

Zhao Qiang (2):
       Txxx/RCW: Split unified RCW to RCWs for sd, spi and nand.
       pbl: use "wait" command instead of "flush" command

  arch/powerpc/cpu/mpc85xx/fdt.c                     |  4 --
  arch/powerpc/cpu/mpc86xx/fdt.c                     |  7 --
  .../t102xqds/{t1024_rcw.cfg => t1024_nand_rcw.cfg} |  0
  board/freescale/t102xqds/t1024_sd_rcw.cfg          | 10 +++
  board/freescale/t102xqds/t1024_spi_rcw.cfg         | 10 +++
  .../t102xrdb/{t1023_rcw.cfg => t1023_nand_rcw.cfg} |  0
  board/freescale/t102xrdb/t1023_sd_rcw.cfg          |  8 +++
  board/freescale/t102xrdb/t1023_spi_rcw.cfg         |  8 +++
  .../t102xrdb/{t1024_rcw.cfg => t1024_nand_rcw.cfg} |  0
  board/freescale/t102xrdb/t1024_sd_rcw.cfg          |  8 +++
  board/freescale/t102xrdb/t1024_spi_rcw.cfg         |  8 +++
  .../t104xrdb/{t1040_rcw.cfg => t1040_nand_rcw.cfg} |  0
  board/freescale/t104xrdb/t1040_sd_rcw.cfg          |  7 ++
  board/freescale/t104xrdb/t1040_spi_rcw.cfg         |  7 ++
  .../{t1040d4_rcw.cfg => t1040d4_nand_rcw.cfg}      |  0
  board/freescale/t104xrdb/t1040d4_sd_rcw.cfg        |  7 ++
  board/freescale/t104xrdb/t1040d4_spi_rcw.cfg       |  7 ++
  .../t104xrdb/{t1042_rcw.cfg => t1042_nand_rcw.cfg} |  0
  .../{t1042_pi_rcw.cfg => t1042_pi_nand_rcw.cfg}    |  0
  board/freescale/t104xrdb/t1042_pi_sd_rcw.cfg       |  7 ++
  board/freescale/t104xrdb/t1042_pi_spi_rcw.cfg      |  7 ++
  board/freescale/t104xrdb/t1042_sd_rcw.cfg          |  7 ++
  board/freescale/t104xrdb/t1042_spi_rcw.cfg         |  7 ++
  .../{t1042d4_rcw.cfg => t1042d4_nand_rcw.cfg}      |  0
  board/freescale/t104xrdb/t1042d4_sd_rcw.cfg        |  7 ++
  board/freescale/t104xrdb/t1042d4_spi_rcw.cfg       |  7 ++
  .../t208xqds/{t2080_rcw.cfg => t2080_nand_rcw.cfg} |  0
  board/freescale/t208xqds/t2080_sd_rcw.cfg          | 16 +++++
  board/freescale/t208xqds/t2080_spi_rcw.cfg         | 16 +++++
  .../t208xqds/{t2081_rcw.cfg => t2081_nand_rcw.cfg} |  0
  board/freescale/t208xqds/t2081_sd_rcw.cfg          |  8 +++
  board/freescale/t208xqds/t2081_spi_rcw.cfg         |  8 +++
  board/freescale/t208xqds/t208x_pbi.cfg             |  3 +-
  .../t208xrdb/{t2080_rcw.cfg => t2080_nand_rcw.cfg} |  0
  board/freescale/t208xrdb/t2080_pbi.cfg             |  3 +-
  board/freescale/t208xrdb/t2080_sd_rcw.cfg          | 19 ++++++
  board/freescale/t208xrdb/t2080_spi_rcw.cfg         | 19 ++++++
  .../t4qds/{t4_rcw.cfg => t4_nand_rcw.cfg}          |  2 +-
  board/freescale/t4qds/t4_pbi.cfg                   |  3 +-
  board/freescale/t4qds/t4_sd_rcw.cfg                |  7 ++
  board/freescale/t4rdb/t4_pbi.cfg                   |  3 +-
  .../freescale/t4rdb/{t4_rcw.cfg => t4_sd_rcw.cfg}  |  2 +-
  include/configs/T102xQDS.h                         |  4 +-
  include/configs/T102xRDB.h                         | 20 ++++--
  include/configs/T104xRDB.h                         | 78 
+++++++++++++++++-----
  include/configs/T208xQDS.h                         | 20 ++++--
  include/configs/T208xRDB.h                         |  4 +-
  include/configs/T4240QDS.h                         |  3 +-
  include/configs/T4240RDB.h                         |  2 +-
  tools/pblimage.c                                   |  2 +-
  50 files changed, 321 insertions(+), 54 deletions(-)
  rename board/freescale/t102xqds/{t1024_rcw.cfg => t1024_nand_rcw.cfg} 
(100%)
  create mode 100644 board/freescale/t102xqds/t1024_sd_rcw.cfg
  create mode 100644 board/freescale/t102xqds/t1024_spi_rcw.cfg
  rename board/freescale/t102xrdb/{t1023_rcw.cfg => t1023_nand_rcw.cfg} 
(100%)
  create mode 100644 board/freescale/t102xrdb/t1023_sd_rcw.cfg
  create mode 100644 board/freescale/t102xrdb/t1023_spi_rcw.cfg
  rename board/freescale/t102xrdb/{t1024_rcw.cfg => t1024_nand_rcw.cfg} 
(100%)
  create mode 100644 board/freescale/t102xrdb/t1024_sd_rcw.cfg
  create mode 100644 board/freescale/t102xrdb/t1024_spi_rcw.cfg
  rename board/freescale/t104xrdb/{t1040_rcw.cfg => t1040_nand_rcw.cfg} 
(100%)
  create mode 100644 board/freescale/t104xrdb/t1040_sd_rcw.cfg
  create mode 100644 board/freescale/t104xrdb/t1040_spi_rcw.cfg
  rename board/freescale/t104xrdb/{t1040d4_rcw.cfg => 
t1040d4_nand_rcw.cfg} (100%)
  create mode 100644 board/freescale/t104xrdb/t1040d4_sd_rcw.cfg
  create mode 100644 board/freescale/t104xrdb/t1040d4_spi_rcw.cfg
  rename board/freescale/t104xrdb/{t1042_rcw.cfg => t1042_nand_rcw.cfg} 
(100%)
  rename board/freescale/t104xrdb/{t1042_pi_rcw.cfg => 
t1042_pi_nand_rcw.cfg} (100%)
  create mode 100644 board/freescale/t104xrdb/t1042_pi_sd_rcw.cfg
  create mode 100644 board/freescale/t104xrdb/t1042_pi_spi_rcw.cfg
  create mode 100644 board/freescale/t104xrdb/t1042_sd_rcw.cfg
  create mode 100644 board/freescale/t104xrdb/t1042_spi_rcw.cfg
  rename board/freescale/t104xrdb/{t1042d4_rcw.cfg => 
t1042d4_nand_rcw.cfg} (100%)
  create mode 100644 board/freescale/t104xrdb/t1042d4_sd_rcw.cfg
  create mode 100644 board/freescale/t104xrdb/t1042d4_spi_rcw.cfg
  rename board/freescale/t208xqds/{t2080_rcw.cfg => t2080_nand_rcw.cfg} 
(100%)
  create mode 100644 board/freescale/t208xqds/t2080_sd_rcw.cfg
  create mode 100644 board/freescale/t208xqds/t2080_spi_rcw.cfg
  rename board/freescale/t208xqds/{t2081_rcw.cfg => t2081_nand_rcw.cfg} 
(100%)
  create mode 100644 board/freescale/t208xqds/t2081_sd_rcw.cfg
  create mode 100644 board/freescale/t208xqds/t2081_spi_rcw.cfg
  rename board/freescale/t208xrdb/{t2080_rcw.cfg => t2080_nand_rcw.cfg} 
(100%)
  create mode 100644 board/freescale/t208xrdb/t2080_sd_rcw.cfg
  create mode 100644 board/freescale/t208xrdb/t2080_spi_rcw.cfg
  rename board/freescale/t4qds/{t4_rcw.cfg => t4_nand_rcw.cfg} (83%)
  create mode 100644 board/freescale/t4qds/t4_sd_rcw.cfg
  rename board/freescale/t4rdb/{t4_rcw.cfg => t4_sd_rcw.cfg} (83%)

Thanks.

York

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  2016-07-25 18:52 ` Scott Wood
@ 2016-07-25 19:02   ` york sun
  0 siblings, 0 replies; 72+ messages in thread
From: york sun @ 2016-07-25 19:02 UTC (permalink / raw)
  To: u-boot

On 07/25/2016 11:52 AM, Scott Wood wrote:
> On Fri, 2016-07-22 at 00:17 +0000, york sun wrote:
>> Scott Wood (1):
>>        powerpc/85xx: Increase fdt address
>
> Any comment on the 86xx patches I sent around the same time?
>
> -Scott
>
>

I am getting there.

York

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  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
  1 sibling, 1 reply; 72+ messages in thread
From: Scott Wood @ 2016-07-25 18:52 UTC (permalink / raw)
  To: u-boot

On Fri, 2016-07-22 at 00:17 +0000, york sun wrote:
> Scott Wood (1):
> ???????powerpc/85xx: Increase fdt address

Any comment on the 86xx patches I sent around the same time?

-Scott

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  2016-07-22  0:17 york sun
@ 2016-07-23  0:09 ` Tom Rini
  2016-07-25 18:52 ` Scott Wood
  1 sibling, 0 replies; 72+ messages in thread
From: Tom Rini @ 2016-07-23  0:09 UTC (permalink / raw)
  To: u-boot

On Fri, Jul 22, 2016 at 12:17:12AM +0000, york sun wrote:

> Tom,
> 
> The following changes since commit 55edb9d4d521ff733d217ddf47ad7bf4650676be:
> 
>    mtd: cfi_flash: fix polling for bit XSR.7 on Intel chips (2016-07-20 
> 11:13:26 +0200)
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-mpc85xx.git
> 
> for you to fetch changes up to b24a4f6247d867f1301edc1c6390aca79ecbe16b:
> 
>    powerpc/85xx: Increase fdt address (2016-07-21 11:11:44 -0700)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160722/fbf11bfd/attachment.sig>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
@ 2016-07-22  0:17 york sun
  2016-07-23  0:09 ` Tom Rini
  2016-07-25 18:52 ` Scott Wood
  0 siblings, 2 replies; 72+ messages in thread
From: york sun @ 2016-07-22  0:17 UTC (permalink / raw)
  To: u-boot

Tom,

The following changes since commit 55edb9d4d521ff733d217ddf47ad7bf4650676be:

   mtd: cfi_flash: fix polling for bit XSR.7 on Intel chips (2016-07-20 
11:13:26 +0200)

are available in the git repository at:

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

for you to fetch changes up to b24a4f6247d867f1301edc1c6390aca79ecbe16b:

   powerpc/85xx: Increase fdt address (2016-07-21 11:11:44 -0700)

----------------------------------------------------------------
Benjamin Kamath (1):
       powerpc: MPC8544DS: revert typo in I2C offset value

Kevin Hao (2):
       mpc83xx: fix the corruption of u-boot when saveenv
       mpc83xx: make it bootable with the latest kernel

Scott Wood (1):
       powerpc/85xx: Increase fdt address

Sumit Garg (3):
       powerpc/mpc85xx: SECURE BOOT- Enable chain of trust in SPL
       powerpc/mpc85xx: T104x: Add nand secure boot target
       doc: SPL: Add README for secure boot support

  arch/powerpc/cpu/mpc85xx/cpu_init.c            |  4 +-
  arch/powerpc/cpu/mpc85xx/start.S               | 12 ++++--
  arch/powerpc/cpu/mpc8xxx/fsl_pamu.c            |  8 ++++
  arch/powerpc/cpu/mpc8xxx/pamu_table.c          |  8 ++++
  arch/powerpc/include/asm/fsl_secure_boot.h     | 41 ++++++++++++++++++-
  board/freescale/common/fsl_chain_of_trust.c    | 56 
++++++++++++++++++++++++++
  board/freescale/t104xrdb/t104x_pbi_sb.cfg      | 38 +++++++++++++++++
  board/freescale/t104xrdb/tlb.c                 | 15 ++++++-
  configs/T1042RDB_PI_NAND_SECURE_BOOT_defconfig | 30 ++++++++++++++
  doc/SPL/README.spl-secure-boot                 | 18 +++++++++
  drivers/crypto/fsl/jr.c                        | 17 ++++++++
  drivers/mtd/nand/fsl_ifc_spl.c                 | 24 +++++++++++
  include/configs/B4860QDS.h                     |  4 +-
  include/configs/BSC9131RDB.h                   |  2 +-
  include/configs/BSC9132QDS.h                   |  2 +-
  include/configs/C29XPCIE.h                     |  2 +-
  include/configs/MPC8308RDB.h                   |  3 +-
  include/configs/MPC8313ERDB.h                  |  5 ++-
  include/configs/MPC8315ERDB.h                  |  5 ++-
  include/configs/MPC8323ERDB.h                  |  3 +-
  include/configs/MPC832XEMDS.h                  |  3 +-
  include/configs/MPC8349EMDS.h                  |  3 +-
  include/configs/MPC8349ITX.h                   |  3 +-
  include/configs/MPC837XEMDS.h                  |  3 +-
  include/configs/MPC837XERDB.h                  |  3 +-
  include/configs/MPC8536DS.h                    |  2 +-
  include/configs/MPC8544DS.h                    |  4 +-
  include/configs/MPC8548CDS.h                   |  2 +-
  include/configs/MPC8572DS.h                    |  2 +-
  include/configs/P1010RDB.h                     |  2 +-
  include/configs/P1022DS.h                      |  2 +-
  include/configs/P1023RDB.h                     |  2 +-
  include/configs/P2041RDB.h                     |  2 +-
  include/configs/T102xRDB.h                     |  2 +-
  include/configs/T1040QDS.h                     |  2 +-
  include/configs/T104xRDB.h                     | 31 +++++++++++++-
  include/configs/T208xQDS.h                     |  2 +-
  include/configs/T208xRDB.h                     |  2 +-
  include/configs/T4240QDS.h                     |  2 +-
  include/configs/T4240RDB.h                     |  2 +-
  include/configs/controlcenterd.h               |  2 +-
  include/configs/corenet_ds.h                   |  2 +-
  include/configs/cyrus.h                        |  2 +-
  include/configs/p1_p2_rdb_pc.h                 |  2 +-
  include/configs/p1_twr.h                       |  2 +-
  include/configs/sbc8548.h                      |  2 +-
  include/configs/xpedite1000.h                  |  2 +-
  include/configs/xpedite517x.h                  |  2 +-
  include/configs/xpedite520x.h                  |  2 +-
  include/configs/xpedite537x.h                  |  2 +-
  include/configs/xpedite550x.h                  |  2 +-
  include/fsl_validate.h                         |  7 ++++
  52 files changed, 350 insertions(+), 52 deletions(-)
  create mode 100644 board/freescale/t104xrdb/t104x_pbi_sb.cfg
  create mode 100644 configs/T1042RDB_PI_NAND_SECURE_BOOT_defconfig
  create mode 100644 doc/SPL/README.spl-secure-boot

Thanks.

York

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  2016-06-04 16:03 York Sun
@ 2016-06-06 11:16 ` Tom Rini
  0 siblings, 0 replies; 72+ messages in thread
From: Tom Rini @ 2016-06-06 11:16 UTC (permalink / raw)
  To: u-boot

On Sat, Jun 04, 2016 at 09:03:27AM -0700, York Sun wrote:

> Tom,
> 
> The following changes since commit 8b528709c5bba6a8d0ec83b20545bbd75f082704:
> 
>   spl: fit: Fix load address of fit header (2016-06-01 07:12:38 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc85xx.git master
> 
> for you to fetch changes up to 23d4e5ba49b878e01321be2af4e94f73389f4958:
> 
>   freescale: Tweak various Makefiles to remove redundancy, fix aesthetics
> (2016-06-03 22:14:27 -0700)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160606/6cb7f4a8/attachment.sig>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
@ 2016-06-04 16:03 York Sun
  2016-06-06 11:16 ` Tom Rini
  0 siblings, 1 reply; 72+ messages in thread
From: York Sun @ 2016-06-04 16:03 UTC (permalink / raw)
  To: u-boot

Tom,

The following changes since commit 8b528709c5bba6a8d0ec83b20545bbd75f082704:

  spl: fit: Fix load address of fit header (2016-06-01 07:12:38 -0400)

are available in the git repository at:

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

for you to fetch changes up to 23d4e5ba49b878e01321be2af4e94f73389f4958:

  freescale: Tweak various Makefiles to remove redundancy, fix aesthetics
(2016-06-03 22:14:27 -0700)

----------------------------------------------------------------
Robert P. J. Day (2):
      arch/powerpc: Simplify some calculations using ARRAY_SIZE() macro.
      freescale: Tweak various Makefiles to remove redundancy, fix aesthetics

Shengzhou Liu (1):
      board/freescale: Use unified setup_ddr_tlbs for spl boot and non-spl boot

Sumit Garg (1):
      powerpc/board: SPL: Enable malloc flag in global data.

mario.six at gdsys.cc (4):
      dm: gpio: Add driver for MPC85XX GPIO controller
      dm: gpio: Add methods for open drain setting
      dm: gpio: Implement open drain for MPC85XX GPIO
      dm: test: Add GPIO open drain tests

 arch/powerpc/cpu/mpc512x/fixed_sdram.c       |    2 +-
 arch/powerpc/cpu/mpc8260/cpu_init.c          |    2 +-
 arch/powerpc/cpu/mpc8260/ether_fcc.c         |    8 +-
 arch/powerpc/cpu/mpc83xx/cpu_init.c          |    2 +-
 arch/powerpc/cpu/mpc83xx/speed.c             |    2 +-
 arch/powerpc/cpu/mpc85xx/ether_fcc.c         |    2 +-
 arch/powerpc/cpu/mpc8xx/fec.c                |    4 +-
 arch/powerpc/cpu/ppc4xx/reginfo.c            |    2 +-
 arch/powerpc/cpu/ppc4xx/sdram.c              |    4 +-
 arch/powerpc/include/asm/arch-mpc85xx/gpio.h |    2 +
 arch/powerpc/include/asm/immap_85xx.h        |    2 +
 arch/sandbox/include/asm/gpio.h              |   20 +++
 board/freescale/b4860qds/Makefile            |    6 +-
 board/freescale/b4860qds/ddr.c               |    8 +-
 board/freescale/b4860qds/spl.c               |    1 +
 board/freescale/bsc9131rdb/Makefile          |   16 +-
 board/freescale/bsc9132qds/Makefile          |    9 +-
 board/freescale/c29xpcie/Makefile            |    6 +-
 board/freescale/c29xpcie/spl.c               |    1 +
 board/freescale/p1010rdb/Makefile            |   12 +-
 board/freescale/p1010rdb/spl.c               |    1 +
 board/freescale/p1022ds/Makefile             |   12 +-
 board/freescale/p1022ds/spl.c                |    1 +
 board/freescale/p1_p2_rdb_pc/Makefile        |   17 +-
 board/freescale/p1_p2_rdb_pc/spl.c           |    1 +
 board/freescale/p2041rdb/Makefile            |    2 +-
 board/freescale/t102xqds/Makefile            |    2 +-
 board/freescale/t102xqds/ddr.c               |    5 +-
 board/freescale/t102xqds/spl.c               |    1 +
 board/freescale/t102xrdb/Makefile            |    2 +-
 board/freescale/t102xrdb/ddr.c               |    4 +-
 board/freescale/t102xrdb/spl.c               |    1 +
 board/freescale/t104xrdb/ddr.c               |    7 +-
 board/freescale/t104xrdb/spl.c               |    1 +
 board/freescale/t208xqds/Makefile            |    6 +-
 board/freescale/t208xqds/ddr.c               |    5 +-
 board/freescale/t208xqds/spl.c               |    1 +
 board/freescale/t208xrdb/Makefile            |    6 +-
 board/freescale/t208xrdb/ddr.c               |    6 +-
 board/freescale/t208xrdb/spl.c               |    1 +
 board/freescale/t4qds/Makefile               |    6 +-
 board/freescale/t4qds/ddr.c                  |    7 +-
 board/freescale/t4qds/spl.c                  |    1 +
 board/freescale/t4rdb/Makefile               |    9 +-
 board/freescale/t4rdb/ddr.c                  |    5 +-
 board/freescale/t4rdb/spl.c                  |    1 +
 drivers/gpio/Kconfig                         |   26 +++
 drivers/gpio/Makefile                        |    1 +
 drivers/gpio/gpio-uclass.c                   |   32 ++++
 drivers/gpio/mpc85xx_gpio.c                  |  228 ++++++++++++++++++++++++++
 drivers/gpio/sandbox.c                       |   35 ++++
 include/asm-generic/gpio.h                   |   34 ++++
 test/dm/gpio.c                               |    7 +
 53 files changed, 478 insertions(+), 107 deletions(-)
 create mode 100644 drivers/gpio/mpc85xx_gpio.c

Thanks.

York

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  2016-05-25  3:37 York Sun
@ 2016-05-26 15:49 ` Tom Rini
  0 siblings, 0 replies; 72+ messages in thread
From: Tom Rini @ 2016-05-26 15:49 UTC (permalink / raw)
  To: u-boot

On Tue, May 24, 2016 at 08:37:01PM -0700, York Sun wrote:

> Tom,
> 
> The following changes since commit aeaec0e682f45b9e0c62c522fafea353931f73ed:
> 
>   Prepare v2016.05 (2016-05-16 10:40:32 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc85xx.git master
> 
> for you to fetch changes up to 8ef548d5f13e68e1b3975d9b68920bfa8bf09891:
> 
>   powerpc:t4240: MAC9 and MAC10 should not be identified as 1G interface in some
> case (2016-05-24 17:11:03 -0700)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160526/8ed934a8/attachment.sig>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
@ 2016-05-25  3:37 York Sun
  2016-05-26 15:49 ` Tom Rini
  0 siblings, 1 reply; 72+ messages in thread
From: York Sun @ 2016-05-25  3:37 UTC (permalink / raw)
  To: u-boot

Tom,

The following changes since commit aeaec0e682f45b9e0c62c522fafea353931f73ed:

  Prepare v2016.05 (2016-05-16 10:40:32 -0400)

are available in the git repository at:

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

for you to fetch changes up to 8ef548d5f13e68e1b3975d9b68920bfa8bf09891:

  powerpc:t4240: MAC9 and MAC10 should not be identified as 1G interface in some
case (2016-05-24 17:11:03 -0700)

----------------------------------------------------------------
Aneesh Bansal (1):
      powerpc/mpc85xx: set L2PE in L2CSR0 before enabling L2 cache

Ying Zhang (2):
      powerpc:t4240rdb: Disable the non-existent ethernet ports on T4240RDB
      powerpc:t4240: MAC9 and MAC10 should not be identified as 1G interface in
some case

York Sun (4):
      powerpc: Disable flush or invalidate dcache by range for some SoCs
      powerpc/t208xqds: Update MAINTAINERS file
      powerpc/t208xrdb: Update MAINTAINERS file
      powerpc/t2080qds: Enable qixis commands to reboot from NAND and SD

 arch/powerpc/cpu/mpc85xx/start.S     |   23 +++++++++++++++++++++++
 arch/powerpc/lib/ppccache.S          |    4 ++++
 board/freescale/t208xqds/MAINTAINERS |    2 +-
 board/freescale/t208xrdb/MAINTAINERS |    2 +-
 board/freescale/t4rdb/eth.c          |    5 +++++
 drivers/net/fm/t4240.c               |    2 +-
 include/configs/T208xQDS.h           |    4 ++++
 7 files changed, 39 insertions(+), 3 deletions(-)

Thanks.

York

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  2016-02-26 18:51 york sun
@ 2016-02-26 19:09 ` Tom Rini
  0 siblings, 0 replies; 72+ messages in thread
From: Tom Rini @ 2016-02-26 19:09 UTC (permalink / raw)
  To: u-boot

On Fri, Feb 26, 2016 at 06:51:52PM +0000, york sun wrote:

> Tom,
> 
> The following changes since commit 24862c640ea50ac88be343161eb681bea5dbfeef:
> 
>   test/py: skip tests that require large CONFIG_SYS_MAXARGS (2016-02-26 08:42:12
> -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc85xx.git master
> 
> for you to fetch changes up to cf23b4da624f32639d5cb9de6e3c9069ffd26ae5:
> 
>   powerpc/t208xqds: fix esdhc peripheral clock support (2016-02-26 10:48:07 -0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160226/8829b07b/attachment.sig>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
@ 2016-02-26 18:51 york sun
  2016-02-26 19:09 ` Tom Rini
  0 siblings, 1 reply; 72+ messages in thread
From: york sun @ 2016-02-26 18:51 UTC (permalink / raw)
  To: u-boot

Tom,

The following changes since commit 24862c640ea50ac88be343161eb681bea5dbfeef:

  test/py: skip tests that require large CONFIG_SYS_MAXARGS (2016-02-26 08:42:12
-0500)

are available in the git repository at:

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

for you to fetch changes up to cf23b4da624f32639d5cb9de6e3c9069ffd26ae5:

  powerpc/t208xqds: fix esdhc peripheral clock support (2016-02-26 10:48:07 -0800)

----------------------------------------------------------------
Yangbo Lu (1):
      powerpc/t208xqds: fix esdhc peripheral clock support

 include/configs/T208xQDS.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Thanks.

York

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  2016-01-25 20:49 york sun
@ 2016-01-26 22:44 ` Tom Rini
  0 siblings, 0 replies; 72+ messages in thread
From: Tom Rini @ 2016-01-26 22:44 UTC (permalink / raw)
  To: u-boot

On Mon, Jan 25, 2016 at 08:49:38PM +0000, york sun wrote:

> Tom,
> 
> The following changes since commit 12f229ea8f6c8e20f8fd07906eafc853c4c354a9:
> 
>   Merge git://git.denx.de/u-boot-fdt (2016-01-22 17:01:22 -0500)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-mpc85xx.git master
> 
> for you to fetch changes up to 2f66a828f7621958b6925fc763380fa87be55ee6:
> 
>   powerpc/board/t4240rdb: Enable VID support (2016-01-25 12:38:05 -0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160126/1adb39be/attachment.sig>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
@ 2016-01-25 20:49 york sun
  2016-01-26 22:44 ` Tom Rini
  0 siblings, 1 reply; 72+ messages in thread
From: york sun @ 2016-01-25 20:49 UTC (permalink / raw)
  To: u-boot

Tom,

The following changes since commit 12f229ea8f6c8e20f8fd07906eafc853c4c354a9:

  Merge git://git.denx.de/u-boot-fdt (2016-01-22 17:01:22 -0500)

are available in the git repository at:


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

for you to fetch changes up to 2f66a828f7621958b6925fc763380fa87be55ee6:

  powerpc/board/t4240rdb: Enable VID support (2016-01-25 12:38:05 -0800)

----------------------------------------------------------------
Ashish kumar (1):
      arch/powperpc: Fix start_align due to use of __ffs64() instead ffs64()

Prabhakar Kushwaha (1):
      powerpc: mpc85xx: Move set_liodns, setup_portals to common boot seq

Ying Zhang (2):
      board/freescale/common: Check IR chip mode for VID support
      powerpc/board/t4240rdb: Enable VID support

 arch/powerpc/cpu/mpc83xx/law.c          |    4 ++--
 arch/powerpc/cpu/mpc85xx/cpu_init.c     |   11 +++++++++++
 arch/powerpc/cpu/mpc8xxx/law.c          |    4 ++--
 board/freescale/b4860qds/b4860qds.c     |    5 -----
 board/freescale/common/vid.c            |   19 +++++++++++++++++--
 board/freescale/common/vid.h            |    4 ++++
 board/freescale/corenet_ds/corenet_ds.c |    6 ------
 board/freescale/p2041rdb/p2041rdb.c     |    3 ---
 board/freescale/t102xqds/t102xqds.c     |    5 -----
 board/freescale/t102xrdb/t102xrdb.c     |    5 -----
 board/freescale/t1040qds/t1040qds.c     |    5 -----
 board/freescale/t104xrdb/t104xrdb.c     |    6 ------
 board/freescale/t208xqds/t208xqds.c     |    6 ------
 board/freescale/t208xrdb/t208xrdb.c     |    6 ------
 board/freescale/t4qds/t4240emu.c        |    6 ------
 board/freescale/t4qds/t4240qds.c        |    6 ------
 board/freescale/t4rdb/t4240rdb.c        |   12 +++++++-----
 include/configs/T4240RDB.h              |   10 ++++++++++
 18 files changed, 53 insertions(+), 70 deletions(-)

Thanks.

York

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
       [not found] <568BFBF0.3040605@freescale.com>
@ 2016-01-05 18:21 ` York Sun
  0 siblings, 0 replies; 72+ messages in thread
From: York Sun @ 2016-01-05 18:21 UTC (permalink / raw)
  To: u-boot

+list

On 01/05/2016 09:22 AM, York Sun wrote:
> Tom,
> 
> The following changes since commit 78680314c53a95c0bb25e942662979843b60d7b9:
> 
>   Merge branch 'master' of http://git.denx.de/u-boot-sunxi (2015-12-27 09:15:57
> -0500)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-mpc85xx.git master
> 
> for you to fetch changes up to 6a655d8e34e044e1030f88a611c890a50c9be413:
> 
>   powerpc, mpc5xxx: fix missing bootflag init (2016-01-05 08:33:44 -0800)
> 
> ----------------------------------------------------------------
> Heiko Schocher (1):
>       powerpc, mpc5xxx: fix missing bootflag init
> 
>  arch/powerpc/cpu/mpc5xxx/start.S |    2 ++
>  1 file changed, 2 insertions(+)
> 
> Thanks.
> 
> York
> 
> PS, I will be sending out a patch to change my email from freescale.com to nxp.com.
> 

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
       [not found] <563A9399.80500@freescale.com>
@ 2015-11-04 23:45 ` Tom Rini
  0 siblings, 0 replies; 72+ messages in thread
From: Tom Rini @ 2015-11-04 23:45 UTC (permalink / raw)
  To: u-boot

On Wed, Nov 04, 2015 at 03:24:09PM -0800, York Sun wrote:

> Tom,
> 
> The following changes since commit 83bf005710a1e01341de5e2f44a3ce082717e313:
> 
>   arm: at91: reworked meesc board support (2015-11-03 14:21:32 +0100)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc85xx.git master
> 
> for you to fetch changes up to 87e29878caba758ed3e09e9912ac8eb6dfc55f39:
> 
>   mpc85xx: Add support for the Varisys Cyrus board (2015-11-04 15:19:34 -0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151104/ba5e500d/attachment.sig>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  2015-11-02 21:06 York Sun
@ 2015-11-02 23:17 ` Tom Rini
  0 siblings, 0 replies; 72+ messages in thread
From: Tom Rini @ 2015-11-02 23:17 UTC (permalink / raw)
  To: u-boot

On Mon, Nov 02, 2015 at 01:06:42PM -0800, York Sun wrote:

> Tom,
> 
> The following changes since commit a61047370d0b73ab886c5863e952695b5ee0d75b:
> 
>   ARM: at91: sama5: change the environment address to 0x6000 (2015-11-01
> 22:02:16 +0100)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc85xx.git master
> 
> for you to fetch changes up to 96d59e9d6aa74e35c63dc74da10e41f8ba0f6de4:
> 
>   mpc85xx/t2081: enable parsing DDR ratio for T2081 rev1.1 (2015-11-02 08:51:50
> -0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151102/fb4d8764/attachment.sig>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
@ 2015-11-02 21:06 York Sun
  2015-11-02 23:17 ` Tom Rini
  0 siblings, 1 reply; 72+ messages in thread
From: York Sun @ 2015-11-02 21:06 UTC (permalink / raw)
  To: u-boot

Tom,

The following changes since commit a61047370d0b73ab886c5863e952695b5ee0d75b:

  ARM: at91: sama5: change the environment address to 0x6000 (2015-11-01
22:02:16 +0100)

are available in the git repository at:

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

for you to fetch changes up to 96d59e9d6aa74e35c63dc74da10e41f8ba0f6de4:

  mpc85xx/t2081: enable parsing DDR ratio for T2081 rev1.1 (2015-11-02 08:51:50
-0800)

----------------------------------------------------------------
Codrin Ciubotariu (1):
      T104xD4RDB: Fix PHY address for PHY connected to FM1 at DTSEC3

Shaohui Xie (1):
      Powerpc: eSDHC: expand a fix to T4160

Shengzhou Liu (1):
      mpc85xx/t2081: enable parsing DDR ratio for T2081 rev1.1

Yangbo Lu (4):
      mmc: fsl_esdhc: enable dat[4:7] for eMMC4.5 Adapter Card
      powerpc/t1040qds: enable adapter card type identification support
      powerpc/t1040qds: enable peripheral clock for eSDHC
      mmc: fsl_esdhc: enable EVDD automatic control for SD/MMC Legacy Adapter Card

Zhao Qiang (1):
      t1040d4rdb: assign muxed pins to qe-tdm when set hwconfig qe-tdm

 arch/powerpc/cpu/mpc85xx/fdt.c      |   11 +++++++++++
 arch/powerpc/cpu/mpc85xx/speed.c    |    3 ++-
 arch/powerpc/include/asm/fsl_fdt.h  |   11 +++++++++++
 board/freescale/common/qixis.h      |    5 +++++
 board/freescale/t104xrdb/cpld.h     |    1 +
 board/freescale/t104xrdb/t104xrdb.c |   10 ++++++++++
 drivers/mmc/fsl_esdhc.c             |    9 ++++++++-
 include/configs/T1040QDS.h          |    2 ++
 include/configs/T104xRDB.h          |    4 +++-
 9 files changed, 53 insertions(+), 3 deletions(-)
 create mode 100644 arch/powerpc/include/asm/fsl_fdt.h

Thanks.

York

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  2015-09-02 15:26 York Sun
@ 2015-09-02 21:58 ` Tom Rini
  0 siblings, 0 replies; 72+ messages in thread
From: Tom Rini @ 2015-09-02 21:58 UTC (permalink / raw)
  To: u-boot

On Wed, Sep 02, 2015 at 10:26:41AM -0500, York Sun wrote:

> Tom,
> 
> The following changes since commit b7e84c93c450480ca4ff51ad2eb56bd83c1dc368:
> 
>   Merge branch 'master' of http://git.denx.de/u-boot-sunxi (2015-08-31 12:12:27
> -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-mpc85xx.git master
> 
> for you to fetch changes up to 47deb4b4a9cbaf5896cc823d20ad9f6389f3d865:
> 
>   powerpc/t1023rdb: change default core frequency to 1200MHz (2015-09-01
> 20:58:58 -0500)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150902/a60d8e18/attachment.sig>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
@ 2015-09-02 15:26 York Sun
  2015-09-02 21:58 ` Tom Rini
  0 siblings, 1 reply; 72+ messages in thread
From: York Sun @ 2015-09-02 15:26 UTC (permalink / raw)
  To: u-boot

Tom,

The following changes since commit b7e84c93c450480ca4ff51ad2eb56bd83c1dc368:

  Merge branch 'master' of http://git.denx.de/u-boot-sunxi (2015-08-31 12:12:27
-0400)

are available in the git repository at:


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

for you to fetch changes up to 47deb4b4a9cbaf5896cc823d20ad9f6389f3d865:

  powerpc/t1023rdb: change default core frequency to 1200MHz (2015-09-01
20:58:58 -0500)

----------------------------------------------------------------
Igal Liberman (1):
      net/fman: Support both new and legacy FMan Compatibles

Shengzhou Liu (1):
      powerpc/t1023rdb: change default core frequency to 1200MHz

York Sun (5):
      powerpc/t1024qds: Add missing T1024QDS_DDR4_defconfig
      powerpc/defconfig: Rename defconfig file for T1040QDS/T1024QDS DDR4 targets
      powerpc: configs: Fix init_ram physical address for several boards
      powerpc: e6500: Lock/unlock L2 cache instead of L1 as init_ram
      powerpc: convert selected boards to generic board structure

 arch/powerpc/cpu/mpc85xx/b4860_ids.c               |    2 +-
 arch/powerpc/cpu/mpc85xx/liodn.c                   |   64 ++++++++++++++++++--
 arch/powerpc/cpu/mpc85xx/p2041_ids.c               |    2 +-
 arch/powerpc/cpu/mpc85xx/p3041_ids.c               |    2 +-
 arch/powerpc/cpu/mpc85xx/p4080_ids.c               |    4 +-
 arch/powerpc/cpu/mpc85xx/p5020_ids.c               |    2 +-
 arch/powerpc/cpu/mpc85xx/p5040_ids.c               |    4 +-
 arch/powerpc/cpu/mpc85xx/start.S                   |   10 ++-
 arch/powerpc/cpu/mpc85xx/t1024_ids.c               |    2 +-
 arch/powerpc/cpu/mpc85xx/t1040_ids.c               |    2 +-
 arch/powerpc/cpu/mpc85xx/t2080_ids.c               |    2 +-
 arch/powerpc/cpu/mpc85xx/t4240_ids.c               |    4 +-
 arch/powerpc/include/asm/fsl_liodn.h               |   53 +++++++++++++---
 board/freescale/t102xqds/MAINTAINERS               |    4 +-
 board/freescale/t102xrdb/t1023_rcw.cfg             |    4 +-
 board/freescale/t1040qds/MAINTAINERS               |    2 +-
 ...fconfig => T1024QDS_DDR4_SECURE_BOOT_defconfig} |    0
 configs/T1024QDS_DDR4_defconfig                    |    5 ++
 ...040QDS_D4_defconfig => T1040QDS_DDR4_defconfig} |    0
 drivers/net/fm/init.c                              |   27 ++++++---
 include/configs/B4860QDS.h                         |    4 +-
 include/configs/MPC8540ADS.h                       |    3 +
 include/configs/MPC8541CDS.h                       |    3 +
 include/configs/MPC8544DS.h                        |    3 +
 include/configs/MPC8548CDS.h                       |    3 +
 include/configs/MPC8555CDS.h                       |    3 +
 include/configs/MPC8560ADS.h                       |    3 +
 include/configs/MPC8568MDS.h                       |    3 +
 include/configs/MPC8569MDS.h                       |    3 +
 include/configs/MPC8610HPCD.h                      |    3 +
 include/configs/T102xQDS.h                         |    4 +-
 include/configs/T102xRDB.h                         |    4 +-
 include/configs/T1040QDS.h                         |    2 +-
 include/configs/T104xRDB.h                         |    2 +-
 include/configs/T208xQDS.h                         |    2 +-
 include/configs/T208xRDB.h                         |    2 +-
 include/configs/T4240RDB.h                         |    2 +-
 include/configs/t4qds.h                            |    2 +-
 38 files changed, 193 insertions(+), 53 deletions(-)
 rename configs/{T1024QDS_D4_SECURE_BOOT_defconfig =>
T1024QDS_DDR4_SECURE_BOOT_defconfig} (100%)
 create mode 100644 configs/T1024QDS_DDR4_defconfig
 rename configs/{T1040QDS_D4_defconfig => T1040QDS_DDR4_defconfig} (100%)

Thanks.

York

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  2015-07-31 16:00 York Sun
@ 2015-08-01 14:47 ` Tom Rini
  0 siblings, 0 replies; 72+ messages in thread
From: Tom Rini @ 2015-08-01 14:47 UTC (permalink / raw)
  To: u-boot

On Fri, Jul 31, 2015 at 09:00:43AM -0700, York Sun wrote:

> Tom,
> 
> The following changes since commit 26473945ad6667183296e7edee2a65edf31bb6f7:
> 
>   Merge branch 'master' of http://git.denx.de/u-boot-sunxi (2015-07-25 09:04:18
> -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-mpc85xx.git master
> 
> for you to fetch changes up to f2af1c37a09cdd28a78fde4ee4275aedf59be620:
> 
>   powerpc/T104xRDB: Remove vbank check redundant code (2015-07-31 08:56:11 -0700)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150801/d9c8072e/attachment.sig>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
@ 2015-07-31 16:00 York Sun
  2015-08-01 14:47 ` Tom Rini
  0 siblings, 1 reply; 72+ messages in thread
From: York Sun @ 2015-07-31 16:00 UTC (permalink / raw)
  To: u-boot

Tom,

The following changes since commit 26473945ad6667183296e7edee2a65edf31bb6f7:

  Merge branch 'master' of http://git.denx.de/u-boot-sunxi (2015-07-25 09:04:18
-0400)

are available in the git repository at:


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

for you to fetch changes up to f2af1c37a09cdd28a78fde4ee4275aedf59be620:

  powerpc/T104xRDB: Remove vbank check redundant code (2015-07-31 08:56:11 -0700)

----------------------------------------------------------------
Aneesh Bansal (3):
      powerpc/mpc85xx: SECURE BOOT- NAND secure boot target for P3041
      powerpc/mpc85xx: SECURE BOOT- NAND secure boot target for P5020 and P5040
      powerpc/mpc85xx: SECURE BOOT-Copy Boot Script on RAM

Jaiprakash Singh (1):
      powerpc/T102xRDB: Enable ifc nand ecc encode and decode

Nikhil Badola (1):
      powerpc/mpc85xx: Correct CONFIG_USB_MAX_CONTROLLER_COUNT for p1025

Priyanka Jain (3):
      powerpc/T104xD4RDB: Add T104xD4RDB boards support
      powerpc/t104x, t102x: Update CPC debug register value in PBI commands
      powerpc/T104xRDB: Remove vbank check redundant code

Raghav Dogra (1):
      powerpc/b4860qds: Update README for DIP switch information

Shaohui Xie (2):
      powerpc/t4rdb: fix cpld reset altbank
      powerpc/t4240: update serdes table

Shengzhou Liu (3):
      powerpc/t1024: update fman liodn for mac1
      powerpc/t1023rdb: add support for T1023RDB RevC
      powerpc/t1023rdb: eMMC boot without external SD card

Ying Zhang (1):
      powerpc/p2020rdb: fix the FDT_ERR_NOTFOUND issue

gaurav rana (1):
      powerpc/T104xD4: Add Secure boot support for T104xD4RDB platforms

 Makefile                                    |    4 +
 arch/powerpc/cpu/mpc85xx/start.S            |   11 +++
 arch/powerpc/cpu/mpc85xx/t1024_ids.c        |    3 +-
 arch/powerpc/cpu/mpc85xx/t4240_serdes.c     |  103 +++++++++----------
 arch/powerpc/include/asm/config_mpc85xx.h   |    3 +-
 arch/powerpc/include/asm/fsl_liodn.h        |    6 ++
 arch/powerpc/include/asm/fsl_secure_boot.h  |   21 ++++
 board/freescale/common/p_corenet/tlb.c      |   15 +++
 board/freescale/corenet_ds/MAINTAINERS      |    7 ++
 board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c |   15 ++-
 board/freescale/t102xqds/t1024_pbi.cfg      |    2 +-
 board/freescale/t102xrdb/README             |   18 ++--
 board/freescale/t102xrdb/spl.c              |   24 +++++
 board/freescale/t102xrdb/t1023_rcw.cfg      |    2 +-
 board/freescale/t102xrdb/t1024_pbi.cfg      |    2 +-
 board/freescale/t102xrdb/t102xrdb.c         |  141 ++++++++++++++++++++-------
 board/freescale/t102xrdb/t102xrdb.h         |    3 +-
 board/freescale/t1040qds/t1040_pbi.cfg      |    2 +-
 board/freescale/t104xrdb/MAINTAINERS        |   10 ++
 board/freescale/t104xrdb/README             |   87 ++++++++++++++++-
 board/freescale/t104xrdb/cpld.c             |    4 +
 board/freescale/t104xrdb/cpld.h             |    6 ++
 board/freescale/t104xrdb/ddr.c              |   10 ++
 board/freescale/t104xrdb/ddr.h              |    9 +-
 board/freescale/t104xrdb/eth.c              |   20 +++-
 board/freescale/t104xrdb/t1040d4_rcw.cfg    |    7 ++
 board/freescale/t104xrdb/t1042d4_rcw.cfg    |    7 ++
 board/freescale/t104xrdb/t104x_pbi.cfg      |    2 +-
 board/freescale/t104xrdb/t104xrdb.c         |   37 ++++++-
 board/freescale/t4rdb/cpld.c                |    8 +-
 configs/P3041DS_NAND_SECURE_BOOT_defconfig  |    5 +
 configs/P5020DS_NAND_SECURE_BOOT_defconfig  |    5 +
 configs/P5040DS_NAND_SECURE_BOOT_defconfig  |    5 +
 configs/T1040D4RDB_NAND_defconfig           |    6 ++
 configs/T1040D4RDB_SDCARD_defconfig         |    6 ++
 configs/T1040D4RDB_SECURE_BOOT_defconfig    |    5 +
 configs/T1040D4RDB_SPIFLASH_defconfig       |    6 ++
 configs/T1040D4RDB_defconfig                |    5 +
 configs/T1042D4RDB_NAND_defconfig           |    6 ++
 configs/T1042D4RDB_SDCARD_defconfig         |    6 ++
 configs/T1042D4RDB_SECURE_BOOT_defconfig    |    5 +
 configs/T1042D4RDB_SPIFLASH_defconfig       |    6 ++
 configs/T1042D4RDB_defconfig                |    5 +
 doc/README.b4860qds                         |    2 +-
 include/config_fsl_secboot.h                |   29 +++++-
 include/configs/T102xRDB.h                  |   19 ++--
 include/configs/T104xRDB.h                  |   64 ++++++++++--
 include/configs/corenet_ds.h                |    9 ++
 48 files changed, 631 insertions(+), 152 deletions(-)
 create mode 100644 board/freescale/t104xrdb/t1040d4_rcw.cfg
 create mode 100644 board/freescale/t104xrdb/t1042d4_rcw.cfg
 create mode 100644 configs/P3041DS_NAND_SECURE_BOOT_defconfig
 create mode 100644 configs/P5020DS_NAND_SECURE_BOOT_defconfig
 create mode 100644 configs/P5040DS_NAND_SECURE_BOOT_defconfig
 create mode 100644 configs/T1040D4RDB_NAND_defconfig
 create mode 100644 configs/T1040D4RDB_SDCARD_defconfig
 create mode 100644 configs/T1040D4RDB_SECURE_BOOT_defconfig
 create mode 100644 configs/T1040D4RDB_SPIFLASH_defconfig
 create mode 100644 configs/T1040D4RDB_defconfig
 create mode 100644 configs/T1042D4RDB_NAND_defconfig
 create mode 100644 configs/T1042D4RDB_SDCARD_defconfig
 create mode 100644 configs/T1042D4RDB_SECURE_BOOT_defconfig
 create mode 100644 configs/T1042D4RDB_SPIFLASH_defconfig
 create mode 100644 configs/T1042D4RDB_defconfig

Thanks.

York

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  2015-05-05 16:55 York Sun
@ 2015-05-05 23:59 ` Tom Rini
  0 siblings, 0 replies; 72+ messages in thread
From: Tom Rini @ 2015-05-05 23:59 UTC (permalink / raw)
  To: u-boot

On Tue, May 05, 2015 at 09:55:43AM -0700, York Sun wrote:

> 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)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150505/61e68690/attachment.sig>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
@ 2015-05-05 16:55 York Sun
  2015-05-05 23:59 ` Tom Rini
  0 siblings, 1 reply; 72+ messages in thread
From: York Sun @ 2015-05-05 16:55 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  2015-04-20 21:05 York Sun
@ 2015-04-22 15:52 ` Tom Rini
  0 siblings, 0 replies; 72+ messages in thread
From: Tom Rini @ 2015-04-22 15:52 UTC (permalink / raw)
  To: u-boot

On Mon, Apr 20, 2015 at 02:05:58PM -0700, York Sun wrote:

> Tom,
> 
> The following changes since commit b8d7652c81689a69bc6eaa206cf875bbe632831c:
> 
>   Merge branch 'buildman' of git://git.denx.de/u-boot-x86 (2015-04-18 19:24:13
> -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-mpc85xx.git master
> 
> for you to fetch changes up to 221fbd229c0981feca0c6ca99fff3315197d0f86:
> 
>   powerpc/mpc8641hpcn: Move environment to avoid conflict (2015-04-20 10:15:30
> -0700)
> 

Applied to u-boot/master (back on the 20th, forgot this email somehow), thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150422/164f764c/attachment.sig>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
@ 2015-04-20 21:05 York Sun
  2015-04-22 15:52 ` Tom Rini
  0 siblings, 1 reply; 72+ messages in thread
From: York Sun @ 2015-04-20 21:05 UTC (permalink / raw)
  To: u-boot

Tom,

The following changes since commit b8d7652c81689a69bc6eaa206cf875bbe632831c:

  Merge branch 'buildman' of git://git.denx.de/u-boot-x86 (2015-04-18 19:24:13
-0400)

are available in the git repository at:


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

for you to fetch changes up to 221fbd229c0981feca0c6ca99fff3315197d0f86:

  powerpc/mpc8641hpcn: Move environment to avoid conflict (2015-04-20 10:15:30
-0700)

----------------------------------------------------------------
Alexander Graf (1):
      qemu-ppce500: Add support for 64bit CCSR map

Chunhe Lan (1):
      T4240RDB: Enable CONFIG_SYS_CORTINA_FW_IN_NOR config

Curt Brune (1):
      MPC8541/MPC8555: Enable SS_EN in DDR_SDRAM_CLK_CNLT register

Scott Wood (3):
      powerpc/mpc85xx: Don't relocate exception vectors
      powerpc/mpc85xx: Remove some dead code
      powerpc/mpc8641hpcn: Move environment to avoid conflict

Shengzhou Liu (3):
      powerpc/t2080: enable erratum_a007186 for t2080 rev1.1
      powerpc/t2080rdb: update ddr to support 1866MT/s
      board/t2080rdb: enable CONFIG_PHY_AQUANTIA

Ying Zhang (1):
      board/t208xrdb: VID support

 arch/powerpc/cpu/mpc85xx/start.S      |  316 ++++++---------------------------
 arch/powerpc/include/asm/fsl_errata.h |    2 +-
 board/freescale/t208xrdb/ddr.h        |    4 +-
 board/freescale/t208xrdb/t208xrdb.c   |    7 +
 drivers/ddr/fsl/ctrl_regs.c           |   10 +-
 include/common.h                      |    1 -
 include/configs/MPC8641HPCN.h         |    5 +-
 include/configs/T208xRDB.h            |   18 +-
 include/configs/T4240RDB.h            |    1 +
 include/configs/qemu-ppce500.h        |    8 +-
 include/mpc85xx.h                     |    4 -
 include/ppc_asm.tmpl                  |   42 +++++
 12 files changed, 147 insertions(+), 271 deletions(-)

Thanks.

York

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  2015-03-05 20:20 York Sun
@ 2015-03-06 15:43 ` Tom Rini
  0 siblings, 0 replies; 72+ messages in thread
From: Tom Rini @ 2015-03-06 15:43 UTC (permalink / raw)
  To: u-boot

On Thu, Mar 05, 2015 at 12:20:37PM -0800, York Sun wrote:

> Tom,
> 
> The following changes since commit 8176a874233eb5180701e2811b38c199369975b2:
> 
>   Prepare v2015.04-rc3 (2015-03-03 18:08:39 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc85xx.git master
> 
> for you to fetch changes up to e04916a721a2069fc770412c57974d02e153ad18:
> 
>   SECURE_BOOT : enable esbc_validate command for powerpc and arm platforms.
> (2015-03-05 12:04:59 -0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150306/0d46f712/attachment.sig>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
@ 2015-03-05 20:20 York Sun
  2015-03-06 15:43 ` Tom Rini
  0 siblings, 1 reply; 72+ messages in thread
From: York Sun @ 2015-03-05 20:20 UTC (permalink / raw)
  To: u-boot

Tom,

The following changes since commit 8176a874233eb5180701e2811b38c199369975b2:

  Prepare v2015.04-rc3 (2015-03-03 18:08:39 -0500)

are available in the git repository at:

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

for you to fetch changes up to e04916a721a2069fc770412c57974d02e153ad18:

  SECURE_BOOT : enable esbc_validate command for powerpc and arm platforms.
(2015-03-05 12:04:59 -0800)

----------------------------------------------------------------
Shaveta Leekha (1):
      powerpc/mpc85xx: Add DSP side awareness for Freescale Heterogeneous SoCs

Ying Zhang (1):
      powerpc: 85xx: Modify CONFIG_USB_MAX_CONTROLLER_COUNT for P1022DS

gaurav rana (5):
      rsa : Compile Modular Exponentiation files based on CONFIG_RSA_SOFTWARE_EXP
      fsl_sfp : Move ccsr_sfp_regs definition to common include
      fsl_sec_mon: Add driver for Security Monitor block of Freescale
      SECURE BOOT: Add command for validation of images
      SECURE_BOOT : enable esbc_validate command for powerpc and arm platforms.

vijay rai (1):
      mpc85xx/t104xrdb : remove raw timing parameter

 arch/arm/include/asm/arch-ls102xa/config.h |   20 +
 arch/powerpc/cpu/mpc85xx/cpu.c             |   28 +
 arch/powerpc/cpu/mpc85xx/speed.c           |  140 +++++
 arch/powerpc/cpu/mpc8xxx/cpu.c             |   91 ++-
 arch/powerpc/include/asm/config_mpc85xx.h  |   20 +-
 arch/powerpc/include/asm/fsl_secure_boot.h |   35 ++
 arch/powerpc/include/asm/immap_85xx.h      |   22 +-
 arch/powerpc/include/asm/processor.h       |    5 +
 board/freescale/common/Makefile            |    6 +
 board/freescale/common/cmd_esbc_validate.c |   34 ++
 board/freescale/common/fsl_validate.c      |  840 ++++++++++++++++++++++++++++
 board/freescale/t104xrdb/ddr.c             |   15 -
 board/freescale/t104xrdb/ddr.h             |   29 -
 doc/README.Heterogeneous-SoCs              |  105 ++++
 doc/README.esbc_validate                   |   41 ++
 drivers/crypto/rsa_mod_exp/Makefile        |    3 +-
 drivers/misc/Kconfig                       |    8 +
 drivers/misc/Makefile                      |    1 +
 drivers/misc/fsl_sec_mon.c                 |  146 +++++
 include/common.h                           |    2 +
 include/configs/T104xRDB.h                 |    1 -
 include/e500.h                             |   11 +
 include/fsl_sec_mon.h                      |   58 ++
 include/fsl_secboot_err.h                  |  128 +++++
 include/fsl_sfp.h                          |   85 +++
 include/fsl_validate.h                     |  199 +++++++
 lib/rsa/Makefile                           |    3 +-
 27 files changed, 2008 insertions(+), 68 deletions(-)
 create mode 100644 board/freescale/common/cmd_esbc_validate.c
 create mode 100644 board/freescale/common/fsl_validate.c
 create mode 100644 doc/README.Heterogeneous-SoCs
 create mode 100644 doc/README.esbc_validate
 create mode 100644 drivers/misc/fsl_sec_mon.c
 create mode 100644 include/fsl_sec_mon.h
 create mode 100644 include/fsl_secboot_err.h
 create mode 100644 include/fsl_sfp.h
 create mode 100644 include/fsl_validate.h

Thanks.

York

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  2015-01-23  0:49 York Sun
@ 2015-01-23 21:57 ` Tom Rini
  0 siblings, 0 replies; 72+ messages in thread
From: Tom Rini @ 2015-01-23 21:57 UTC (permalink / raw)
  To: u-boot

On Thu, Jan 22, 2015 at 06:49:43PM -0600, York Sun wrote:

> 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)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150123/f8f7622c/attachment.pgp>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
@ 2015-01-23  0:49 York Sun
  2015-01-23 21:57 ` Tom Rini
  0 siblings, 1 reply; 72+ messages in thread
From: York Sun @ 2015-01-23  0:49 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  2014-12-16 17:24 York Sun
@ 2014-12-17  0:45 ` Tom Rini
  0 siblings, 0 replies; 72+ messages in thread
From: Tom Rini @ 2014-12-17  0:45 UTC (permalink / raw)
  To: u-boot

On Tue, Dec 16, 2014 at 09:24:20AM -0800, York Sun wrote:

> Tom,
> 
> The following changes since commit fc9b0b80435cda721fbdbe507c9e4f388b0ea62b:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-usb (2014-12-11 18:40:49 -0500)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-mpc85xx.git master
> 
> for you to fetch changes up to 00233528559c913e4bfafb1505ebf65f78e02976:
> 
>   mpc85xx/t104xrdb: convert deep sleep to generic board interface (2014-12-15
> 09:17:12 -0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20141216/2264f497/attachment.pgp>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
@ 2014-12-16 17:24 York Sun
  2014-12-17  0:45 ` Tom Rini
  0 siblings, 1 reply; 72+ messages in thread
From: York Sun @ 2014-12-16 17:24 UTC (permalink / raw)
  To: u-boot

Tom,

The following changes since commit fc9b0b80435cda721fbdbe507c9e4f388b0ea62b:

  Merge branch 'master' of git://git.denx.de/u-boot-usb (2014-12-11 18:40:49 -0500)

are available in the git repository at:


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

for you to fetch changes up to 00233528559c913e4bfafb1505ebf65f78e02976:

  mpc85xx/t104xrdb: convert deep sleep to generic board interface (2014-12-15
09:17:12 -0800)

----------------------------------------------------------------
Chunhe Lan (1):
      powerpc/t4240rdb: Convert to use generic board code

Jeffrey Ladouceur (2):
      mpc85xx: inhibit qman and bman portals by default
      powerpc/T10xx: Fix number of portals

Shaohui Xie (1):
      powerpc/p2041rdb: enable generic board configs

Shengzhou Liu (1):
      net/fm: update ft_fixup_port to differentiate dual-role mac

Tang Yuantian (1):
      mpc85xx/t104xrdb: convert deep sleep to generic board interface

Tudor Laurentiu (1):
      p5040ds: changed liodn offsets

York Sun (2):
      driver/ddr/fsl: Fix MRC_CYC calculation for DDR3
      powerpc/mpc85xx: Fix DDR TLB mapping leftover

Zhao Qiang (1):
      qe/deep-sleep: modify qe deep-sleep for generic board

gaurav rana (1):
      crypto/fsl: Fix RNG instantiation failure.

harninder rai (1):
      powerpc/bsc913x: Convert to use generic board code

 arch/powerpc/cpu/mpc85xx/p5040_ids.c |   24 +++++++++----------
 arch/powerpc/cpu/mpc85xx/portals.c   |   43 ++++++++++++++++++++++++++++++++++
 arch/powerpc/cpu/mpc85xx/tlb.c       |   12 ++++++----
 board/freescale/t104xrdb/ddr.c       |   19 +++++++++++++++
 board/freescale/t104xrdb/spl.c       |   19 +++------------
 board/freescale/t104xrdb/t104xrdb.c  |   24 +++++++++----------
 drivers/crypto/fsl/jr.c              |    2 +-
 drivers/ddr/fsl/ctrl_regs.c          |   21 ++++++++++++++++-
 drivers/net/fm/init.c                |   21 +++++++++++++----
 drivers/qe/qe.c                      |   11 +++++++++
 include/configs/B4860QDS.h           |   16 +++++++++++++
 include/configs/BSC9131RDB.h         |    3 +++
 include/configs/BSC9132QDS.h         |    3 +++
 include/configs/P1023RDB.h           |   16 +++++++++++++
 include/configs/P2041RDB.h           |   18 ++++++++++++++
 include/configs/T102xQDS.h           |   20 ++++++++++++++--
 include/configs/T102xRDB.h           |   20 ++++++++++++++--
 include/configs/T1040QDS.h           |   20 ++++++++++++++--
 include/configs/T104xRDB.h           |   23 ++++++++++++++++--
 include/configs/T208xQDS.h           |   16 +++++++++++++
 include/configs/T208xRDB.h           |   16 +++++++++++++
 include/configs/T4240EMU.h           |   16 +++++++++++++
 include/configs/T4240QDS.h           |   16 +++++++++++++
 include/configs/T4240RDB.h           |   18 ++++++++++++++
 include/configs/corenet_ds.h         |   16 +++++++++++++
 include/configs/km/kmp204x-common.h  |   16 +++++++++++++
 26 files changed, 389 insertions(+), 60 deletions(-)

Thanks.

York

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  2014-12-05 16:10 York Sun
@ 2014-12-08 21:41 ` Tom Rini
  0 siblings, 0 replies; 72+ messages in thread
From: Tom Rini @ 2014-12-08 21:41 UTC (permalink / raw)
  To: u-boot

On Fri, Dec 05, 2014 at 08:10:01AM -0800, York Sun wrote:

> Tom,
> 
> The following changes since commit 38cd8c4253013ccdd4052ee021f6066fe9a52551:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-mips (2014-11-27 10:49:38 -0500)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-mpc85xx.git master
> 
> for you to fetch changes up to af7219de2c66b64ddae0348b3d3fa5072d800dd2:
> 
>   powerpc/hydra: fix judging condition of RGMII selection (2014-12-05 08:06:17
> -0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20141208/3707adce/attachment.pgp>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
@ 2014-12-05 16:10 York Sun
  2014-12-08 21:41 ` Tom Rini
  0 siblings, 1 reply; 72+ messages in thread
From: York Sun @ 2014-12-05 16:10 UTC (permalink / raw)
  To: u-boot

Tom,

The following changes since commit 38cd8c4253013ccdd4052ee021f6066fe9a52551:

  Merge branch 'master' of git://git.denx.de/u-boot-mips (2014-11-27 10:49:38 -0500)

are available in the git repository at:


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

for you to fetch changes up to af7219de2c66b64ddae0348b3d3fa5072d800dd2:

  powerpc/hydra: fix judging condition of RGMII selection (2014-12-05 08:06:17
-0800)

----------------------------------------------------------------
Alison Wang (1):
      common: spl: Add interactive DDR debugger support for SPL image

Chunhe Lan (3):
      powerpc/p1023rdb: Enable configs to use generic board code
      powerpc/c29xpcie: Enable configs to use generic board code
      powerpc/hydra: Update MDIO mux fixups

Heiko Schocher (1):
      powerpc, muas3001: remove CONFIG_SYS_RAMBOOT

Holger Brunck (1):
      km/km82xx: remove CONFIG_SYS_RAMBOOT

Joakim Tjernlund (1):
      Freescale t104x: Do not exclude SGMII

Minghuan Lian (1):
      powerpc/hydra: fix judging condition of RGMII selection

Prabhakar Kushwaha (2):
      powerpc/mpc85xx:Put errata number for T104x NAND boot issue
      board/t104xrdb: Conditional workaround of errata A-008044

Priyanka Jain (1):
      powerpc/mpc85xx: Update LIODN entries for T1040

Shaohui Xie (4):
      powerpc/P5040DS: enable SATA support
      powerpc/b4860qds: add xfi support
      powerpc/b4860qds: dtb fixup for xfi
      powerpc/b4860qds: add workaround for XFI

Shaveta Leekha (4):
      powerpc/b4860: Enable law creation of MAPLE
      85xx/b4860: Add alternate serdes protocols for B4860/B4420
      B4860QDS: SGMII related updates
      B4860: Add alternate LC VCO serdes protocols support in board file

Shengzhou Liu (11):
      powerpc/t2080: add serdes2 protocol 0x2e
      net/phy: Add support for CS4315/CS4340 PHY
      powerpc/t2080: updating rcw for silicon v1.1
      powerpc/mpc85xx: Add T1024/T1023 SoC support
      powerpc/t1024qds: Add T1024 QDS board support
      powerpc/t1024rdb: Add T1024 RDB board support
      net/fman: update 10GEC to fit new SoC
      board/t1024qds: update pin multiplexing
      net/phy: enable serdes auto-negotiation for vsc8514 phy
      t1024qds: increase IO drive strength
      board/t1024qds: add retimer support on t1024qds

Suresh Gupta (2):
      B4860QDS: Enable SFP or AMC on basis of hwconfig string
      B4860QDS: Enable enet port as per fsl_b4860_serdes2 string in hwconfig

Tang Yuantian (1):
      mpc85xx/p1022ds: convert to generic board

Tudor Laurentiu (1):
      powerpc/mpc85xx: use correct dma compatible for several SoCs

Xiaobo Xie (1):
      powerpc/t4240rdb: enable eSDHC 3.3V support

Ying Zhang (3):
      powerpc/t208xqds: VID support
      board/freescale: use generic board architecture for p1025-twr
      board/freescale: use generic board architecture for p1010rdb

York Sun (5):
      mpc85xx/t208xqds: Adjust DDR timing parameters
      mpc85xx/t2080: Fix parsing DDR ratio for new revision
      powerpc/t1040qds: Update DDR option
      driver/ddr/fsl: Adjust timing_cfg_0 to better support two DDR slots
      driver/ddr/fsl: Add workaround for faulty SPD

Zhao Qiang (1):
      powerpc/mpc85xx: modify erratum A007186

vijay rai (1):
      powerpc/t104x: Convert to use generic board code

 README                                         |    4 +
 arch/powerpc/cpu/mpc85xx/Kconfig               |   10 +
 arch/powerpc/cpu/mpc85xx/Makefile              |    4 +
 arch/powerpc/cpu/mpc85xx/b4860_ids.c           |    4 +-
 arch/powerpc/cpu/mpc85xx/b4860_serdes.c        |   19 +
 arch/powerpc/cpu/mpc85xx/cmd_errata.c          |   11 +-
 arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c |    3 +-
 arch/powerpc/cpu/mpc85xx/p2041_ids.c           |    4 +-
 arch/powerpc/cpu/mpc85xx/p3041_ids.c           |    4 +-
 arch/powerpc/cpu/mpc85xx/p4080_ids.c           |    4 +-
 arch/powerpc/cpu/mpc85xx/p5020_ids.c           |    4 +-
 arch/powerpc/cpu/mpc85xx/p5040_ids.c           |    4 +-
 arch/powerpc/cpu/mpc85xx/speed.c               |   35 +-
 arch/powerpc/cpu/mpc85xx/t1024_ids.c           |   82 +++
 arch/powerpc/cpu/mpc85xx/t1024_serdes.c        |   52 ++
 arch/powerpc/cpu/mpc85xx/t1040_ids.c           |   30 +-
 arch/powerpc/cpu/mpc85xx/t2080_ids.c           |    6 +-
 arch/powerpc/cpu/mpc85xx/t2080_serdes.c        |    1 +
 arch/powerpc/cpu/mpc85xx/t4240_ids.c           |    4 +-
 arch/powerpc/cpu/mpc8xxx/cpu.c                 |    4 +
 arch/powerpc/include/asm/config_mpc85xx.h      |   47 ++
 arch/powerpc/include/asm/fsl_errata.h          |   24 +
 arch/powerpc/include/asm/fsl_liodn.h           |    4 +-
 arch/powerpc/include/asm/fsl_secure_boot.h     |    4 +-
 arch/powerpc/include/asm/immap_85xx.h          |   22 +
 arch/powerpc/include/asm/processor.h           |    4 +
 board/freescale/b4860qds/b4860qds.c            |   95 ++-
 board/freescale/b4860qds/eth_b4860qds.c        |  127 +++-
 board/freescale/b4860qds/law.c                 |    3 -
 board/freescale/common/Makefile                |    1 +
 board/freescale/common/vid.c                   |  491 +++++++++++++
 board/freescale/common/vid.h                   |   20 +
 board/freescale/common/vsc3316_3308.c          |  108 +++
 board/freescale/common/vsc3316_3308.h          |    4 +
 board/freescale/corenet_ds/eth_hydra.c         |    7 +-
 board/freescale/t102xqds/Kconfig               |   12 +
 board/freescale/t102xqds/MAINTAINERS           |   12 +
 board/freescale/t102xqds/Makefile              |   17 +
 board/freescale/t102xqds/README                |  328 +++++++++
 board/freescale/t102xqds/ddr.c                 |  170 +++++
 board/freescale/t102xqds/eth_t102xqds.c        |  442 +++++++++++
 board/freescale/t102xqds/law.c                 |   32 +
 board/freescale/t102xqds/pci.c                 |   23 +
 board/freescale/t102xqds/spl.c                 |  151 ++++
 board/freescale/t102xqds/t1024_pbi.cfg         |   26 +
 board/freescale/t102xqds/t1024_rcw.cfg         |   10 +
 board/freescale/t102xqds/t102xqds.c            |  408 ++++++++++
 board/freescale/t102xqds/t102xqds.h            |   14 +
 board/freescale/t102xqds/t102xqds_qixis.h      |   64 ++
 board/freescale/t102xqds/tlb.c                 |  117 +++
 board/freescale/t102xrdb/Kconfig               |   12 +
 board/freescale/t102xrdb/MAINTAINERS           |   10 +
 board/freescale/t102xrdb/Makefile              |   17 +
 board/freescale/t102xrdb/README                |  258 +++++++
 board/freescale/t102xrdb/cpld.c                |  103 +++
 board/freescale/t102xrdb/cpld.h                |   45 ++
 board/freescale/t102xrdb/ddr.c                 |  154 ++++
 board/freescale/t102xrdb/eth_t102xrdb.c        |  100 +++
 board/freescale/t102xrdb/law.c                 |   32 +
 board/freescale/t102xrdb/pci.c                 |   23 +
 board/freescale/t102xrdb/spl.c                 |  107 +++
 board/freescale/t102xrdb/t1024_pbi.cfg         |   26 +
 board/freescale/t102xrdb/t1024_rcw.cfg         |    8 +
 board/freescale/t102xrdb/t102xrdb.c            |  144 ++++
 board/freescale/t102xrdb/t102xrdb.h            |   13 +
 board/freescale/t102xrdb/tlb.c                 |  117 +++
 board/freescale/t104xrdb/spl.c                 |   26 +-
 board/freescale/t208xqds/ddr.h                 |   15 +-
 board/freescale/t208xqds/t2080_rcw.cfg         |   16 +-
 board/freescale/t208xqds/t208xqds.c            |   13 +
 board/freescale/t208xrdb/t2080_rcw.cfg         |   20 +-
 board/keymile/km82xx/km82xx.c                  |    2 -
 board/muas3001/muas3001.c                      |    4 -
 common/Makefile                                |   20 +-
 configs/T1024QDS_D4_SECURE_BOOT_defconfig      |    4 +
 configs/T1024QDS_NAND_defconfig                |    5 +
 configs/T1024QDS_SDCARD_defconfig              |    5 +
 configs/T1024QDS_SECURE_BOOT_defconfig         |    4 +
 configs/T1024QDS_SPIFLASH_defconfig            |    5 +
 configs/T1024RDB_NAND_defconfig                |    5 +
 configs/T1024RDB_SDCARD_defconfig              |    5 +
 configs/T1024RDB_SECURE_BOOT_defconfig         |    4 +
 configs/T1024RDB_SPIFLASH_defconfig            |    5 +
 configs/T1024RDB_defconfig                     |    4 +
 doc/README.fsl-dpaa                            |   10 +
 drivers/ddr/fsl/ctrl_regs.c                    |   31 +-
 drivers/ddr/fsl/ddr4_dimm_params.c             |   22 +
 drivers/net/fm/Makefile                        |    2 +
 drivers/net/fm/b4860.c                         |   64 +-
 drivers/net/fm/eth.c                           |    7 +-
 drivers/net/fm/init.c                          |    2 +
 drivers/net/fm/t1024.c                         |   88 +++
 drivers/net/fm/t1040.c                         |    4 -
 drivers/net/phy/Makefile                       |    1 +
 drivers/net/phy/cortina.c                      |  333 +++++++++
 drivers/net/phy/phy.c                          |    3 +
 drivers/net/phy/vitesse.c                      |   13 +-
 include/configs/B4860QDS.h                     |    6 +-
 include/configs/C29XPCIE.h                     |    2 +
 include/configs/P1010RDB.h                     |    2 +
 include/configs/P1022DS.h                      |    3 +
 include/configs/P1023RDB.h                     |    3 +
 include/configs/P5040DS.h                      |    1 +
 include/configs/T102xQDS.h                     |  939 ++++++++++++++++++++++++
 include/configs/T102xRDB.h                     |  896 ++++++++++++++++++++++
 include/configs/T1040QDS.h                     |    7 +-
 include/configs/T104xRDB.h                     |   12 +-
 include/configs/T208xQDS.h                     |   19 +-
 include/configs/T4240RDB.h                     |    1 +
 include/configs/km82xx.h                       |    3 -
 include/configs/muas3001.h                     |    4 -
 include/configs/p1_twr.h                       |    2 +
 include/cortina.h                              |   75 ++
 include/fm_eth.h                               |   15 +
 include/phy.h                                  |    2 +
 115 files changed, 6835 insertions(+), 144 deletions(-)
 create mode 100644 arch/powerpc/cpu/mpc85xx/t1024_ids.c
 create mode 100644 arch/powerpc/cpu/mpc85xx/t1024_serdes.c
 create mode 100644 board/freescale/common/vid.c
 create mode 100644 board/freescale/common/vid.h
 create mode 100644 board/freescale/t102xqds/Kconfig
 create mode 100644 board/freescale/t102xqds/MAINTAINERS
 create mode 100644 board/freescale/t102xqds/Makefile
 create mode 100644 board/freescale/t102xqds/README
 create mode 100644 board/freescale/t102xqds/ddr.c
 create mode 100644 board/freescale/t102xqds/eth_t102xqds.c
 create mode 100644 board/freescale/t102xqds/law.c
 create mode 100644 board/freescale/t102xqds/pci.c
 create mode 100644 board/freescale/t102xqds/spl.c
 create mode 100644 board/freescale/t102xqds/t1024_pbi.cfg
 create mode 100644 board/freescale/t102xqds/t1024_rcw.cfg
 create mode 100644 board/freescale/t102xqds/t102xqds.c
 create mode 100644 board/freescale/t102xqds/t102xqds.h
 create mode 100644 board/freescale/t102xqds/t102xqds_qixis.h
 create mode 100644 board/freescale/t102xqds/tlb.c
 create mode 100644 board/freescale/t102xrdb/Kconfig
 create mode 100644 board/freescale/t102xrdb/MAINTAINERS
 create mode 100644 board/freescale/t102xrdb/Makefile
 create mode 100644 board/freescale/t102xrdb/README
 create mode 100644 board/freescale/t102xrdb/cpld.c
 create mode 100644 board/freescale/t102xrdb/cpld.h
 create mode 100644 board/freescale/t102xrdb/ddr.c
 create mode 100644 board/freescale/t102xrdb/eth_t102xrdb.c
 create mode 100644 board/freescale/t102xrdb/law.c
 create mode 100644 board/freescale/t102xrdb/pci.c
 create mode 100644 board/freescale/t102xrdb/spl.c
 create mode 100644 board/freescale/t102xrdb/t1024_pbi.cfg
 create mode 100644 board/freescale/t102xrdb/t1024_rcw.cfg
 create mode 100644 board/freescale/t102xrdb/t102xrdb.c
 create mode 100644 board/freescale/t102xrdb/t102xrdb.h
 create mode 100644 board/freescale/t102xrdb/tlb.c
 create mode 100644 configs/T1024QDS_D4_SECURE_BOOT_defconfig
 create mode 100644 configs/T1024QDS_NAND_defconfig
 create mode 100644 configs/T1024QDS_SDCARD_defconfig
 create mode 100644 configs/T1024QDS_SECURE_BOOT_defconfig
 create mode 100644 configs/T1024QDS_SPIFLASH_defconfig
 create mode 100644 configs/T1024RDB_NAND_defconfig
 create mode 100644 configs/T1024RDB_SDCARD_defconfig
 create mode 100644 configs/T1024RDB_SECURE_BOOT_defconfig
 create mode 100644 configs/T1024RDB_SPIFLASH_defconfig
 create mode 100644 configs/T1024RDB_defconfig
 create mode 100644 doc/README.fsl-dpaa
 create mode 100644 drivers/net/fm/t1024.c
 create mode 100644 drivers/net/phy/cortina.c
 create mode 100644 include/configs/T102xQDS.h
 create mode 100644 include/configs/T102xRDB.h
 create mode 100644 include/cortina.h

Thanks.

York

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  2014-07-23 20:19 York Sun
@ 2014-07-28 19:03 ` Tom Rini
  0 siblings, 0 replies; 72+ messages in thread
From: Tom Rini @ 2014-07-28 19:03 UTC (permalink / raw)
  To: u-boot

On Wed, Jul 23, 2014 at 01:19:27PM -0700, York Sun wrote:

> Tom,
> 
> The following changes since commit fbe79a17fddb7f0b11aa15b9c93e9a4a26165ed8:
> 
>   m68k: define __kernel_size_t as unsinged int again (2014-07-22 09:46:50 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc85xx.git master
> 
> for you to fetch changes up to fb5368789a45ca5ee4396cbbf563a8f16ab24f9c:
> 
>   board/freescale: use generic board architecture for t2080qds and t2080rdb
> (2014-07-23 12:40:30 -0700)
> 
> ----------------------------------------------------------------
> Lijun Pan (1):
>       powerpc/mpc85xx: Remove P1023 RDS support
> 
> Prabhakar Kushwaha (3):
>       driver/nand:Define MAX_BANKS same as SoC defined for IFC
>       driver/nand: Update SRAM initialize logic for IFC.
>       driver/nand: Add support of 16K SRAM for IFC 2.0
> 
> Rotariu Marian-Cristian (1):
>       net/fm: call fm_port_to_index() with proper checks
> 
> Sandeep Singh (1):
>       powerpc/mpc85xx: Removed support for G4060
> 
> Shaohui Xie (2):
>       powerpc/ifc: fix invalid CSn FTIM2.TCH setting
>       powerpc/t4240qds: fix offset of serdes when checking reference clock
> 
> Shaveta Leekha (1):
>       powerpc/chassis2: Configure and enable L2 cache for PPC clusters only
> 
> Shengzhou Liu (4):
>       powerpc/85xx: add fdt_fixup_dma3
>       board/t2080qds: enable sst and eon spi flash for nor boot
>       powerpc/t1040: update i2c for t1040qds and t104xrdb
>       board/freescale: use generic board architecture for t2080qds and t2080rdb
> 
> Tang Yuantian (1):
>       mpc85xx/t104x: Enable L2 and CPC cache when resume
> 
> York Sun (3):
>       driver/ddr: Fix DDR4 driver for ARM
>       powerpc/mpc85xx: Check return value of find_tlb_idx
>       driver/ddr: Fix DDR register timing_cfg_8
> 
> Zang Roy-R61911 (1):
>       fsl/pcie: Change 'no link' to 'undetermined' for pcie endpoint
> 
> Zhao Qiang (1):
>       qe: move immap_qe.h from arch directory into common directory
> 
> vijay rai (1):
>       powerpc/t1040qds: Initialize EPHY2 clock to RGMII only
> 
>  arch/arm/include/asm/arch-fsl-lsch3/config.h       |    4 +
>  arch/arm/include/asm/io.h                          |    1 +
>  arch/powerpc/cpu/mpc83xx/cpu.c                     |    2 +-
>  arch/powerpc/cpu/mpc83xx/fdt.c                     |    2 +-
>  arch/powerpc/cpu/mpc85xx/cpu_init.c                |  166 +++----
>  arch/powerpc/cpu/mpc85xx/fdt.c                     |   47 ++
>  arch/powerpc/cpu/mpc8xxx/cpu.c                     |    1 -
>  arch/powerpc/include/asm/cache.h                   |    6 +
>  arch/powerpc/include/asm/immap_85xx.h              |    6 +
>  arch/powerpc/include/asm/io.h                      |    3 +
>  arch/powerpc/include/asm/processor.h               |    1 -
>  arch/powerpc/lib/board.c                           |    5 +
>  board/exmeritus/hww1u1a/hww1u1a.c                  |   12 +-
>  board/freescale/b4860qds/b4860qds.c                |   12 +-
>  board/freescale/bsc9132qds/bsc9132qds.c            |   12 +-
>  board/freescale/c29xpcie/c29xpcie.c                |   12 +-
>  board/freescale/corenet_ds/corenet_ds.c            |   12 +-
>  board/freescale/mpc8536ds/mpc8536ds.c              |   12 +-
>  board/freescale/mpc8572ds/mpc8572ds.c              |   12 +-
>  board/freescale/p1010rdb/p1010rdb.c                |   12 +-
>  board/freescale/p1022ds/p1022ds.c                  |   12 +-
>  board/freescale/p1023rdb/p1023rdb.c                |   12 +-
>  board/freescale/p1023rds/Makefile                  |    9 -
>  board/freescale/p1023rds/README                    |  101 -----
>  board/freescale/p1023rds/bcsr.h                    |   49 --
>  board/freescale/p1023rds/law.c                     |   19 -
>  board/freescale/p1023rds/p1023rds.c                |  191 --------
>  board/freescale/p1023rds/tlb.c                     |  100 ----
>  board/freescale/p1_p2_rdb/p1_p2_rdb.c              |   12 +-
>  board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c        |   12 +-
>  board/freescale/p1_twr/p1_twr.c                    |   12 +-
>  board/freescale/p2020ds/p2020ds.c                  |   12 +-
>  board/freescale/p2041rdb/p2041rdb.c                |   12 +-
>  board/freescale/t1040qds/eth.c                     |    4 +-
>  board/freescale/t1040qds/t1040qds.c                |   12 +-
>  board/freescale/t1040qds/t1040qds_qixis.h          |    4 +
>  board/freescale/t104xrdb/t104xrdb.c                |   12 +-
>  board/freescale/t208xqds/t208xqds.c                |   12 +-
>  board/freescale/t208xrdb/t208xrdb.c                |   13 +-
>  board/freescale/t4qds/t4240emu.c                   |   12 +-
>  board/freescale/t4qds/t4240qds.c                   |   22 +-
>  board/freescale/t4rdb/t4240rdb.c                   |   12 +-
>  boards.cfg                                         |    1 -
>  drivers/bootcount/bootcount.c                      |    2 +-
>  drivers/ddr/fsl/ctrl_regs.c                        |    3 +
>  drivers/ddr/fsl/fsl_ddr_gen4.c                     |    7 +-
>  drivers/mtd/nand/fsl_ifc_nand.c                    |   45 +-
>  drivers/mtd/nand/fsl_ifc_spl.c                     |    6 +-
>  drivers/net/fm/fm.h                                |    3 +-
>  drivers/net/fm/init.c                              |    6 +
>  drivers/pci/fsl_pci_init.c                         |   10 +-
>  drivers/qe/qe.c                                    |    2 +-
>  drivers/qe/uccf.c                                  |    2 +-
>  drivers/qe/uccf.h                                  |    2 +-
>  drivers/qe/uec.c                                   |    2 +-
>  drivers/qe/uec_phy.c                               |    2 +-
>  include/configs/B4860QDS.h                         |    2 +-
>  include/configs/BSC9132QDS.h                       |    2 +-
>  include/configs/C29XPCIE.h                         |    2 +-
>  include/configs/P1010RDB.h                         |    2 +-
>  include/configs/P1023RDS.h                         |  479 --------------------
>  include/configs/T1040QDS.h                         |   10 +-
>  include/configs/T104xRDB.h                         |   12 +-
>  include/configs/T208xQDS.h                         |    4 +-
>  include/configs/T208xRDB.h                         |    4 +-
>  include/configs/T4240QDS.h                         |    2 +-
>  include/fsl_ifc.h                                  |    4 +
>  .../include/asm => include/linux}/immap_qe.h       |    0
>  include/post.h                                     |    2 +-
>  69 files changed, 481 insertions(+), 1133 deletions(-)
>  delete mode 100644 board/freescale/p1023rds/Makefile
>  delete mode 100644 board/freescale/p1023rds/README
>  delete mode 100644 board/freescale/p1023rds/bcsr.h
>  delete mode 100644 board/freescale/p1023rds/law.c
>  delete mode 100644 board/freescale/p1023rds/p1023rds.c
>  delete mode 100644 board/freescale/p1023rds/tlb.c
>  delete mode 100644 include/configs/P1023RDS.h
>  rename {arch/powerpc/include/asm => include/linux}/immap_qe.h (100%)

Sorry, got lost in my inbox, applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140728/11c70584/attachment.pgp>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
@ 2014-07-23 20:19 York Sun
  2014-07-28 19:03 ` Tom Rini
  0 siblings, 1 reply; 72+ messages in thread
From: York Sun @ 2014-07-23 20:19 UTC (permalink / raw)
  To: u-boot

Tom,

The following changes since commit fbe79a17fddb7f0b11aa15b9c93e9a4a26165ed8:

  m68k: define __kernel_size_t as unsinged int again (2014-07-22 09:46:50 -0400)

are available in the git repository at:

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

for you to fetch changes up to fb5368789a45ca5ee4396cbbf563a8f16ab24f9c:

  board/freescale: use generic board architecture for t2080qds and t2080rdb
(2014-07-23 12:40:30 -0700)

----------------------------------------------------------------
Lijun Pan (1):
      powerpc/mpc85xx: Remove P1023 RDS support

Prabhakar Kushwaha (3):
      driver/nand:Define MAX_BANKS same as SoC defined for IFC
      driver/nand: Update SRAM initialize logic for IFC.
      driver/nand: Add support of 16K SRAM for IFC 2.0

Rotariu Marian-Cristian (1):
      net/fm: call fm_port_to_index() with proper checks

Sandeep Singh (1):
      powerpc/mpc85xx: Removed support for G4060

Shaohui Xie (2):
      powerpc/ifc: fix invalid CSn FTIM2.TCH setting
      powerpc/t4240qds: fix offset of serdes when checking reference clock

Shaveta Leekha (1):
      powerpc/chassis2: Configure and enable L2 cache for PPC clusters only

Shengzhou Liu (4):
      powerpc/85xx: add fdt_fixup_dma3
      board/t2080qds: enable sst and eon spi flash for nor boot
      powerpc/t1040: update i2c for t1040qds and t104xrdb
      board/freescale: use generic board architecture for t2080qds and t2080rdb

Tang Yuantian (1):
      mpc85xx/t104x: Enable L2 and CPC cache when resume

York Sun (3):
      driver/ddr: Fix DDR4 driver for ARM
      powerpc/mpc85xx: Check return value of find_tlb_idx
      driver/ddr: Fix DDR register timing_cfg_8

Zang Roy-R61911 (1):
      fsl/pcie: Change 'no link' to 'undetermined' for pcie endpoint

Zhao Qiang (1):
      qe: move immap_qe.h from arch directory into common directory

vijay rai (1):
      powerpc/t1040qds: Initialize EPHY2 clock to RGMII only

 arch/arm/include/asm/arch-fsl-lsch3/config.h       |    4 +
 arch/arm/include/asm/io.h                          |    1 +
 arch/powerpc/cpu/mpc83xx/cpu.c                     |    2 +-
 arch/powerpc/cpu/mpc83xx/fdt.c                     |    2 +-
 arch/powerpc/cpu/mpc85xx/cpu_init.c                |  166 +++----
 arch/powerpc/cpu/mpc85xx/fdt.c                     |   47 ++
 arch/powerpc/cpu/mpc8xxx/cpu.c                     |    1 -
 arch/powerpc/include/asm/cache.h                   |    6 +
 arch/powerpc/include/asm/immap_85xx.h              |    6 +
 arch/powerpc/include/asm/io.h                      |    3 +
 arch/powerpc/include/asm/processor.h               |    1 -
 arch/powerpc/lib/board.c                           |    5 +
 board/exmeritus/hww1u1a/hww1u1a.c                  |   12 +-
 board/freescale/b4860qds/b4860qds.c                |   12 +-
 board/freescale/bsc9132qds/bsc9132qds.c            |   12 +-
 board/freescale/c29xpcie/c29xpcie.c                |   12 +-
 board/freescale/corenet_ds/corenet_ds.c            |   12 +-
 board/freescale/mpc8536ds/mpc8536ds.c              |   12 +-
 board/freescale/mpc8572ds/mpc8572ds.c              |   12 +-
 board/freescale/p1010rdb/p1010rdb.c                |   12 +-
 board/freescale/p1022ds/p1022ds.c                  |   12 +-
 board/freescale/p1023rdb/p1023rdb.c                |   12 +-
 board/freescale/p1023rds/Makefile                  |    9 -
 board/freescale/p1023rds/README                    |  101 -----
 board/freescale/p1023rds/bcsr.h                    |   49 --
 board/freescale/p1023rds/law.c                     |   19 -
 board/freescale/p1023rds/p1023rds.c                |  191 --------
 board/freescale/p1023rds/tlb.c                     |  100 ----
 board/freescale/p1_p2_rdb/p1_p2_rdb.c              |   12 +-
 board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c        |   12 +-
 board/freescale/p1_twr/p1_twr.c                    |   12 +-
 board/freescale/p2020ds/p2020ds.c                  |   12 +-
 board/freescale/p2041rdb/p2041rdb.c                |   12 +-
 board/freescale/t1040qds/eth.c                     |    4 +-
 board/freescale/t1040qds/t1040qds.c                |   12 +-
 board/freescale/t1040qds/t1040qds_qixis.h          |    4 +
 board/freescale/t104xrdb/t104xrdb.c                |   12 +-
 board/freescale/t208xqds/t208xqds.c                |   12 +-
 board/freescale/t208xrdb/t208xrdb.c                |   13 +-
 board/freescale/t4qds/t4240emu.c                   |   12 +-
 board/freescale/t4qds/t4240qds.c                   |   22 +-
 board/freescale/t4rdb/t4240rdb.c                   |   12 +-
 boards.cfg                                         |    1 -
 drivers/bootcount/bootcount.c                      |    2 +-
 drivers/ddr/fsl/ctrl_regs.c                        |    3 +
 drivers/ddr/fsl/fsl_ddr_gen4.c                     |    7 +-
 drivers/mtd/nand/fsl_ifc_nand.c                    |   45 +-
 drivers/mtd/nand/fsl_ifc_spl.c                     |    6 +-
 drivers/net/fm/fm.h                                |    3 +-
 drivers/net/fm/init.c                              |    6 +
 drivers/pci/fsl_pci_init.c                         |   10 +-
 drivers/qe/qe.c                                    |    2 +-
 drivers/qe/uccf.c                                  |    2 +-
 drivers/qe/uccf.h                                  |    2 +-
 drivers/qe/uec.c                                   |    2 +-
 drivers/qe/uec_phy.c                               |    2 +-
 include/configs/B4860QDS.h                         |    2 +-
 include/configs/BSC9132QDS.h                       |    2 +-
 include/configs/C29XPCIE.h                         |    2 +-
 include/configs/P1010RDB.h                         |    2 +-
 include/configs/P1023RDS.h                         |  479 --------------------
 include/configs/T1040QDS.h                         |   10 +-
 include/configs/T104xRDB.h                         |   12 +-
 include/configs/T208xQDS.h                         |    4 +-
 include/configs/T208xRDB.h                         |    4 +-
 include/configs/T4240QDS.h                         |    2 +-
 include/fsl_ifc.h                                  |    4 +
 .../include/asm => include/linux}/immap_qe.h       |    0
 include/post.h                                     |    2 +-
 69 files changed, 481 insertions(+), 1133 deletions(-)
 delete mode 100644 board/freescale/p1023rds/Makefile
 delete mode 100644 board/freescale/p1023rds/README
 delete mode 100644 board/freescale/p1023rds/bcsr.h
 delete mode 100644 board/freescale/p1023rds/law.c
 delete mode 100644 board/freescale/p1023rds/p1023rds.c
 delete mode 100644 board/freescale/p1023rds/tlb.c
 delete mode 100644 include/configs/P1023RDS.h
 rename {arch/powerpc/include/asm => include/linux}/immap_qe.h (100%)

Thanks,

York

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  2014-06-05 21:30 York Sun
@ 2014-06-05 22:50 ` Tom Rini
  0 siblings, 0 replies; 72+ messages in thread
From: Tom Rini @ 2014-06-05 22:50 UTC (permalink / raw)
  To: u-boot

On Thu, Jun 05, 2014 at 02:30:42PM -0700, York Sun wrote:

> Tom,
> 
> The following changes since commit 9a650bfec34c10baf673f9ab95f00dec7210e8c6:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2014-06-05 11:22: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 353527d527b78297571c05b8a1687c92d42f6d20:
> 
>   driver/ddr/fsl: Fix printing unspecified module info for DDR4 (2014-06-05
> 13:45:07 -0700)
> 
> ----------------------------------------------------------------
> Chunhe Lan (1):
>       powerpc/t4rdb: Add alternate serdes protocols to align with A-007186
> 
> Hou Zhiqiang (1):
>       powerpc/espi: remove 80us delay to improve transfer performance
> 
> Sandeep Singh (1):
>       powerpc/mpc85xx: Add workaround to enable TDM on T1040
> 
> Shaohui Xie (1):
>       powerpc/t4qds: Add alternate serdes protocols to align with A-007186
> 
> Shaveta Leekha (1):
>       powerpc/serdes: Add the workaround for erratum A-007186
> 
> Shengzhou Liu (3):
>       board/t208x: update t2080qds/t2080rdb for errata A-007186
>       board/t2080qds: some update for ddr
>       powerpc/t2080: add serdes2 protocol 0x27
> 
> York Sun (2):
>       powerpc/mpc85xx: Add workaround for DDR erratum A004508
>       driver/ddr/fsl: Fix printing unspecified module info for DDR4
> 
> poonam aggrwal (1):
>       powerpc/B4420: Fixed incomplete handling for 0x9d serdes2
> 
>  arch/powerpc/cpu/mpc85xx/cmd_errata.c          |    6 +
>  arch/powerpc/cpu/mpc85xx/cpu_init.c            |   29 ++++
>  arch/powerpc/cpu/mpc85xx/fdt.c                 |   26 ++++
>  arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c |  148 ++++++++++++++++++++
>  arch/powerpc/cpu/mpc85xx/t1040_ids.c           |    1 +
>  arch/powerpc/cpu/mpc85xx/t2080_serdes.c        |   27 +++-
>  arch/powerpc/cpu/mpc85xx/t4240_serdes.c        |  172 ++++++++++++++++++++++++
>  arch/powerpc/include/asm/config_mpc85xx.h      |   24 ++++
>  arch/powerpc/include/asm/fsl_law.h             |    1 +
>  arch/powerpc/include/asm/fsl_liodn.h           |    4 +
>  arch/powerpc/include/asm/immap_85xx.h          |   37 ++++-
>  board/freescale/b4860qds/b4860qds.c            |    6 +
>  board/freescale/t208xqds/ddr.h                 |   28 ++--
>  board/freescale/t208xqds/eth_t208xqds.c        |    8 ++
>  board/freescale/t208xqds/t2080_rcw.cfg         |    2 +-
>  board/freescale/t208xqds/t208xqds.c            |   12 +-
>  board/freescale/t208xrdb/t2080_rcw.cfg         |    2 +-
>  board/freescale/t4qds/eth.c                    |   20 +++
>  board/freescale/t4qds/t4240qds.c               |   27 ++++
>  board/freescale/t4qds/t4_rcw.cfg               |    4 +-
>  board/freescale/t4rdb/eth.c                    |    2 +-
>  board/freescale/t4rdb/t4_rcw.cfg               |    4 +-
>  drivers/ddr/fsl/ctrl_regs.c                    |    5 +
>  drivers/ddr/fsl/interactive.c                  |    2 +-
>  drivers/spi/fsl_espi.c                         |  138 ++++++++++++++-----
>  include/configs/T1040QDS.h                     |    6 +
>  include/configs/T104xRDB.h                     |    6 +
>  include/configs/T208xQDS.h                     |    5 +-
>  28 files changed, 683 insertions(+), 69 deletions(-)

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140605/bdbcee33/attachment.pgp>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
@ 2014-06-05 21:30 York Sun
  2014-06-05 22:50 ` Tom Rini
  0 siblings, 1 reply; 72+ messages in thread
From: York Sun @ 2014-06-05 21:30 UTC (permalink / raw)
  To: u-boot

Tom,

The following changes since commit 9a650bfec34c10baf673f9ab95f00dec7210e8c6:

  Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2014-06-05 11:22: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 353527d527b78297571c05b8a1687c92d42f6d20:

  driver/ddr/fsl: Fix printing unspecified module info for DDR4 (2014-06-05
13:45:07 -0700)

----------------------------------------------------------------
Chunhe Lan (1):
      powerpc/t4rdb: Add alternate serdes protocols to align with A-007186

Hou Zhiqiang (1):
      powerpc/espi: remove 80us delay to improve transfer performance

Sandeep Singh (1):
      powerpc/mpc85xx: Add workaround to enable TDM on T1040

Shaohui Xie (1):
      powerpc/t4qds: Add alternate serdes protocols to align with A-007186

Shaveta Leekha (1):
      powerpc/serdes: Add the workaround for erratum A-007186

Shengzhou Liu (3):
      board/t208x: update t2080qds/t2080rdb for errata A-007186
      board/t2080qds: some update for ddr
      powerpc/t2080: add serdes2 protocol 0x27

York Sun (2):
      powerpc/mpc85xx: Add workaround for DDR erratum A004508
      driver/ddr/fsl: Fix printing unspecified module info for DDR4

poonam aggrwal (1):
      powerpc/B4420: Fixed incomplete handling for 0x9d serdes2

 arch/powerpc/cpu/mpc85xx/cmd_errata.c          |    6 +
 arch/powerpc/cpu/mpc85xx/cpu_init.c            |   29 ++++
 arch/powerpc/cpu/mpc85xx/fdt.c                 |   26 ++++
 arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c |  148 ++++++++++++++++++++
 arch/powerpc/cpu/mpc85xx/t1040_ids.c           |    1 +
 arch/powerpc/cpu/mpc85xx/t2080_serdes.c        |   27 +++-
 arch/powerpc/cpu/mpc85xx/t4240_serdes.c        |  172 ++++++++++++++++++++++++
 arch/powerpc/include/asm/config_mpc85xx.h      |   24 ++++
 arch/powerpc/include/asm/fsl_law.h             |    1 +
 arch/powerpc/include/asm/fsl_liodn.h           |    4 +
 arch/powerpc/include/asm/immap_85xx.h          |   37 ++++-
 board/freescale/b4860qds/b4860qds.c            |    6 +
 board/freescale/t208xqds/ddr.h                 |   28 ++--
 board/freescale/t208xqds/eth_t208xqds.c        |    8 ++
 board/freescale/t208xqds/t2080_rcw.cfg         |    2 +-
 board/freescale/t208xqds/t208xqds.c            |   12 +-
 board/freescale/t208xrdb/t2080_rcw.cfg         |    2 +-
 board/freescale/t4qds/eth.c                    |   20 +++
 board/freescale/t4qds/t4240qds.c               |   27 ++++
 board/freescale/t4qds/t4_rcw.cfg               |    4 +-
 board/freescale/t4rdb/eth.c                    |    2 +-
 board/freescale/t4rdb/t4_rcw.cfg               |    4 +-
 drivers/ddr/fsl/ctrl_regs.c                    |    5 +
 drivers/ddr/fsl/interactive.c                  |    2 +-
 drivers/spi/fsl_espi.c                         |  138 ++++++++++++++-----
 include/configs/T1040QDS.h                     |    6 +
 include/configs/T104xRDB.h                     |    6 +
 include/configs/T208xQDS.h                     |    5 +-
 28 files changed, 683 insertions(+), 69 deletions(-)

Thanks,

York

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  2014-05-16 22:12 York Sun
@ 2014-05-19 12:47 ` Tom Rini
  0 siblings, 0 replies; 72+ messages in thread
From: Tom Rini @ 2014-05-19 12:47 UTC (permalink / raw)
  To: u-boot

On Fri, May 16, 2014 at 05:12:04PM -0500, York Sun wrote:

> Tom,
> 
> The following changes since commit 557a3319089499aa0e55d65a6b43b7137f362003:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2014-05-13 17:09:28
> -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-mpc85xx.git master
> 
> for you to fetch changes up to e4911815cf98237b65a817a3c791f143794f2837:
> 
>   powerpc/srio-pcie-boot: Adjust addresses for SRIO/PCIE boot (2014-05-16
> 16:29:16 -0500)
> 
> ----------------------------------------------------------------
> Aneesh Bansal (1):
>       powerpc/mpc85xx: SECURE BOOT- corrected CSPR settings for BSC9132QDS NAND
> 
> Chunhe Lan (3):
>       net: phy/vitesse: Add support for VSC8664 phy module
>       fsl/pci: Add workaround for erratum A-005434
>       powerpc/85xx: Add T4160RDB board support
> 
> Ebony Zhu (1):
>       board/freescale: Move CRC32 offset in NXID v1 data format
> 
> Kim Phillips (1):
>       mpc85xx: configs: remove c=ffe from default environment
> 
> Liu Gang (1):
>       powerpc/srio-pcie-boot: Adjust addresses for SRIO/PCIE boot
> 
> Nikhil Badola (1):
>       drivers/usb : Define usb control register mask for w1c bits
> 
> Prabhakar Kushwaha (1):
>       board/p1_p2_rdb:Enable p1_p2_rdb boot from NAND/SD/SPI in SPL
> 
> Shaveta Leekha (1):
>       powerpc/mpc85xx: Added B4460 support
> 
> Tang Yuantian (1):
>       powerpc/t104xrdb: Toggle deep sleep management signals after resume
> 
> ramneek mehresh (1):
>       mpc85xx/p1020:Define number of USB controllers used on P1020RDB-PD platform
> 
>  arch/powerpc/cpu/mpc85xx/cmd_errata.c          |    3 +
>  arch/powerpc/cpu/mpc8xxx/cpu.c                 |    1 +
>  arch/powerpc/include/asm/config_mpc85xx.h      |    3 +
>  arch/powerpc/include/asm/processor.h           |    1 +
>  board/freescale/common/sys_eeprom.c            |    7 +-
>  board/freescale/p1_p2_rdb/Makefile             |   21 +-
>  board/freescale/p1_p2_rdb/ddr.c                |   16 +-
>  board/freescale/p1_p2_rdb/spl.c                |  141 +++++++++++++
>  board/freescale/p1_p2_rdb/spl_minimal.c        |   84 ++++++++
>  board/freescale/p1_p2_rdb/tlb.c                |   18 +-
>  board/freescale/t104xrdb/t104xrdb.c            |    2 +
>  boards.cfg                                     |    1 +
>  drivers/net/phy/vitesse.c                      |   46 ++++
>  drivers/pci/fsl_pci_init.c                     |    9 +-
>  drivers/usb/host/ehci-fsl.c                    |   15 +-
>  include/configs/B4860QDS.h                     |   13 +-
>  include/configs/BSC9132QDS.h                   |    2 +-
>  include/configs/P1_P2_RDB.h                    |  265 ++++++++++++++++--------
>  include/configs/P2041RDB.h                     |   13 +-
>  include/configs/T1040QDS.h                     |    3 +-
>  include/configs/T104xRDB.h                     |    3 +-
>  include/configs/T208xQDS.h                     |   13 +-
>  include/configs/T208xRDB.h                     |   13 +-
>  include/configs/T4240EMU.h                     |    3 +-
>  include/configs/T4240QDS.h                     |   13 +-
>  include/configs/T4240RDB.h                     |    4 +
>  include/configs/corenet_ds.h                   |   13 +-
>  include/configs/p1_p2_rdb_pc.h                 |    4 +
>  include/usb/ehci-fsl.h                         |    2 +
>  nand_spl/board/freescale/p1_p2_rdb/Makefile    |   91 --------
>  nand_spl/board/freescale/p1_p2_rdb/nand_boot.c |   82 --------
>  31 files changed, 578 insertions(+), 327 deletions(-)
>  create mode 100644 board/freescale/p1_p2_rdb/spl.c
>  create mode 100644 board/freescale/p1_p2_rdb/spl_minimal.c
>  delete mode 100644 nand_spl/board/freescale/p1_p2_rdb/Makefile
>  delete mode 100644 nand_spl/board/freescale/p1_p2_rdb/nand_boot.c

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140519/ae5d8354/attachment.pgp>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
@ 2014-05-16 22:12 York Sun
  2014-05-19 12:47 ` Tom Rini
  0 siblings, 1 reply; 72+ messages in thread
From: York Sun @ 2014-05-16 22:12 UTC (permalink / raw)
  To: u-boot

Tom,

The following changes since commit 557a3319089499aa0e55d65a6b43b7137f362003:

  Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2014-05-13 17:09:28
-0400)

are available in the git repository at:


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

for you to fetch changes up to e4911815cf98237b65a817a3c791f143794f2837:

  powerpc/srio-pcie-boot: Adjust addresses for SRIO/PCIE boot (2014-05-16
16:29:16 -0500)

----------------------------------------------------------------
Aneesh Bansal (1):
      powerpc/mpc85xx: SECURE BOOT- corrected CSPR settings for BSC9132QDS NAND

Chunhe Lan (3):
      net: phy/vitesse: Add support for VSC8664 phy module
      fsl/pci: Add workaround for erratum A-005434
      powerpc/85xx: Add T4160RDB board support

Ebony Zhu (1):
      board/freescale: Move CRC32 offset in NXID v1 data format

Kim Phillips (1):
      mpc85xx: configs: remove c=ffe from default environment

Liu Gang (1):
      powerpc/srio-pcie-boot: Adjust addresses for SRIO/PCIE boot

Nikhil Badola (1):
      drivers/usb : Define usb control register mask for w1c bits

Prabhakar Kushwaha (1):
      board/p1_p2_rdb:Enable p1_p2_rdb boot from NAND/SD/SPI in SPL

Shaveta Leekha (1):
      powerpc/mpc85xx: Added B4460 support

Tang Yuantian (1):
      powerpc/t104xrdb: Toggle deep sleep management signals after resume

ramneek mehresh (1):
      mpc85xx/p1020:Define number of USB controllers used on P1020RDB-PD platform

 arch/powerpc/cpu/mpc85xx/cmd_errata.c          |    3 +
 arch/powerpc/cpu/mpc8xxx/cpu.c                 |    1 +
 arch/powerpc/include/asm/config_mpc85xx.h      |    3 +
 arch/powerpc/include/asm/processor.h           |    1 +
 board/freescale/common/sys_eeprom.c            |    7 +-
 board/freescale/p1_p2_rdb/Makefile             |   21 +-
 board/freescale/p1_p2_rdb/ddr.c                |   16 +-
 board/freescale/p1_p2_rdb/spl.c                |  141 +++++++++++++
 board/freescale/p1_p2_rdb/spl_minimal.c        |   84 ++++++++
 board/freescale/p1_p2_rdb/tlb.c                |   18 +-
 board/freescale/t104xrdb/t104xrdb.c            |    2 +
 boards.cfg                                     |    1 +
 drivers/net/phy/vitesse.c                      |   46 ++++
 drivers/pci/fsl_pci_init.c                     |    9 +-
 drivers/usb/host/ehci-fsl.c                    |   15 +-
 include/configs/B4860QDS.h                     |   13 +-
 include/configs/BSC9132QDS.h                   |    2 +-
 include/configs/P1_P2_RDB.h                    |  265 ++++++++++++++++--------
 include/configs/P2041RDB.h                     |   13 +-
 include/configs/T1040QDS.h                     |    3 +-
 include/configs/T104xRDB.h                     |    3 +-
 include/configs/T208xQDS.h                     |   13 +-
 include/configs/T208xRDB.h                     |   13 +-
 include/configs/T4240EMU.h                     |    3 +-
 include/configs/T4240QDS.h                     |   13 +-
 include/configs/T4240RDB.h                     |    4 +
 include/configs/corenet_ds.h                   |   13 +-
 include/configs/p1_p2_rdb_pc.h                 |    4 +
 include/usb/ehci-fsl.h                         |    2 +
 nand_spl/board/freescale/p1_p2_rdb/Makefile    |   91 --------
 nand_spl/board/freescale/p1_p2_rdb/nand_boot.c |   82 --------
 31 files changed, 578 insertions(+), 327 deletions(-)
 create mode 100644 board/freescale/p1_p2_rdb/spl.c
 create mode 100644 board/freescale/p1_p2_rdb/spl_minimal.c
 delete mode 100644 nand_spl/board/freescale/p1_p2_rdb/Makefile
 delete mode 100644 nand_spl/board/freescale/p1_p2_rdb/nand_boot.c

Thanks,

York

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  2014-04-23 22:45 York Sun
@ 2014-04-25 19:44 ` Tom Rini
  0 siblings, 0 replies; 72+ messages in thread
From: Tom Rini @ 2014-04-25 19:44 UTC (permalink / raw)
  To: u-boot

On Wed, Apr 23, 2014 at 03:45:05PM -0700, York Sun wrote:

> 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

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140425/75e4c7f5/attachment.pgp>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
@ 2014-04-23 22:45 York Sun
  2014-04-25 19:44 ` Tom Rini
  0 siblings, 1 reply; 72+ messages in thread
From: York Sun @ 2014-04-23 22:45 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  2014-02-03 17:04 York Sun
@ 2014-02-04 22:05 ` Tom Rini
  0 siblings, 0 replies; 72+ messages in thread
From: Tom Rini @ 2014-02-04 22:05 UTC (permalink / raw)
  To: u-boot

On Mon, Feb 03, 2014 at 09:04:42AM -0800, York Sun wrote:

> Tom,
> 
> The following changes since commit 07e2822d158940a0e8ba45b6ab0344ffa1011a07:
> 
>   board: nios2: Check if flash is configured before calling
> early_flash_cmd_reset() (2014-01-29 16:44:18 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc85xx.git master
> 
> for you to fetch changes up to 1b4175d6fa12b8012c119889ad5cc1e65c3cf6ba:
> 
>   driver/ifc:Change accessor function to take care of endianness (2014-02-03
> 08:38:51 -0800)
> 
> ----------------------------------------------------------------
> Nikhil Badola (1):
>       powerpc/usb: Enable dual phy for T1040
> 
> Prabhakar Kushwaha (6):
>       driver/fsl_pci:Update print to display PCIe generation
>       powerpc/mpc85xx:Fix README to show correct flash memory map
>       powerpc/mpc85xx: Update serdes protocols for T1040
>       boards/t1040qds: Adds ethernet support for T1040
>       powerpc/t104xrdb: Update T1042RDB.h in config folder
>       driver/ifc:Change accessor function to take care of endianness
> 
> Priyanka Jain (2):
>       powerpc/t104xrdb: Update T1040RDB.h in config folder
>       powerpc/t104xrdb: Add basic ethernet support
> 
> Rainer Boschung (2):
>       kmp204x: support for QRIO1 bootcounter
>       kmp204x: I2C deblocking support
> 
> Valentin Longchamp (7):
>       kmp204x: introduce QRIO GPIO functions
>       kmp204x: implement workaround for A-006559
>       kmp204x: add support for the kmcoge4 board
>       kmp204x: update I2C field of RCW
>       KM: add the KM_UBI_PART_BOOT_OPTS #define
>       kmp204x: enable support for SPANSION SPI NOR
>       kmp204x: initial support for PCIe FPGA configuration
> 
> poonam aggrwal (1):
>       powerpc/mpc85xx: Update LIODNs for T1040
> 
>  README                                         |    6 +
>  arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c |    2 +
>  arch/powerpc/cpu/mpc85xx/t1040_ids.c           |   36 --
>  arch/powerpc/cpu/mpc85xx/t1040_serdes.c        |   63 ++-
>  arch/powerpc/include/asm/config_mpc85xx.h      |    6 +-
>  arch/powerpc/include/asm/fsl_serdes.h          |    8 +-
>  arch/powerpc/include/asm/immap_85xx.h          |   11 +
>  board/freescale/t1040qds/Makefile              |    1 +
>  board/freescale/t1040qds/README                |    6 +-
>  board/freescale/t1040qds/eth.c                 |  492 ++++++++++++++++++++++++
>  board/freescale/t1040qds/t1040qds.c            |    1 +
>  board/freescale/t104xrdb/Makefile              |    1 +
>  board/freescale/t104xrdb/README                |    6 +-
>  board/freescale/t104xrdb/eth.c                 |   72 ++++
>  board/keymile/kmp204x/Makefile                 |    2 +-
>  board/keymile/kmp204x/kmp204x.c                |  128 +++---
>  board/keymile/kmp204x/kmp204x.h                |   10 +
>  board/keymile/kmp204x/pbi.cfg                  |   10 +
>  board/keymile/kmp204x/pci.c                    |   85 ++++
>  board/keymile/kmp204x/qrio.c                   |  146 +++++++
>  board/keymile/kmp204x/rcw_kmp204x.cfg          |    2 +-
>  boards.cfg                                     |    1 +
>  doc/README.b4860qds                            |    4 +-
>  drivers/mtd/nand/fsl_ifc_nand.c                |  243 ++++++------
>  drivers/mtd/nand/fsl_ifc_spl.c                 |   60 +--
>  drivers/net/fm/t1040.c                         |   56 +++
>  drivers/pci/fsl_pci_init.c                     |    4 +-
>  include/configs/T1040QDS.h                     |    5 +-
>  include/configs/T1040RDB.h                     |   24 +-
>  include/configs/T1042RDB_PI.h                  |   20 +-
>  include/configs/km/keymile-common.h            |   10 +-
>  include/configs/km/kmp204x-common.h            |   21 +-
>  include/configs/kmp204x.h                      |    7 +-
>  include/fsl_ifc.h                              |   42 +-
>  34 files changed, 1230 insertions(+), 361 deletions(-)
>  create mode 100644 board/freescale/t1040qds/eth.c
>  create mode 100644 board/freescale/t104xrdb/eth.c
>  create mode 100644 board/keymile/kmp204x/qrio.c

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140204/db9fd4b6/attachment.pgp>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
@ 2014-02-03 17:04 York Sun
  2014-02-04 22:05 ` Tom Rini
  0 siblings, 1 reply; 72+ messages in thread
From: York Sun @ 2014-02-03 17:04 UTC (permalink / raw)
  To: u-boot

Tom,

The following changes since commit 07e2822d158940a0e8ba45b6ab0344ffa1011a07:

  board: nios2: Check if flash is configured before calling
early_flash_cmd_reset() (2014-01-29 16:44:18 -0500)

are available in the git repository at:

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

for you to fetch changes up to 1b4175d6fa12b8012c119889ad5cc1e65c3cf6ba:

  driver/ifc:Change accessor function to take care of endianness (2014-02-03
08:38:51 -0800)

----------------------------------------------------------------
Nikhil Badola (1):
      powerpc/usb: Enable dual phy for T1040

Prabhakar Kushwaha (6):
      driver/fsl_pci:Update print to display PCIe generation
      powerpc/mpc85xx:Fix README to show correct flash memory map
      powerpc/mpc85xx: Update serdes protocols for T1040
      boards/t1040qds: Adds ethernet support for T1040
      powerpc/t104xrdb: Update T1042RDB.h in config folder
      driver/ifc:Change accessor function to take care of endianness

Priyanka Jain (2):
      powerpc/t104xrdb: Update T1040RDB.h in config folder
      powerpc/t104xrdb: Add basic ethernet support

Rainer Boschung (2):
      kmp204x: support for QRIO1 bootcounter
      kmp204x: I2C deblocking support

Valentin Longchamp (7):
      kmp204x: introduce QRIO GPIO functions
      kmp204x: implement workaround for A-006559
      kmp204x: add support for the kmcoge4 board
      kmp204x: update I2C field of RCW
      KM: add the KM_UBI_PART_BOOT_OPTS #define
      kmp204x: enable support for SPANSION SPI NOR
      kmp204x: initial support for PCIe FPGA configuration

poonam aggrwal (1):
      powerpc/mpc85xx: Update LIODNs for T1040

 README                                         |    6 +
 arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c |    2 +
 arch/powerpc/cpu/mpc85xx/t1040_ids.c           |   36 --
 arch/powerpc/cpu/mpc85xx/t1040_serdes.c        |   63 ++-
 arch/powerpc/include/asm/config_mpc85xx.h      |    6 +-
 arch/powerpc/include/asm/fsl_serdes.h          |    8 +-
 arch/powerpc/include/asm/immap_85xx.h          |   11 +
 board/freescale/t1040qds/Makefile              |    1 +
 board/freescale/t1040qds/README                |    6 +-
 board/freescale/t1040qds/eth.c                 |  492 ++++++++++++++++++++++++
 board/freescale/t1040qds/t1040qds.c            |    1 +
 board/freescale/t104xrdb/Makefile              |    1 +
 board/freescale/t104xrdb/README                |    6 +-
 board/freescale/t104xrdb/eth.c                 |   72 ++++
 board/keymile/kmp204x/Makefile                 |    2 +-
 board/keymile/kmp204x/kmp204x.c                |  128 +++---
 board/keymile/kmp204x/kmp204x.h                |   10 +
 board/keymile/kmp204x/pbi.cfg                  |   10 +
 board/keymile/kmp204x/pci.c                    |   85 ++++
 board/keymile/kmp204x/qrio.c                   |  146 +++++++
 board/keymile/kmp204x/rcw_kmp204x.cfg          |    2 +-
 boards.cfg                                     |    1 +
 doc/README.b4860qds                            |    4 +-
 drivers/mtd/nand/fsl_ifc_nand.c                |  243 ++++++------
 drivers/mtd/nand/fsl_ifc_spl.c                 |   60 +--
 drivers/net/fm/t1040.c                         |   56 +++
 drivers/pci/fsl_pci_init.c                     |    4 +-
 include/configs/T1040QDS.h                     |    5 +-
 include/configs/T1040RDB.h                     |   24 +-
 include/configs/T1042RDB_PI.h                  |   20 +-
 include/configs/km/keymile-common.h            |   10 +-
 include/configs/km/kmp204x-common.h            |   21 +-
 include/configs/kmp204x.h                      |    7 +-
 include/fsl_ifc.h                              |   42 +-
 34 files changed, 1230 insertions(+), 361 deletions(-)
 create mode 100644 board/freescale/t1040qds/eth.c
 create mode 100644 board/freescale/t104xrdb/eth.c
 create mode 100644 board/keymile/kmp204x/qrio.c

Thanks,

York

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
  2014-01-03 23:57 York Sun
@ 2014-01-07 17:16 ` Tom Rini
  0 siblings, 0 replies; 72+ messages in thread
From: Tom Rini @ 2014-01-07 17:16 UTC (permalink / raw)
  To: u-boot

On Fri, Jan 03, 2014 at 03:57:48PM -0800, York Sun wrote:

> Tom,
> 
> The following changes since commit fef24f4f38eb685a6da29097930e6e49b378f8fb:
> 
>   ARM: Samsung: Change GONI and Universal_C210 maintainers. (2013-12-20 10:48:06
> -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc85xx.git master
> 
> for you to fetch changes up to 8c618dd66adfab736b88a86f51c057b019988a90:
> 
>   board/t1040qds: Enable memory reset control (2014-01-02 14:10:14 -0800)
> 
> ----------------------------------------------------------------
> Prabhakar Kushwaha (4):
>       board/t1040qds: Fix typo in t1040_pbi.cfg file
>       board/freescale:Remove use of CONFIG_SPL_NAND_MINIMAL
>       board/t1040qds: Relax IFC FPGA timings
>       board/t1040qds: Enable memory reset control
> 
> Priyanka Jain (1):
>       powerpc/mpc85xx: Add support for single source clocking
> 
> Scott Wood (1):
>       powerpc/cms700: limit NAND data structure size
> 
> Shaohui Xie (2):
>       powerpc/t4240: enable NAND boot support
>       powerpc/b4860/pbl: fix rcw cfg
> 
> Shengzhou Liu (1):
>       powerpc/t208x: fix macro CONFIG_SYS_FSL_NUM_USB_CTRLS
> 
> York Sun (2):
>       powerpc/P1022DS: Define new nand_ecclayout structure macros
>       powerpc/B4860QDS: Define new nand_ecclayout structure macros
> 
>  README                                    |    8 ++++++++
>  arch/powerpc/cpu/mpc85xx/speed.c          |   25 +++++++++++++++++++++++--
>  arch/powerpc/include/asm/config_mpc85xx.h |    3 ++-
>  arch/powerpc/include/asm/immap_85xx.h     |    3 +++
>  board/freescale/b4860qds/b4_rcw.cfg       |    2 +-
>  board/freescale/bsc9131rdb/tlb.c          |    2 +-
>  board/freescale/bsc9132qds/tlb.c          |    2 +-
>  board/freescale/p1010rdb/tlb.c            |    2 +-
>  board/freescale/t1040qds/t1040_pbi.cfg    |    2 +-
>  board/freescale/t1040qds/t1040qds.c       |    5 +++++
>  boards.cfg                                |    1 +
>  include/configs/B4860QDS.h                |    2 ++
>  include/configs/BSC9131RDB.h              |    2 +-
>  include/configs/BSC9132QDS.h              |    2 +-
>  include/configs/CMS700.h                  |    3 +++
>  include/configs/P1010RDB.h                |    2 +-
>  include/configs/P1022DS.h                 |    2 ++
>  include/configs/T1040QDS.h                |    3 ++-
>  18 files changed, 59 insertions(+), 12 deletions(-)

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140107/03fae997/attachment.pgp>

^ permalink raw reply	[flat|nested] 72+ messages in thread

* [U-Boot] Please pull u-boot-mpc85xx master
@ 2014-01-03 23:57 York Sun
  2014-01-07 17:16 ` Tom Rini
  0 siblings, 1 reply; 72+ messages in thread
From: York Sun @ 2014-01-03 23:57 UTC (permalink / raw)
  To: u-boot

Tom,

The following changes since commit fef24f4f38eb685a6da29097930e6e49b378f8fb:

  ARM: Samsung: Change GONI and Universal_C210 maintainers. (2013-12-20 10:48:06
-0500)

are available in the git repository at:

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

for you to fetch changes up to 8c618dd66adfab736b88a86f51c057b019988a90:

  board/t1040qds: Enable memory reset control (2014-01-02 14:10:14 -0800)

----------------------------------------------------------------
Prabhakar Kushwaha (4):
      board/t1040qds: Fix typo in t1040_pbi.cfg file
      board/freescale:Remove use of CONFIG_SPL_NAND_MINIMAL
      board/t1040qds: Relax IFC FPGA timings
      board/t1040qds: Enable memory reset control

Priyanka Jain (1):
      powerpc/mpc85xx: Add support for single source clocking

Scott Wood (1):
      powerpc/cms700: limit NAND data structure size

Shaohui Xie (2):
      powerpc/t4240: enable NAND boot support
      powerpc/b4860/pbl: fix rcw cfg

Shengzhou Liu (1):
      powerpc/t208x: fix macro CONFIG_SYS_FSL_NUM_USB_CTRLS

York Sun (2):
      powerpc/P1022DS: Define new nand_ecclayout structure macros
      powerpc/B4860QDS: Define new nand_ecclayout structure macros

 README                                    |    8 ++++++++
 arch/powerpc/cpu/mpc85xx/speed.c          |   25 +++++++++++++++++++++++--
 arch/powerpc/include/asm/config_mpc85xx.h |    3 ++-
 arch/powerpc/include/asm/immap_85xx.h     |    3 +++
 board/freescale/b4860qds/b4_rcw.cfg       |    2 +-
 board/freescale/bsc9131rdb/tlb.c          |    2 +-
 board/freescale/bsc9132qds/tlb.c          |    2 +-
 board/freescale/p1010rdb/tlb.c            |    2 +-
 board/freescale/t1040qds/t1040_pbi.cfg    |    2 +-
 board/freescale/t1040qds/t1040qds.c       |    5 +++++
 boards.cfg                                |    1 +
 include/configs/B4860QDS.h                |    2 ++
 include/configs/BSC9131RDB.h              |    2 +-
 include/configs/BSC9132QDS.h              |    2 +-
 include/configs/CMS700.h                  |    3 +++
 include/configs/P1010RDB.h                |    2 +-
 include/configs/P1022DS.h                 |    2 ++
 include/configs/T1040QDS.h                |    3 ++-
 18 files changed, 59 insertions(+), 12 deletions(-)

Thanks,

York

^ permalink raw reply	[flat|nested] 72+ messages in thread

end of thread, other threads:[~2019-01-25 15:16 UTC | newest]

Thread overview: 72+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-08 22:45 [U-Boot] Please pull u-boot-mpc85xx master York Sun
2016-04-11 15:00 ` 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-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

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.