Re: [U-Boot] pull request u-boot-mpc85xx

2019-12-02 Thread Tom Rini
On Tue, Nov 26, 2019 at 04:49:39AM +, Priyanka Jain wrote:

> Dear Tom,
> 
> Please find my pull-request for u-boot-mpc85xx/master
> https://travis-ci.org/p-priyanka-jain/u-boot/builds/616526169
> 
> Summary
> powerpc: Fix DM_MMC related build warnings by adding
> eSDHC device module support for T4240RDB, T2080RDB, T1042D4RDB,
> T1024RDB, P5040DS, P4080DS, P3041DS, P2041RDB, P2020RDB,
> P1020RDB platforms
> 
> priyankajain

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] pull request u-boot-mpc85xx

2019-11-25 Thread Priyanka Jain
Dear Tom,

Please find my pull-request for u-boot-mpc85xx/master
https://travis-ci.org/p-priyanka-jain/u-boot/builds/616526169

Summary
powerpc: Fix DM_MMC related build warnings by adding
eSDHC device module support for T4240RDB, T2080RDB, T1042D4RDB,
T1024RDB, P5040DS, P4080DS, P3041DS, P2041RDB, P2020RDB,
P1020RDB platforms

priyankajain

The following changes since commit 9a0cbae22a613dfd55e15565785749b74c19fdf0:

  Merge tag 'u-boot-rockchip-20191124' of 
https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip (2019-11-23 20:50:11 
-0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git HEAD

for you to fetch changes up to 3fca56ee429f1188a44113ec35d426a85068a9d2:

  configs: enable eSDHC device module for T4240RDB board (2019-11-25 11:54:28 
+0530)


Yinbo Zhu (20):
  arch: powerpc: add eSDHC node to p1020 dts
  arch: powerpc: add eSDHC node to p2020 dts
  arch: powerpc: add eSDHC node to p2041 dts
  arch: powerpc: add eSDHC node to p3041 dts
  arch: powerpc: add eSDHC node to p4080 dts
  arch: powerpc: add eSDHC node to p5040 dts
  arch: powerpc: add eSDHC node to t102x dts
  arch: powerpc: add eSDHC node to t104x dts
  arch: powerpc: add eSDHC node to t4240 dts
  board: sdhc: Use block layer to read from mmc
  configs: enable eSDHC device module for P1020RDB board
  configs: enable eSDHC device module for P2020RDB board
  configs: enable eSDHC device module for P2041RDB board
  configs: enable eSDHC device module for P3041DS board
  configs: enable eSDHC device module for P4080DS board
  configs: enable eSDHC device module for P5040DS board
  configs: enable eSDHC device module for T1024RDB board
  configs: enable eSDHC device module for T1042D4RDB board
  configs: enable eSDHC device module for T2080RDB board
  configs: enable eSDHC device module for T4240RDB board

 arch/powerpc/dts/p1020-post.dtsi | 7 +++
 arch/powerpc/dts/p2020-post.dtsi | 7 +++
 arch/powerpc/dts/p2041.dtsi  | 6 ++
 arch/powerpc/dts/p3041.dtsi  | 6 ++
 arch/powerpc/dts/p4080.dtsi  | 6 ++
 arch/powerpc/dts/p5040.dtsi  | 6 ++
 arch/powerpc/dts/t102x.dtsi  | 6 ++
 arch/powerpc/dts/t104x.dtsi  | 6 ++
 arch/powerpc/dts/t4240.dtsi  | 6 ++
 board/freescale/common/sdhc_boot.c   | 4 
 configs/P1020RDB-PC_36BIT_NAND_defconfig | 1 +
 configs/P1020RDB-PC_36BIT_SDCARD_defconfig   | 1 +
 configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig | 1 +
 configs/P1020RDB-PC_36BIT_defconfig  | 1 +
 configs/P1020RDB-PC_NAND_defconfig   | 1 +
 configs/P1020RDB-PC_SDCARD_defconfig | 1 +
 configs/P1020RDB-PC_SPIFLASH_defconfig   | 1 +
 configs/P1020RDB-PC_defconfig| 1 +
 configs/P1020RDB-PD_NAND_defconfig   | 1 +
 configs/P1020RDB-PD_SDCARD_defconfig | 1 +
 configs/P1020RDB-PD_SPIFLASH_defconfig   | 1 +
 configs/P1020RDB-PD_defconfig| 1 +
 configs/P2020RDB-PC_36BIT_NAND_defconfig | 1 +
 configs/P2020RDB-PC_36BIT_SDCARD_defconfig   | 1 +
 configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig | 1 +
 configs/P2020RDB-PC_36BIT_defconfig  | 1 +
 configs/P2020RDB-PC_NAND_defconfig   | 1 +
 configs/P2020RDB-PC_SDCARD_defconfig | 1 +
 configs/P2020RDB-PC_SPIFLASH_defconfig   | 1 +
 configs/P2020RDB-PC_defconfig| 1 +
 configs/P2041RDB_NAND_defconfig  | 1 +
 configs/P2041RDB_SDCARD_defconfig| 1 +
 configs/P2041RDB_SPIFLASH_defconfig  | 1 +
 configs/P2041RDB_defconfig   | 1 +
 configs/P3041DS_NAND_defconfig   | 1 +
 configs/P3041DS_SDCARD_defconfig | 1 +
 configs/P3041DS_SPIFLASH_defconfig   | 1 +
 configs/P3041DS_defconfig| 1 +
 configs/P4080DS_SDCARD_defconfig | 1 +
 configs/P4080DS_SPIFLASH_defconfig   | 1 +
 configs/P4080DS_defconfig| 1 +
 configs/P5040DS_NAND_defconfig   | 1 +
 configs/P5040DS_SDCARD_defconfig | 1 +
 configs/P5040DS_SPIFLASH_defconfig   | 1 +
 configs/P5040DS_defconfig| 1 +
 configs/T1024RDB_NAND_defconfig  | 1 +
 configs/T1024RDB_SDCARD_defconfig| 1 +
 configs/T1024RDB_SPIFLASH_defconfig  | 1 +
 configs/T1024RDB_defconfig   | 1 +
 configs/T1042D4RDB_NAND_defconfig| 1 +
 configs/T1042D4RDB_SDCARD_defconfig  | 1 +
 configs/T1042D4RDB_SPIFLASH_defconfig| 1 +
 configs/T1042D4RDB_defconfig | 1 +
configs/T2080RDB_NAND_defconfig  | 1 +
 configs/T2080RDB_SDCARD_defconfig| 1 +
 configs/T2080RDB_SPIFLASH_defconfig  | 1 +
 

Re: [U-Boot] pull request u-boot-mpc85xx

2019-11-20 Thread Tom Rini
On Wed, Nov 20, 2019 at 05:45:21AM +, Priyanka Jain wrote:

> Dear Tom,
> 
> Please find my pull-request for u-boot-mpc85xx/master
> https://travis-ci.org/p-priyanka-jain/u-boot/builds/613898130
> 
> Summary
> powerpc: Fix CONFIG_AHCI related build warning for
> P2041, P3041, P5040, T102x, T104x, T4240 platforms
> 
> priyankajain

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] pull request u-boot-mpc85xx

2019-11-19 Thread Priyanka Jain
Dear Tom,

Please find my pull-request for u-boot-mpc85xx/master
https://travis-ci.org/p-priyanka-jain/u-boot/builds/613898130

Summary
powerpc: Fix CONFIG_AHCI related build warning for
P2041, P3041, P5040, T102x, T104x, T4240 platforms

priyankajain
-
The following changes since commit d4a31e8ee5592072d8d5208b3e950cba2d89b6bd:

  Prepare v2020.01-rc3 (2019-11-18 21:31:49 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git HEAD

for you to fetch changes up to 037e1084d970e704434c58a09cb507ff1e326705:

  powerpc: t4240: dts: Add Sata DT nodes (2019-11-19 14:11:44 +0530)


Peng Ma (8):
  ata: fsl_sata: Add DM support for Freescale PowerPC SATA driver
  ata: sata_sil: Add DM support for Silicon sata driver
  powerpc: p2041: dts: Add Sata DT nodes
  powerpc: p3041: dts: Add Sata DT nodes
  powerpc: p5040: dts: Add Sata DT nodes
  powerpc: t102x: dts: Add Sata DT nodes
  powerpc: t104x: dts: Add Sata DT nodes
  powerpc: t4240: dts: Add Sata DT nodes

 arch/powerpc/cpu/mpc85xx/cpu_init.c |  10 -
 arch/powerpc/dts/p2041.dtsi |   9 +
 arch/powerpc/dts/p3041.dtsi |   9 +
 arch/powerpc/dts/p5040.dtsi |   9 +
 arch/powerpc/dts/t102x.dtsi |   9 +
 arch/powerpc/dts/t104x.dtsi |   9 +
 arch/powerpc/dts/t4240.dtsi |   9 +
 drivers/ata/Kconfig |   2 +
 drivers/ata/fsl_sata.c  | 307 +++--
 drivers/ata/fsl_sata.h  |  13 +-
 drivers/ata/sata_sil.c  | 535 +++-
 drivers/ata/sata_sil.h  |  10 +
 12 files changed, 640 insertions(+), 291 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] pull request u-boot-mpc85xx

2019-11-07 Thread Tom Rini
On Thu, Nov 07, 2019 at 04:01:45AM +, Priyanka Jain wrote:

> Dear Tom,
> 
> Please find my pull-request for u-boot-mpc85xx/master
> https://travis-ci.org/p-priyanka-jain/u-boot/builds/608129628
> 
> Summary
> mpc85xx,socrates:  Add dts, enable DM support,
> fix warnings, disable video
> 
> 
> priyankajain
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] pull request u-boot-mpc85xx

2019-11-06 Thread Priyanka Jain
Dear Tom,

Please find my pull-request for u-boot-mpc85xx/master
https://travis-ci.org/p-priyanka-jain/u-boot/builds/608129628

Summary
mpc85xx,socrates:  Add dts, enable DM support,
fix warnings, disable video


priyankajain

--
The following changes since commit 14d39c9e1dc9397febd58399a70f32e7481bbc27:

  travis: Rework how we write the ~/.buildman file (2019-11-05 10:44:16 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git HEAD

for you to fetch changes up to 2a51fe01be0985f5214aac98866c9a26906f3fba:

  mpc85xx, socrates: add DM PCI support (2019-11-06 16:30:19 +0530)


Heiko Schocher (10):
  pci: add DM based mpc85xx driver
  mpc85xx, socrates: suppress unknown flash warning
  mpc85xx: add socrates dts from linux
  mpc85xx, dts, socrates: add u-boot specific dtsi
  mpc85xx, socrates: add DM support
  mpc85xx, socrates: get rid of DM_USB warning
  mpc85xx, socrates: disable VIDEO
  mpc85xx, socrates: enable DM I2C
  mpc85xx, socrates: enable DM serial
  mpc85xx, socrates: add DM PCI support


 MAINTAINERS   |   5 +
 arch/powerpc/dts/Makefile |   1 +
 arch/powerpc/dts/socrates-u-boot.dtsi |  40 
 arch/powerpc/dts/socrates.dts | 349 ++
 board/socrates/MAINTAINERS|   4 +-
 board/socrates/law.c  |   2 -
 board/socrates/socrates.c | 222 ++---
 configs/socrates_defconfig|  24 ++-
 drivers/pci/Kconfig   |   7 +
 drivers/pci/Makefile  |   1 +
 drivers/pci/pci_mpc85xx.c | 158 +++
 include/configs/socrates.h|  68 +--
 12 files changed, 610 insertions(+), 271 deletions(-)
 create mode 100644 arch/powerpc/dts/socrates-u-boot.dtsi
 create mode 100644 arch/powerpc/dts/socrates.dts
 create mode 100644 drivers/pci/pci_mpc85xx.c
 
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] pull request: u-boot-mpc85xx/master

2019-08-29 Thread Tom Rini
On Thu, Aug 29, 2019 at 05:22:58AM +, Prabhakar Kushwaha wrote:

> Dear Tom,
> 
> Please find my pull request for u-boot-mpc85xx/master
> 
> Summary:
> Enable DM PCI for T2080RDB, T4240RDB, T1024RDB, T1042D4RDB, P1020RDB,
> P2020RDB, P2041RDB, P3041DS, P4080DS, and MPC8548CDS
> 
> Travis-CI:  https://travis-ci.org/prabhukush/u-boot/builds/577733313
> 
> --pk (prabhakar: prabhu_kush)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] pull request: u-boot-mpc85xx/master

2019-08-28 Thread Prabhakar Kushwaha
Dear Tom,

Please find my pull request for u-boot-mpc85xx/master

Summary:
  Enable DM PCI for T2080RDB, T4240RDB, T1024RDB, T1042D4RDB, P1020RDB,
  P2020RDB, P2041RDB, P3041DS, P4080DS, and MPC8548CDS

Travis-CI:  https://travis-ci.org/prabhukush/u-boot/builds/577733313

--pk (prabhakar: prabhu_kush)

-
The following changes since commit e4b8dd9b34021241cd05d5cc9d24b4ae34657830:

  Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx (2019-08-27 
07:11:37 -0400)

are available in the git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git HEAD

for you to fetch changes up to 43e881e38b505835dd3d20ab35b5845bc20a1aae:

  configs: MPC8548CDS: Enable PCIe driver (2019-08-28 13:47:47 +0530)


Hou Zhiqiang (50):
  dm: pcie_fsl: Convert IS_ENABLED() run-time checking to #ifdef
  dm: pcie_fsl: Fix the Class Code fixup function
  dm: pcie_fsl: Fix the calculation of controller index
  powerpc: T208xRDB: Compile legacy PCIe routines conditionally
  powerpc: T208xRDB: Disable legacy PCIe driver when DM_PCI is enabled
  configs: T2080RDB: Enable PCIe driver
  powerpc: T4RDB: Compile legacy PCIe routines conditionally
  dm: pcie_fsl: Add T4240 PCIe support
  t4240: dts: Added PCIe DT nodes
  powerpc: T4240RDB: Disable legacy PCIe driver when DM_PCI is enabled
  configs: T4240RDB: Enable PCIe driver
  powerpc: T102xRDB: Compile legacy PCIe routines conditionally
  dm: pcie_fsl: Add T102x PCIe support
  t102x: dts: Added PCIe DT nodes
  powerpc: T102xRDB: Remove the useless macro CONFIG_ARCH_T1040
  powerpc: T102xRDB: Disable legacy PCIe driver when DM_PCI is enabled
  configs: T1024RDB: Enable PCIe driver
  powerpc: T104xRDB: Compile legacy PCIe routines conditionally
  dm: pcie_fsl: Add T104x PCIe support
  t104x: dts: Added PCIe DT nodes
  powerpc: T104xRDB: Disable legacy PCIe driver when DM_PCI is enabled
  configs: T1042D4RDB: Enable PCIe driver
  powerpc: p1_p2_rdb: Compile legacy PCIe routines conditionally
  dm: pcie_fsl: Add PCIe support for P1 and P2 series SoCs
  P1020: dts: Added PCIe DT nodes
  powerpc: p1_p2_rdb: Disable legacy PCIe driver when DM_PCI is enabled
  configs: P1020RDB: Enable PCIe driver
  P2020: dts: Added PCIe DT nodes
  configs: P2020RDB: Enable PCIe driver
  powerpc: p_corenet: Compile legacy PCIe routines conditionally
  dm: pcie_fsl: Add P2041 PCIe support
  P2041: dts: Added PCIe DT nodes
  powerpc: P2041RDB: Disable legacy PCIe driver when DM_PCI is enabled
  configs: P2041RDB: Enable PCIe driver
  dm: pcie_fsl: Add P3041 PCIe support
  P3041: dts: Added PCIe DT nodes
  powerpc: corenet_ds: Disable legacy PCIe driver when DM_PCI is enabled
  configs: P3041DS: Enable PCIe driver
  dm: pcie_fsl: Add P4080 PCIe support
  P4080: dts: Added PCIe DT nodes
  configs: P4080DS: Enable PCIe driver
  dm: pcie_fsl: Add P5040 PCIe support
  P5040: dts: Added PCIe DT nodes
  configs: P5040DS: Enable PCIe driver
  powerpc: MPC8548CDS: Compile legacy PCIe routines conditionally
  powerpc: MPC85xxCDS: Disable legacy PCI fixup when DM_PCI is selected
  dm: pcie_fsl: Add MPC8548 PCIe support
  MPC8548: dts: Added PCIe DT node
  powerpc: MPC8548CDS: Disable legacy PCIe driver when DM_PCI is enabled
  configs: MPC8548CDS: Enable PCIe driver

 arch/powerpc/dts/mpc8548-post.dtsi   |   9 ++
 arch/powerpc/dts/mpc8548cds.dts  |   6 ++
 arch/powerpc/dts/mpc8548cds_36b.dts  |   6 ++
 arch/powerpc/dts/p1020-post.dtsi |  20 +
 arch/powerpc/dts/p1020rdb-pc.dts |  12 +++
 arch/powerpc/dts/p1020rdb-pc_36b.dts |  12 +++
 arch/powerpc/dts/p1020rdb-pd.dts |  12 +++
 arch/powerpc/dts/p2020-post.dtsi |  30 +++
 arch/powerpc/dts/p2020rdb-pc.dts |  17 
 arch/powerpc/dts/p2020rdb-pc_36b.dts |  17 
 arch/powerpc/dts/p2041.dtsi  |  36 
 arch/powerpc/dts/p3041.dtsi  |  48 +++
 arch/powerpc/dts/p4080.dtsi  |  36 
 arch/powerpc/dts/p5040.dtsi  |  36 
 arch/powerpc/dts/t102x.dtsi  |  36 
 arch/powerpc/dts/t104x.dtsi  |  48 +++
 arch/powerpc/dts/t4240.dtsi  |  48 +++
 board/freescale/common/cds_pci_ft.c  |   4 +-
 board/freescale/common/p_corenet/pci.c   |   2 +
 board/freescale/mpc8548cds/mpc8548cds.c  |   6 +-
 board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c  |   4 +-
 board/freescale/t102xrdb/pci.c   |   2 +
 board/freescale/t104xrdb/pci.c   |   2 +
 

Re: [U-Boot] pull request: u-boot-mpc85xx/master

2019-08-27 Thread Tom Rini
On Tue, Aug 27, 2019 at 11:01:42AM +, Prabhakar Kushwaha wrote:

> Dear Tom,
> 
> Please find my pull request for u-boot-mpc85xx/master
> 
> Summary:
> Support of device tree model for T2080RDB, T4240RDB, T1024RDB, 
> T1042D4RDB, 
> P1020RDB, P2020RDB, P2041RDB, P3041DS, P4080DS, P5040DS and 
> MPC8548CDS. Also 
> support of  i2c dm model.
> 
> Travis-CI:  https://travis-ci.org/prabhukush/u-boot/builds/576892818
> 
> --pk (prabhakar: prabhu_kush)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] pull request: u-boot-mpc85xx/master

2019-08-27 Thread Prabhakar Kushwaha
Dear Tom,

Please find my pull request for u-boot-mpc85xx/master

Summary:
  Support of device tree model for T2080RDB, T4240RDB, T1024RDB, 
T1042D4RDB, 
  P1020RDB, P2020RDB, P2041RDB, P3041DS, P4080DS, P5040DS and 
MPC8548CDS. Also 
support of  i2c dm model.

Travis-CI:  https://travis-ci.org/prabhukush/u-boot/builds/576892818

--pk (prabhakar: prabhu_kush)

---

The following changes since commit 1ee774d20914fb89ad1b236aedb4178912f77c77:

  Convert CONFIG_SYS_SPI_U_BOOT_OFFS to Kconfig (2019-08-25 20:59:00 -0400)

are available in the git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git HEAD

for you to fetch changes up to f83c7788a71eb3a67571f80a7917f2404156df70:

  powerpc: Enable device tree support for MPC8548CDS (2019-08-26 21:33:46 +0530)


Heiko Schocher (1):
  ddr, fsl: add DM_I2C support

Hou Zhiqiang (14):
  powerpc: mpc85xx: Add device tree support option for PBL boot image
  powerpc: Enable device tree support for T2080RDB
  powerpc: Enable device tree support for T4240RDB
  powerpc: Enable device tree support for T1024RDB
  powerpc: Enable device tree support for T1042D4RDB
  powerpc: Enable device tree support for P1020RDB
  powerpc: Enable device tree support for P2020RDB
  powerpc: Enable device tree support for P2041RDB
  powerpc: Enable device tree support for P3041DS
  powerpc: Enable device tree support for P4080DS
  powerpc: Enable device tree support for P5040DS
  powerpc: dts: add default definition of CONFIG_RESET_VECTOR_ADDRESS
  powerpc: mpc8548cds: extend the reserved length for monitor
  powerpc: Enable device tree support for MPC8548CDS

 Makefile |   8 +-
 arch/powerpc/dts/Makefile|  12 +++
 arch/powerpc/dts/e500mc_power_isa.dtsi   |  33 
 arch/powerpc/dts/e500v2_power_isa.dtsi   |  26 ++
 arch/powerpc/dts/e5500_power_isa.dtsi|  34 
 arch/powerpc/dts/mpc8548-post.dtsi   |  27 ++
 arch/powerpc/dts/mpc8548.dtsi|  27 ++
 arch/powerpc/dts/mpc8548cds.dts  |  23 ++
 arch/powerpc/dts/mpc8548cds_36b.dts  |  23 ++
 arch/powerpc/dts/p1020-post.dtsi |  27 ++
 arch/powerpc/dts/p1020.dtsi  |  31 +++
 arch/powerpc/dts/p1020rdb-pc.dts |  23 ++
 arch/powerpc/dts/p1020rdb-pc_36b.dts |  23 ++
 arch/powerpc/dts/p1020rdb-pd.dts |  23 ++
 arch/powerpc/dts/p2020-post.dtsi |  27 ++
 arch/powerpc/dts/p2020.dtsi  |  31 +++
 arch/powerpc/dts/p2020rdb-pc.dts |  23 ++
 arch/powerpc/dts/p2020rdb-pc_36b.dts |  23 ++
 arch/powerpc/dts/p2041.dtsi  |  63 ++
 arch/powerpc/dts/p2041rdb.dts|  18 
 arch/powerpc/dts/p3041.dtsi  |  63 ++
 arch/powerpc/dts/p3041ds.dts |  18 
 arch/powerpc/dts/p4080.dtsi  |  83 +++
 arch/powerpc/dts/p4080ds.dts |  18 
 arch/powerpc/dts/p5040.dtsi  |  62 ++
 arch/powerpc/dts/p5040ds.dts |  18 
 arch/powerpc/dts/t1024rdb.dts|  17 
 arch/powerpc/dts/t102x.dtsi  |  52 
 arch/powerpc/dts/t1042d4rdb.dts  |  17 
 arch/powerpc/dts/t104x.dtsi  |  62 ++
 arch/powerpc/dts/t2080rdb.dts|  17 
 arch/powerpc/dts/t4240.dtsi  | 102 +++
 arch/powerpc/dts/t4240rdb.dts|  17 
 arch/powerpc/dts/u-boot.dtsi |   3 +
 board/freescale/p1_p2_rdb_pc/README  |  19 +
 board/freescale/p2041rdb/README  |  18 
 board/freescale/t102xrdb/README  |  19 +
 board/freescale/t104xrdb/README  |  19 +
 board/freescale/t208xrdb/README  |  19 +
 configs/MPC8548CDS_36BIT_defconfig   |   3 +
 configs/MPC8548CDS_defconfig |   3 +
 configs/MPC8548CDS_legacy_defconfig  |   3 +
 configs/P1020RDB-PC_36BIT_NAND_defconfig |   3 +-
 configs/P1020RDB-PC_36BIT_SDCARD_defconfig   |   3 +-
 configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig |   3 +-
 configs/P1020RDB-PC_36BIT_defconfig  |   4 +-
 configs/P1020RDB-PC_NAND_defconfig   |   3 +-
 configs/P1020RDB-PC_SDCARD_defconfig |   3 +-
 configs/P1020RDB-PC_SPIFLASH_defconfig   |   3 +-
 configs/P1020RDB-PC_defconfig|   4 +-
 configs/P1020RDB-PD_NAND_defconfig   |   3 +-
 configs/P1020RDB-PD_SDCARD_defconfig |   3 +-
 

Re: [U-Boot] pull request: u-boot-mpc85xx/master

2019-06-20 Thread Tom Rini
On Thu, Jun 20, 2019 at 09:44:32AM +, Prabhakar Kushwaha wrote:

> Dear Tom,
> 
> Please find my pull request for u-boot-mpc85xx/master
> 
> Summary:
>   - PCIe driver change to support DM model
>   - T2080QDS migrated to use PCIe DM model
> 
> Travis-CI:  https://travis-ci.org/prabhukush/u-boot/builds/548042921
> 
> 
> --pk (prabhakar: prabhu_kush)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] pull request: u-boot-mpc85xx/master

2019-06-20 Thread Prabhakar Kushwaha
Dear Tom,

Please find my pull request for u-boot-mpc85xx/master

Summary:
- PCIe driver change to support DM model
- T2080QDS migrated to use PCIe DM model

Travis-CI:  https://travis-ci.org/prabhukush/u-boot/builds/548042921


--pk (prabhakar: prabhu_kush)


The following changes since commit 77f6e2dd0551d8a825bab391a1bd6b838874bcd4:

  Merge tag 'efi-2019-07-rc5-2' of git://git.denx.de/u-boot-efi (2019-06-15 
13:03:00 -0400)

are available in the git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git HEAD

for you to fetch changes up to 70833d530e3b9a776c5127487c7d3c1a1bb238cc:

  configs: T2080QDS: Enable PCIe driver (2019-06-20 10:55:22 +0530)


Hou Zhiqiang (8):
  powerpc: mpc85xx: Move CONFIG_FSL_PCIE_DISABLE_ASPM to Kconfig
  powerpc: mpc85xx: Move CONFIG_FSL_PCIE_RESET to Kconfig
  powerpc: mpc85xx: Update the condition to compile PCI routines
  powerpc: T208xQDS: Compile the legacy PCIe routines conditionally
  t2080: dts: Added PCIe DT nodes
  dm: pci: add Freescale PowerPC PCIe driver
  powerpc: T208xQDS: Disable legacy PCIe driver when DM_PCI is enabled
  configs: T2080QDS: Enable PCIe driver

 arch/powerpc/cpu/mpc85xx/Kconfig  |  29 ++
 arch/powerpc/cpu/mpc85xx/pci.c|   2 +-
 arch/powerpc/dts/t2080.dtsi   |  48 +++
 arch/powerpc/include/asm/config_mpc85xx.h |   5 -
 board/freescale/t208xqds/pci.c|   2 +
 configs/T2080QDS_NAND_defconfig   |   3 +
 configs/T2080QDS_SDCARD_defconfig |   3 +
 configs/T2080QDS_SECURE_BOOT_defconfig|   3 +
 configs/T2080QDS_SPIFLASH_defconfig   |   3 +
 configs/T2080QDS_SRIO_PCIE_BOOT_defconfig |   3 +
 configs/T2080QDS_defconfig|   3 +
 drivers/pci/Kconfig   |   8 +
 drivers/pci/Makefile  |   1 +
 drivers/pci/pcie_fsl.c| 610 ++
 drivers/pci/pcie_fsl.h|  56 +++
 drivers/pci/pcie_fsl_fixup.c  |  50 +++
 include/configs/BSC9132QDS.h  |   1 -
 include/configs/C29XPCIE.h|   1 -
 include/configs/MPC8536DS.h   |   1 -
 include/configs/MPC8544DS.h   |   1 -
 include/configs/MPC8548CDS.h  |   1 -
 include/configs/MPC8568MDS.h  |   1 -
 include/configs/MPC8569MDS.h  |   1 -
 include/configs/MPC8572DS.h   |   1 -
 include/configs/P1010RDB.h|   1 -
 include/configs/P1022DS.h |   1 -
 include/configs/P1023RDB.h|   1 -
 include/configs/T208xQDS.h|  37 +-
 include/configs/T208xRDB.h|   1 -
 include/configs/UCP1020.h |   1 -
 include/configs/controlcenterd.h  |   1 -
 include/configs/p1_p2_rdb_pc.h|   1 -
 include/configs/p1_twr.h  |   1 -
 include/configs/sbc8548.h |   1 -
 include/configs/xpedite537x.h |   1 -
 include/configs/xpedite550x.h |   1 -
 36 files changed, 842 insertions(+), 43 deletions(-)
 create mode 100644 drivers/pci/pcie_fsl.c
 create mode 100644 drivers/pci/pcie_fsl.h
 create mode 100644 drivers/pci/pcie_fsl_fixup.c
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Pull request u-boot-mpc85xx

2014-01-22 Thread Tom Rini
On Tue, Jan 21, 2014 at 03:07:40PM -0800, York Sun wrote:

 Tom,
 
 The following changes since commit b44bd2c73c4cfb6e3b9e7f8cf987e8e39aa74a0b:
 
   Prepare v2014.01 (2014-01-20 17:52:59 -0500)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-mpc85xx.git master
 
 for you to fetch changes up to e222b1f36fedb0363dbc21e0add7dc3848bae553:
 
   powerpc/mpc85xx:Increase binary size for P, B  T series boards. (2014-01-21
 14:06:30 -0800)
 
 
 Po Liu (2):
   powerpc:mpc85xx: Add ifc nand boot support for TPL/SPL
   powerpc/c29xpcie: 8k page size NAND boot support base on TPL/SPL
 
 Prabhakar Kushwaha (2):
   powerpc:Rename CONFIG_PBLRCW_CONFIG  CONFIG_SYS_FSL_PBL_PBI
   powerpc/mpc85xx:Increase binary size for P, B  T series boards.
 
 Priyanka Jain (1):
   powerpc/t1040qds: Update DDR initialization related settings
 
 Ramneek Mehresh (1):
   powerpc/83xx: Add support for get_svr() for 83xx devices
 
 Shengzhou Liu (4):
   powerpc/t2080qds: some update for t2080qds
   powerpc/85xx: update erratum a006379
   t2080qds/ddr: update ddr parameters
   net/fm: revert commit 732dfe090d50af53bb682d0c8971784f8de1f90f
 
 York Sun (2):
   powerpc/mpc85xx: Fix a typo in workaround message for DDR erratum 
 A003474
   powerpc/mpc85xx: Revise workaround for DDR-A003
 
  Makefile|4 +-
  README  |9 ++
  arch/powerpc/cpu/mpc83xx/start.S|5 +
  arch/powerpc/cpu/mpc85xx/cmd_errata.c   |2 +-
  arch/powerpc/cpu/mpc85xx/u-boot-spl.lds |   15 +--
  arch/powerpc/include/asm/fsl_errata.h   |6 +-
  board/freescale/c29xpcie/Makefile   |   15 +++
  board/freescale/c29xpcie/README |   12 +--
  board/freescale/c29xpcie/cpld.c |2 +
  board/freescale/c29xpcie/spl.c  |   77 +++
  board/freescale/c29xpcie/spl_minimal.c  |   63 
  board/freescale/c29xpcie/tlb.c  |   13 ++-
  board/freescale/p1010rdb/README.P1010RDB-PA |   12 +--
  board/freescale/p1010rdb/README.P1010RDB-PB |4 +-
  board/freescale/p1023rds/README |4 +-
  board/freescale/p1_p2_rdb/README|   12 +--
  board/freescale/p2041rdb/README |   12 +--
  board/freescale/t1040qds/README |   12 +--
  board/freescale/t1040qds/ddr.h  |   22 +++--
  board/freescale/t104xrdb/README |   12 +--
  board/freescale/t2080qds/ddr.c  |   12 +--
  board/freescale/t2080qds/ddr.h  |   65 +
  board/freescale/t2080qds/eth_t2080qds.c |   12 ++-
  board/freescale/t2080qds/t2080qds.c |   66 +++--
  boards.cfg  |   67 ++---
  doc/README.SPL  |1 +
  doc/README.b4860qds |   12 +--
  drivers/ddr/fsl/mpc85xx_ddr_gen3.c  |   69 +-
  drivers/mtd/nand/fsl_ifc_spl.c  |   31 --
  drivers/net/fm/init.c   |   53 +-
  drivers/net/fm/t2080.c  |   10 +-
  include/configs/B4860QDS.h  |   12 +--
  include/configs/BSC9131RDB.h|6 +-
  include/configs/BSC9132QDS.h|   17 ++--
  include/configs/C29XPCIE.h  |  138 
 +--
  include/configs/P1010RDB.h  |   16 ++--
  include/configs/P1022DS.h   |   12 +--
  include/configs/P1023RDB.h  |8 +-
  include/configs/P1023RDS.h  |   12 +--
  include/configs/P1_P2_RDB.h |   14 +--
  include/configs/P2020DS.h   |   10 +-
  include/configs/P2041RDB.h  |   21 ++--
  include/configs/T1040QDS.h  |   26 ++---
  include/configs/T1040RDB.h  |   16 ++--
  include/configs/T1042RDB_PI.h   |   16 ++--
  include/configs/T2080QDS.h  |   20 ++--
  include/configs/T4240EMU.h  |4 +-
  include/configs/T4240QDS.h  |   18 ++--
  include/configs/corenet_ds.h|   30 +++---
  include/configs/km/kmp204x-common.h |4 +-
  include/configs/p1_p2_rdb_pc.h  |   12 +--
  include/configs/p1_twr.h|8 +-
  include/configs/t4qds.h |2 +-
  spl/Makefile|1 +
  54 files changed, 742 insertions(+), 392 deletions(-)
  create mode 100644 board/freescale/c29xpcie/spl.c
  create mode 100644 board/freescale/c29xpcie/spl_minimal.c

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request u-boot-mpc85xx

2014-01-21 Thread York Sun
Tom,

The following changes since commit b44bd2c73c4cfb6e3b9e7f8cf987e8e39aa74a0b:

  Prepare v2014.01 (2014-01-20 17:52:59 -0500)

are available in the git repository at:

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

for you to fetch changes up to e222b1f36fedb0363dbc21e0add7dc3848bae553:

  powerpc/mpc85xx:Increase binary size for P, B  T series boards. (2014-01-21
14:06:30 -0800)


Po Liu (2):
  powerpc:mpc85xx: Add ifc nand boot support for TPL/SPL
  powerpc/c29xpcie: 8k page size NAND boot support base on TPL/SPL

Prabhakar Kushwaha (2):
  powerpc:Rename CONFIG_PBLRCW_CONFIG  CONFIG_SYS_FSL_PBL_PBI
  powerpc/mpc85xx:Increase binary size for P, B  T series boards.

Priyanka Jain (1):
  powerpc/t1040qds: Update DDR initialization related settings

Ramneek Mehresh (1):
  powerpc/83xx: Add support for get_svr() for 83xx devices

Shengzhou Liu (4):
  powerpc/t2080qds: some update for t2080qds
  powerpc/85xx: update erratum a006379
  t2080qds/ddr: update ddr parameters
  net/fm: revert commit 732dfe090d50af53bb682d0c8971784f8de1f90f

York Sun (2):
  powerpc/mpc85xx: Fix a typo in workaround message for DDR erratum A003474
  powerpc/mpc85xx: Revise workaround for DDR-A003

 Makefile|4 +-
 README  |9 ++
 arch/powerpc/cpu/mpc83xx/start.S|5 +
 arch/powerpc/cpu/mpc85xx/cmd_errata.c   |2 +-
 arch/powerpc/cpu/mpc85xx/u-boot-spl.lds |   15 +--
 arch/powerpc/include/asm/fsl_errata.h   |6 +-
 board/freescale/c29xpcie/Makefile   |   15 +++
 board/freescale/c29xpcie/README |   12 +--
 board/freescale/c29xpcie/cpld.c |2 +
 board/freescale/c29xpcie/spl.c  |   77 +++
 board/freescale/c29xpcie/spl_minimal.c  |   63 
 board/freescale/c29xpcie/tlb.c  |   13 ++-
 board/freescale/p1010rdb/README.P1010RDB-PA |   12 +--
 board/freescale/p1010rdb/README.P1010RDB-PB |4 +-
 board/freescale/p1023rds/README |4 +-
 board/freescale/p1_p2_rdb/README|   12 +--
 board/freescale/p2041rdb/README |   12 +--
 board/freescale/t1040qds/README |   12 +--
 board/freescale/t1040qds/ddr.h  |   22 +++--
 board/freescale/t104xrdb/README |   12 +--
 board/freescale/t2080qds/ddr.c  |   12 +--
 board/freescale/t2080qds/ddr.h  |   65 +
 board/freescale/t2080qds/eth_t2080qds.c |   12 ++-
 board/freescale/t2080qds/t2080qds.c |   66 +++--
 boards.cfg  |   67 ++---
 doc/README.SPL  |1 +
 doc/README.b4860qds |   12 +--
 drivers/ddr/fsl/mpc85xx_ddr_gen3.c  |   69 +-
 drivers/mtd/nand/fsl_ifc_spl.c  |   31 --
 drivers/net/fm/init.c   |   53 +-
 drivers/net/fm/t2080.c  |   10 +-
 include/configs/B4860QDS.h  |   12 +--
 include/configs/BSC9131RDB.h|6 +-
 include/configs/BSC9132QDS.h|   17 ++--
 include/configs/C29XPCIE.h  |  138 +--
 include/configs/P1010RDB.h  |   16 ++--
 include/configs/P1022DS.h   |   12 +--
 include/configs/P1023RDB.h  |8 +-
 include/configs/P1023RDS.h  |   12 +--
 include/configs/P1_P2_RDB.h |   14 +--
 include/configs/P2020DS.h   |   10 +-
 include/configs/P2041RDB.h  |   21 ++--
 include/configs/T1040QDS.h  |   26 ++---
 include/configs/T1040RDB.h  |   16 ++--
 include/configs/T1042RDB_PI.h   |   16 ++--
 include/configs/T2080QDS.h  |   20 ++--
 include/configs/T4240EMU.h  |4 +-
 include/configs/T4240QDS.h  |   18 ++--
 include/configs/corenet_ds.h|   30 +++---
 include/configs/km/kmp204x-common.h |4 +-
 include/configs/p1_p2_rdb_pc.h  |   12 +--
 include/configs/p1_twr.h|8 +-
 include/configs/t4qds.h |2 +-
 spl/Makefile|1 +
 54 files changed, 742 insertions(+), 392 deletions(-)
 create mode 100644 board/freescale/c29xpcie/spl.c
 create mode 100644 board/freescale/c29xpcie/spl_minimal.c

Thanks,

York
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] pull-request: u-boot-mpc85xx/master

2013-11-25 Thread York Sun
Tom,

The following changes since commit c2e5e802ecb7ab668ce9911b210ed68c804b349f:

  Merge branch 'master' of git://git.denx.de/u-boot-mips (2013-11-17
14:11:34 -0500)

are available in the git repository at:


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

for you to fetch changes up to f7f155e1e180e2e7743a036016ed917bba581d98:

  t2080qds/ramboot: enable PBL tool for t2080qds (2013-11-25 12:36:55 -0800)


Priyanka Jain (1):
  powerpc/t1040qds: Correct Maintainer name in boards.cfg

Shaohui Xie (2):
  powerpc/p4080: enable support for PCIe SATA
  phy: introduce structure fixed-link

Shengzhou Liu (4):
  net/fman: Add support for 10GEC3 and 10GEC4
  powerpc/mpc85xx: Add T2080/T2081 SoC support
  powerpc/t2080qds: add support for t2080qds board
  t2080qds/ramboot: enable PBL tool for t2080qds

Tang Yuantian (1):
  mpc85xx: Fix the offset of register address error

York Sun (6):
  Driver/DDR: Moving Freescale DDR driver to a common driver
  Driver/DDR: combine ccsr_ddr for 83xx, 85xx and 86xx
  Driver/DDR: Add Freescale DDR driver for ARM
  powerpc/mpc8xxx: Extend DDR registers' fields
  Driver/DDR: Update DDR driver to allow non-zero base address
  Driver/IFC: Move Freescale IFC driver to a common driver

Zhao Qiang (1):
  p1010rdb: enable mtdparts for NAND

 Makefile   |1 +
 README |   44 +-
 arch/powerpc/cpu/mpc83xx/Makefile  |6 +-
 arch/powerpc/cpu/mpc83xx/ecc.c |8 +-
 arch/powerpc/cpu/mpc85xx/Makefile  |   49 +-
 arch/powerpc/cpu/mpc85xx/cpu.c |   22 +-
 arch/powerpc/cpu/mpc85xx/mp.c  |2 +-
 arch/powerpc/cpu/mpc85xx/speed.c   |2 +-
 arch/powerpc/cpu/mpc85xx/spl_minimal.c |2 +-
 arch/powerpc/cpu/mpc85xx/t2080_ids.c   |  142 
 arch/powerpc/cpu/mpc85xx/t2080_serdes.c|  208 +
 arch/powerpc/cpu/mpc86xx/Makefile  |3 -
 arch/powerpc/cpu/mpc8xxx/Makefile  |7 -
 arch/powerpc/cpu/mpc8xxx/cpu.c |2 +
 arch/powerpc/cpu/mpc8xxx/ddr/Makefile  |   29 -
 arch/powerpc/include/asm/config.h  |6 +
 arch/powerpc/include/asm/config_mpc85xx.h  |   57 ++
 arch/powerpc/include/asm/config_mpc86xx.h  |2 +
 arch/powerpc/include/asm/fsl_serdes.h  |2 +
 arch/powerpc/include/asm/immap_83xx.h  |  110 +--
 arch/powerpc/include/asm/immap_85xx.h  |  126 +--
 arch/powerpc/include/asm/immap_86xx.h  |   78 +-
 arch/powerpc/include/asm/mpc85xx_gpio.h|4 +-
 arch/powerpc/include/asm/processor.h   |2 +
 board/exmeritus/hww1u1a/ddr.c  |4 +-
 board/exmeritus/hww1u1a/hww1u1a.c  |5 +-
 board/freescale/b4860qds/ddr.c |6 +-
 board/freescale/bsc9131rdb/ddr.c   |4 +-
 board/freescale/bsc9131rdb/spl_minimal.c   |5 +-
 board/freescale/bsc9132qds/bsc9132qds.c|   18 +-
 board/freescale/bsc9132qds/ddr.c   |4 +-
 board/freescale/bsc9132qds/spl_minimal.c   |5 +-
 board/freescale/c29xpcie/c29xpcie.c|2 +-
 board/freescale/c29xpcie/ddr.c |4 +-
 board/freescale/corenet_ds/ddr.c   |4 +-
 board/freescale/corenet_ds/eth_p4080.c |2 +-
 board/freescale/corenet_ds/p3041ds_ddr.c   |2 +-
 board/freescale/corenet_ds/p4080ds_ddr.c   |2 +-
 board/freescale/corenet_ds/p5020ds_ddr.c   |2 +-
 board/freescale/corenet_ds/p5040ds_ddr.c   |2 +-
 board/freescale/mpc8349emds/Makefile   |2 +-
 board/freescale/mpc8349emds/ddr.c  |4 +-
 board/freescale/mpc8349emds/mpc8349emds.c  |6 +-
 board/freescale/mpc8536ds/ddr.c|4 +-
 board/freescale/mpc8536ds/mpc8536ds.c  |4 +-
 board/freescale/mpc8540ads/ddr.c   |4 +-
 board/freescale/mpc8540ads/mpc8540ads.c|5 +-
 board/freescale/mpc8541cds/ddr.c   |4 +-
 board/freescale/mpc8541cds/mpc8541cds.c|2 +-
 board/freescale/mpc8544ds/ddr.c|4 +-
 board/freescale/mpc8544ds/mpc8544ds.c  |2 +-
 board/freescale/mpc8548cds/ddr.c   |4 +-
 board/freescale/mpc8548cds/mpc8548cds.c|2 +-
 board/freescale/mpc8555cds/ddr.c   |4 +-
 board/freescale/mpc8555cds/mpc8555cds.c|2 +-
 board/freescale/mpc8560ads/ddr.c   |4 +-
 board/freescale/mpc8560ads/mpc8560ads.c|4 +-
 board/freescale/mpc8568mds/ddr.c   |4 +-
 

Re: [U-Boot] pull-request: u-boot-mpc85xx/master

2013-11-17 Thread Tom Rini
On Wed, Nov 13, 2013 at 01:17:21PM -0800, York Sun wrote:

 Tom,
 
 The following changes since commit 63c4f17b2f8017d22241522a48c765073b8791b0:
 
   cm_t35: use scf0403 driver (2013-11-12 10:12:07 +0100)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-mpc85xx.git master
 
 for you to fetch changes up to 51abee64eee0186634858d1e6f91a65969c90125:
 
   powerpc/85xx: fix broken cpu clock-frequency property (2013-11-13
 12:41:28 -0800)
 
 
 Laurentiu TUDOR (3):
   powerpc/t4240: set pcie liodn in the correct register
   powerpc/t4240: fix per pci endpoint liodn offsets
   powerpc/85xx: fix broken cpu clock-frequency property
 
 Prabhakar Kushwaha (1):
   powerpc/t1040: enable PBL tool for T1040
 
 Priyanka Jain (3):
   powerpc/t1040: Update defines to support T1040SoC personalities
   powerpc/t104xrdb: Add T1040RDB board support
   powerpc/t104xrdb: Add T1042RDB_PI board support
 
 Shengzhou Liu (1):
   powerpc/p1010rdb: update readme for p1010rdb-pa and p1010rdb-pb
 
 ramneek mehresh (1):
   powerpc/83xx: Define USB1 and USB2 base addr for MPC834x
 
  arch/powerpc/cpu/mpc85xx/Makefile  |   10 +
  arch/powerpc/cpu/mpc85xx/fdt.c |5 +-
  arch/powerpc/cpu/mpc85xx/liodn.c   |   25 +-
  arch/powerpc/cpu/mpc85xx/t4240_ids.c   |8 +-
  arch/powerpc/include/asm/config_mpc85xx.h  |3 +-
  arch/powerpc/include/asm/immap_83xx.h  |5 +
  arch/powerpc/include/asm/immap_85xx.h  |7 +-
  .../p1010rdb/{README = README.P1010RDB-PA}|4 +-
  board/freescale/p1010rdb/README.P1010RDB-PB|  188 ++
  board/freescale/t1040qds/t1040_pbi.cfg |   27 +
  board/freescale/t1040qds/t1040_rcw.cfg |7 +
  board/freescale/t104xrdb/Makefile  |   12 +
  board/freescale/t104xrdb/README|  200 ++
  board/freescale/t104xrdb/ddr.c |  132 
  board/freescale/t104xrdb/ddr.h |   76 +++
  board/freescale/t104xrdb/law.c |   32 +
  board/freescale/t104xrdb/pci.c |   23 +
  board/freescale/t104xrdb/t104xrdb.c|   93 +++
  board/freescale/t104xrdb/t104xrdb.h|   13 +
  board/freescale/t104xrdb/tlb.c |  107 +++
  boards.cfg |2 +
  doc/README.p1010rdb|  198 --
  drivers/net/fm/Makefile|3 +
  include/configs/T1040QDS.h |2 +
  include/configs/T1040RDB.h |  690
 +++
  include/configs/T1042RDB_PI.h  |  694
 
  26 files changed, 2353 insertions(+), 213 deletions(-)
  rename board/freescale/p1010rdb/{README = README.P1010RDB-PA} (97%)
  create mode 100644 board/freescale/p1010rdb/README.P1010RDB-PB
  create mode 100644 board/freescale/t1040qds/t1040_pbi.cfg
  create mode 100644 board/freescale/t1040qds/t1040_rcw.cfg
  create mode 100644 board/freescale/t104xrdb/Makefile
  create mode 100644 board/freescale/t104xrdb/README
  create mode 100644 board/freescale/t104xrdb/ddr.c
  create mode 100644 board/freescale/t104xrdb/ddr.h
  create mode 100644 board/freescale/t104xrdb/law.c
  create mode 100644 board/freescale/t104xrdb/pci.c
  create mode 100644 board/freescale/t104xrdb/t104xrdb.c
  create mode 100644 board/freescale/t104xrdb/t104xrdb.h
  create mode 100644 board/freescale/t104xrdb/tlb.c
  delete mode 100644 doc/README.p1010rdb
  create mode 100644 include/configs/T1040RDB.h
  create mode 100644 include/configs/T1042RDB_PI.h

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] pull-request: u-boot-mpc85xx/master

2013-11-13 Thread York Sun
Tom,

The following changes since commit 63c4f17b2f8017d22241522a48c765073b8791b0:

  cm_t35: use scf0403 driver (2013-11-12 10:12:07 +0100)

are available in the git repository at:

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

for you to fetch changes up to 51abee64eee0186634858d1e6f91a65969c90125:

  powerpc/85xx: fix broken cpu clock-frequency property (2013-11-13
12:41:28 -0800)


Laurentiu TUDOR (3):
  powerpc/t4240: set pcie liodn in the correct register
  powerpc/t4240: fix per pci endpoint liodn offsets
  powerpc/85xx: fix broken cpu clock-frequency property

Prabhakar Kushwaha (1):
  powerpc/t1040: enable PBL tool for T1040

Priyanka Jain (3):
  powerpc/t1040: Update defines to support T1040SoC personalities
  powerpc/t104xrdb: Add T1040RDB board support
  powerpc/t104xrdb: Add T1042RDB_PI board support

Shengzhou Liu (1):
  powerpc/p1010rdb: update readme for p1010rdb-pa and p1010rdb-pb

ramneek mehresh (1):
  powerpc/83xx: Define USB1 and USB2 base addr for MPC834x

 arch/powerpc/cpu/mpc85xx/Makefile  |   10 +
 arch/powerpc/cpu/mpc85xx/fdt.c |5 +-
 arch/powerpc/cpu/mpc85xx/liodn.c   |   25 +-
 arch/powerpc/cpu/mpc85xx/t4240_ids.c   |8 +-
 arch/powerpc/include/asm/config_mpc85xx.h  |3 +-
 arch/powerpc/include/asm/immap_83xx.h  |5 +
 arch/powerpc/include/asm/immap_85xx.h  |7 +-
 .../p1010rdb/{README = README.P1010RDB-PA}|4 +-
 board/freescale/p1010rdb/README.P1010RDB-PB|  188 ++
 board/freescale/t1040qds/t1040_pbi.cfg |   27 +
 board/freescale/t1040qds/t1040_rcw.cfg |7 +
 board/freescale/t104xrdb/Makefile  |   12 +
 board/freescale/t104xrdb/README|  200 ++
 board/freescale/t104xrdb/ddr.c |  132 
 board/freescale/t104xrdb/ddr.h |   76 +++
 board/freescale/t104xrdb/law.c |   32 +
 board/freescale/t104xrdb/pci.c |   23 +
 board/freescale/t104xrdb/t104xrdb.c|   93 +++
 board/freescale/t104xrdb/t104xrdb.h|   13 +
 board/freescale/t104xrdb/tlb.c |  107 +++
 boards.cfg |2 +
 doc/README.p1010rdb|  198 --
 drivers/net/fm/Makefile|3 +
 include/configs/T1040QDS.h |2 +
 include/configs/T1040RDB.h |  690
+++
 include/configs/T1042RDB_PI.h  |  694

 26 files changed, 2353 insertions(+), 213 deletions(-)
 rename board/freescale/p1010rdb/{README = README.P1010RDB-PA} (97%)
 create mode 100644 board/freescale/p1010rdb/README.P1010RDB-PB
 create mode 100644 board/freescale/t1040qds/t1040_pbi.cfg
 create mode 100644 board/freescale/t1040qds/t1040_rcw.cfg
 create mode 100644 board/freescale/t104xrdb/Makefile
 create mode 100644 board/freescale/t104xrdb/README
 create mode 100644 board/freescale/t104xrdb/ddr.c
 create mode 100644 board/freescale/t104xrdb/ddr.h
 create mode 100644 board/freescale/t104xrdb/law.c
 create mode 100644 board/freescale/t104xrdb/pci.c
 create mode 100644 board/freescale/t104xrdb/t104xrdb.c
 create mode 100644 board/freescale/t104xrdb/t104xrdb.h
 create mode 100644 board/freescale/t104xrdb/tlb.c
 delete mode 100644 doc/README.p1010rdb
 create mode 100644 include/configs/T1040RDB.h
 create mode 100644 include/configs/T1042RDB_PI.h

Thanks.

York

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull-request: u-boot-mpc85xx/master

2013-10-30 Thread Tom Rini
On Thu, Oct 24, 2013 at 10:10:11AM -0700, York Sun wrote:
 Tom,
 
 The following changes since commit 7e575c46c34b5f1316eab39025fdced197629ccb:
 
   usb: rename board_usb_init_type to usb_init_type (2013-10-22 17:33:09
 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-mpc85xx.git master
 
 for you to fetch changes up to 877bfe37dc00b0ae59f37742954a62bce3fdf3a0:
 
   mpc85xx: introduce the kmp204x reference design support (2013-10-24
 09:36:26 -0700)
 
 
 Po Liu (1):
   powerpc/c29xpcie: add DDR ECC on off config setting
 
 Valentin Longchamp (11):
   powerpc: cast bi_memsize to ulong for %ld usage
   km-powerpc: move SYS_MALLOC_LEN out of keymile-common.h
   KM: fix typo in default environment
   KM: define CONFIG_SYS_I2C_INIT_BOARD only for concerned board
   KM: add CONFIG_KM_COMMON_ETH_INIT for km common eth init
   mpc8xxx: call i2c_set_bus_num in __get_spd
   mpc8xxx: set x2 DDR3 refresh rate if SPD config requires it
   net/fman: add a fm_enable_port function
   mtd/fsl_elbc: take NAND_ECC_SOFT_BCH config option into account
   fsl/mpc85xx: define common serdes_clock_to_string function
   mpc85xx: introduce the kmp204x reference design support
 
 ramneek mehresh (2):
   powerpc/usb:Define CONFIG_USB_MAX_CONTROLLER_COUNT for all 85xx socs
   powerpc/usb:Differentiate USB controller base address
 
  arch/powerpc/cpu/mpc83xx/cpu_init.c|2 +-
  arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c |   21 +
  arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c  |   17 +
  .../powerpc/cpu/mpc8xxx/ddr/common_timing_params.h |1 +
  arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c   |7 +-
  arch/powerpc/cpu/mpc8xxx/ddr/ddr3_dimm_params.c|4 +
  .../cpu/mpc8xxx/ddr/lc_common_dimm_params.c|5 +
  arch/powerpc/cpu/mpc8xxx/ddr/main.c|6 +-
  arch/powerpc/cpu/mpc8xxx/fdt.c |6 +-
  arch/powerpc/include/asm/config_mpc85xx.h  |   26 +-
  arch/powerpc/include/asm/fsl_ddr_dimm_params.h |1 +
  arch/powerpc/include/asm/fsl_serdes.h  |1 +
  arch/powerpc/include/asm/immap_512x.h  |6 +-
  arch/powerpc/include/asm/immap_83xx.h  |   18 +-
  arch/powerpc/include/asm/immap_85xx.h  |9 +-
  arch/powerpc/lib/board.c   |2 +-
  board/freescale/b4860qds/b4860qds.c|   16 -
  board/freescale/c29xpcie/ddr.c |8 +
  board/freescale/corenet_ds/corenet_ds.c|   14 -
  board/freescale/p2041rdb/p2041rdb.c|   14 -
  board/freescale/t1040qds/t1040qds.c|   14 -
  board/freescale/t4qds/t4240qds.c   |   16 -
  board/keymile/common/common.c  |   27 +-
  board/keymile/kmp204x/Makefile |   48 +++
  board/keymile/kmp204x/ddr.c|   64 +++
  board/keymile/kmp204x/eth.c|   71 +++
  board/keymile/kmp204x/kmp204x.c|  258 +++
  board/keymile/kmp204x/kmp204x.h|   15 +
  board/keymile/kmp204x/law.c|   40 ++
  board/keymile/kmp204x/pbi.cfg  |   35 ++
  board/keymile/kmp204x/pci.c|   35 ++
  board/keymile/kmp204x/rcw_kmp204x.cfg  |   11 +
  board/keymile/kmp204x/tlb.c|  110 +
  boards.cfg |3 +
  drivers/mtd/nand/fsl_elbc_nand.c   |6 +-
  drivers/net/fm/b4860.c |7 +
  drivers/net/fm/fm.h|1 +
  drivers/net/fm/init.c  |8 +
  drivers/net/fm/p1023.c |7 +
  drivers/net/fm/p4080.c |7 +
  drivers/net/fm/p5020.c |7 +
  drivers/net/fm/p5040.c |7 +
  drivers/net/fm/t4240.c |7 +
  drivers/usb/host/ehci-fsl.c|   15 +-
  drivers/usb/host/ehci-mpc512x.c|4 +-
  include/configs/C29XPCIE.h |2 +
  include/configs/km/keymile-common.h|6 +-
  include/configs/km/km-powerpc.h|6 +
  include/configs/km/km_arm.h|8 +-
  include/configs/km/kmp204x-common.h|  450
 
  include/configs/km82xx.h   |2 +
  include/configs/kmp204x.h  |   68 +++
  include/fm_eth.h   |1 +
  include/usb/ehci-fsl.h |   13 +-
  54 files changed, 1428 insertions(+), 135 deletions(-)
  create mode 100644 board/keymile/kmp204x/Makefile
  

[U-Boot] Pull-request: u-boot-mpc85xx/master

2013-10-24 Thread York Sun
Tom,

The following changes since commit 7e575c46c34b5f1316eab39025fdced197629ccb:

  usb: rename board_usb_init_type to usb_init_type (2013-10-22 17:33:09
-0400)

are available in the git repository at:

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

for you to fetch changes up to 877bfe37dc00b0ae59f37742954a62bce3fdf3a0:

  mpc85xx: introduce the kmp204x reference design support (2013-10-24
09:36:26 -0700)


Po Liu (1):
  powerpc/c29xpcie: add DDR ECC on off config setting

Valentin Longchamp (11):
  powerpc: cast bi_memsize to ulong for %ld usage
  km-powerpc: move SYS_MALLOC_LEN out of keymile-common.h
  KM: fix typo in default environment
  KM: define CONFIG_SYS_I2C_INIT_BOARD only for concerned board
  KM: add CONFIG_KM_COMMON_ETH_INIT for km common eth init
  mpc8xxx: call i2c_set_bus_num in __get_spd
  mpc8xxx: set x2 DDR3 refresh rate if SPD config requires it
  net/fman: add a fm_enable_port function
  mtd/fsl_elbc: take NAND_ECC_SOFT_BCH config option into account
  fsl/mpc85xx: define common serdes_clock_to_string function
  mpc85xx: introduce the kmp204x reference design support

ramneek mehresh (2):
  powerpc/usb:Define CONFIG_USB_MAX_CONTROLLER_COUNT for all 85xx socs
  powerpc/usb:Differentiate USB controller base address

 arch/powerpc/cpu/mpc83xx/cpu_init.c|2 +-
 arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c |   21 +
 arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c  |   17 +
 .../powerpc/cpu/mpc8xxx/ddr/common_timing_params.h |1 +
 arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c   |7 +-
 arch/powerpc/cpu/mpc8xxx/ddr/ddr3_dimm_params.c|4 +
 .../cpu/mpc8xxx/ddr/lc_common_dimm_params.c|5 +
 arch/powerpc/cpu/mpc8xxx/ddr/main.c|6 +-
 arch/powerpc/cpu/mpc8xxx/fdt.c |6 +-
 arch/powerpc/include/asm/config_mpc85xx.h  |   26 +-
 arch/powerpc/include/asm/fsl_ddr_dimm_params.h |1 +
 arch/powerpc/include/asm/fsl_serdes.h  |1 +
 arch/powerpc/include/asm/immap_512x.h  |6 +-
 arch/powerpc/include/asm/immap_83xx.h  |   18 +-
 arch/powerpc/include/asm/immap_85xx.h  |9 +-
 arch/powerpc/lib/board.c   |2 +-
 board/freescale/b4860qds/b4860qds.c|   16 -
 board/freescale/c29xpcie/ddr.c |8 +
 board/freescale/corenet_ds/corenet_ds.c|   14 -
 board/freescale/p2041rdb/p2041rdb.c|   14 -
 board/freescale/t1040qds/t1040qds.c|   14 -
 board/freescale/t4qds/t4240qds.c   |   16 -
 board/keymile/common/common.c  |   27 +-
 board/keymile/kmp204x/Makefile |   48 +++
 board/keymile/kmp204x/ddr.c|   64 +++
 board/keymile/kmp204x/eth.c|   71 +++
 board/keymile/kmp204x/kmp204x.c|  258 +++
 board/keymile/kmp204x/kmp204x.h|   15 +
 board/keymile/kmp204x/law.c|   40 ++
 board/keymile/kmp204x/pbi.cfg  |   35 ++
 board/keymile/kmp204x/pci.c|   35 ++
 board/keymile/kmp204x/rcw_kmp204x.cfg  |   11 +
 board/keymile/kmp204x/tlb.c|  110 +
 boards.cfg |3 +
 drivers/mtd/nand/fsl_elbc_nand.c   |6 +-
 drivers/net/fm/b4860.c |7 +
 drivers/net/fm/fm.h|1 +
 drivers/net/fm/init.c  |8 +
 drivers/net/fm/p1023.c |7 +
 drivers/net/fm/p4080.c |7 +
 drivers/net/fm/p5020.c |7 +
 drivers/net/fm/p5040.c |7 +
 drivers/net/fm/t4240.c |7 +
 drivers/usb/host/ehci-fsl.c|   15 +-
 drivers/usb/host/ehci-mpc512x.c|4 +-
 include/configs/C29XPCIE.h |2 +
 include/configs/km/keymile-common.h|6 +-
 include/configs/km/km-powerpc.h|6 +
 include/configs/km/km_arm.h|8 +-
 include/configs/km/kmp204x-common.h|  450

 include/configs/km82xx.h   |2 +
 include/configs/kmp204x.h  |   68 +++
 include/fm_eth.h   |1 +
 include/usb/ehci-fsl.h |   13 +-
 54 files changed, 1428 insertions(+), 135 deletions(-)
 create mode 100644 board/keymile/kmp204x/Makefile
 create mode 100644 board/keymile/kmp204x/ddr.c
 create mode 100644 board/keymile/kmp204x/eth.c
 create mode 100644 board/keymile/kmp204x/kmp204x.c
 create 

Re: [U-Boot] Pull request: u-boot-mpc85xx/master

2013-10-23 Thread Tom Rini
On Wed, Oct 16, 2013 at 05:30:34PM -0700, York Sun wrote:

 Tom,
 
 The following changes since commit 183acb700378a8cfc5d50a01a65de93fb2c24586:
 
   Prepare v2013.10 (2013-10-16 13:08:12 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-mpc85xx.git master
 
 for you to fetch changes up to 287df01e6aef0464c5e5bcbd7e87aa4ff1f24f5a:
 
   PCIe:change the method to get the address of a requested capability in
 configuration space. (2013-10-16 16:15:17 -0700)
 
 
 Po Liu (3):
   powerpc: add CONFIG_SECURE_BOOT condition into fsl_secure_boot.h
   powerpc:c29xpcie: make ifc timing parameter flexible
   powerpc/c29xpcie: modify DDR parameter to make DDR more stable
 
 Prabhakar Kushwaha (6):
   powerpc/mpc85xx:Make L2 cache type independent of CHASSIS2
   powerpc/mpc85xx:Update processor defines for T1040
   powerpc/mpc85xx:Avoid fix clk groups for Cluster  HW accelerator
   board/bsc9131rdb: Update IFC timings for NAND flash
   powerpc/t1040qds: Add T1040QDS board
   boards/c29xpcie: Update TLB and LAW size for IFC NAND, CPLD
 
 Priyanka Jain (1):
   powerpc: Fix CamelCase warnings in DDR related code
 
 Shaohui Xie (3):
   powerpc/t4240: updated rcw_cfg to align with default hardware
 configuration
   powerpc/B4860: enable PBL tool for B4860
   powerpc/tool/pbl: fix pbl image compiling process
 
 Shengzhou Liu (4):
   powerpc/p1010rdb: remove unused cpld_show
   powerpc/eeprom: update MAX_NUM_PORTS to adapt non-256-bytes EEPROM
   board/p1010rdb: add pin mux and sdhc support in any boot
   powerpc/p1010rdb: add p1010rdb-pb support with updating p1010rdb-pa
 
 Ying Zhang (3):
   powerpc: p1_p2_rdb_pc: Enable p1_p2_rdb_pc to boot from SD Card
 with SPL
   powerpc : p1_p2_rdb_pc : Enable p1_p2_rdb_pc to start from eSPI
 with SPL
   powerpc: p1_p2_rdb_pc: add TPL for p1_p2_rdb_pc nand boot
 
 York Sun (1):
   powerpc/mpc85xx: Add workaround for erratum A006379
 
 Zhao Qiang (3):
   Corenet/p5040/SGMII:fix the problem for SGMII5/6
   SGMII:fix PHY addresses for QSGMII Riser Card working in SGMII mode
   PCIe:change the method to get the address of a requested
 capability in configuration space.
 
 ramneek mehresh (1):
   powerpc/usb: Mention usb1 before usb2 inside default hwconfig string
 
  Makefile   |1 +
  arch/powerpc/cpu/mpc85xx/cmd_errata.c  |5 +
  arch/powerpc/cpu/mpc85xx/cpu_init.c|   13 +-
  arch/powerpc/cpu/mpc85xx/fdt.c |2 +-
  arch/powerpc/cpu/mpc85xx/speed.c   |  114 +--
  arch/powerpc/cpu/mpc85xx/start.S   |2 +-
  .../powerpc/cpu/mpc8xxx/ddr/common_timing_params.h |   46 +-
  arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c   |   76 +-
  arch/powerpc/cpu/mpc8xxx/ddr/ddr.h |2 +-
  arch/powerpc/cpu/mpc8xxx/ddr/ddr1_dimm_params.c|   52 +-
  arch/powerpc/cpu/mpc8xxx/ddr/ddr2_dimm_params.c|   52 +-
  arch/powerpc/cpu/mpc8xxx/ddr/ddr3_dimm_params.c|   54 +-
  arch/powerpc/cpu/mpc8xxx/ddr/interactive.c |  312 
  .../cpu/mpc8xxx/ddr/lc_common_dimm_params.c|  214 +++---
  arch/powerpc/cpu/mpc8xxx/ddr/main.c|6 +-
  arch/powerpc/cpu/mpc8xxx/ddr/options.c |   34 +-
  arch/powerpc/include/asm/config_mpc85xx.h  |   35 +-
  arch/powerpc/include/asm/fsl_ddr_dimm_params.h |   48 +-
  arch/powerpc/include/asm/fsl_ddr_sdram.h   |   28 +-
  arch/powerpc/include/asm/fsl_errata.h  |   25 +
  arch/powerpc/include/asm/fsl_pci.h |   18 -
  arch/powerpc/include/asm/fsl_secure_boot.h |2 +
  arch/powerpc/include/asm/immap_512x.h  |4 +-
  arch/powerpc/include/asm/immap_85xx.h  |   22 +-
  board/exmeritus/hww1u1a/ddr.c  |2 +-
  board/freescale/b4860qds/b4860qds_qixis.h  |5 +
  board/freescale/b4860qds/b4_pbi.cfg|   27 +
  board/freescale/b4860qds/b4_rcw.cfg|7 +
  board/freescale/b4860qds/ddr.c |   32 +-
  board/freescale/b4860qds/eth_b4860qds.c|   18 +
  board/freescale/bsc9131rdb/ddr.c   |   26 +-
  board/freescale/bsc9132qds/ddr.c   |   26 +-
  board/freescale/c29xpcie/ddr.c |   28 +-
  board/freescale/c29xpcie/law.c |4 +-
  board/freescale/c29xpcie/tlb.c |4 +-
  board/freescale/common/qixis.h |4 +-
  board/freescale/common/sys_eeprom.c|4 +
  board/freescale/corenet_ds/ddr.c   |6 +-
  board/freescale/corenet_ds/eth_hydra.c |6 +
  board/freescale/corenet_ds/eth_p4080.c |   12 +
  board/freescale/corenet_ds/eth_superhydra.c|   72 +-
  

[U-Boot] Pull request: u-boot-mpc85xx/master

2013-10-16 Thread York Sun
Tom,

The following changes since commit 183acb700378a8cfc5d50a01a65de93fb2c24586:

  Prepare v2013.10 (2013-10-16 13:08:12 -0400)

are available in the git repository at:

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

for you to fetch changes up to 287df01e6aef0464c5e5bcbd7e87aa4ff1f24f5a:

  PCIe:change the method to get the address of a requested capability in
configuration space. (2013-10-16 16:15:17 -0700)


Po Liu (3):
  powerpc: add CONFIG_SECURE_BOOT condition into fsl_secure_boot.h
  powerpc:c29xpcie: make ifc timing parameter flexible
  powerpc/c29xpcie: modify DDR parameter to make DDR more stable

Prabhakar Kushwaha (6):
  powerpc/mpc85xx:Make L2 cache type independent of CHASSIS2
  powerpc/mpc85xx:Update processor defines for T1040
  powerpc/mpc85xx:Avoid fix clk groups for Cluster  HW accelerator
  board/bsc9131rdb: Update IFC timings for NAND flash
  powerpc/t1040qds: Add T1040QDS board
  boards/c29xpcie: Update TLB and LAW size for IFC NAND, CPLD

Priyanka Jain (1):
  powerpc: Fix CamelCase warnings in DDR related code

Shaohui Xie (3):
  powerpc/t4240: updated rcw_cfg to align with default hardware
configuration
  powerpc/B4860: enable PBL tool for B4860
  powerpc/tool/pbl: fix pbl image compiling process

Shengzhou Liu (4):
  powerpc/p1010rdb: remove unused cpld_show
  powerpc/eeprom: update MAX_NUM_PORTS to adapt non-256-bytes EEPROM
  board/p1010rdb: add pin mux and sdhc support in any boot
  powerpc/p1010rdb: add p1010rdb-pb support with updating p1010rdb-pa

Ying Zhang (3):
  powerpc: p1_p2_rdb_pc: Enable p1_p2_rdb_pc to boot from SD Card
with SPL
  powerpc : p1_p2_rdb_pc : Enable p1_p2_rdb_pc to start from eSPI
with SPL
  powerpc: p1_p2_rdb_pc: add TPL for p1_p2_rdb_pc nand boot

York Sun (1):
  powerpc/mpc85xx: Add workaround for erratum A006379

Zhao Qiang (3):
  Corenet/p5040/SGMII:fix the problem for SGMII5/6
  SGMII:fix PHY addresses for QSGMII Riser Card working in SGMII mode
  PCIe:change the method to get the address of a requested
capability in configuration space.

ramneek mehresh (1):
  powerpc/usb: Mention usb1 before usb2 inside default hwconfig string

 Makefile   |1 +
 arch/powerpc/cpu/mpc85xx/cmd_errata.c  |5 +
 arch/powerpc/cpu/mpc85xx/cpu_init.c|   13 +-
 arch/powerpc/cpu/mpc85xx/fdt.c |2 +-
 arch/powerpc/cpu/mpc85xx/speed.c   |  114 +--
 arch/powerpc/cpu/mpc85xx/start.S   |2 +-
 .../powerpc/cpu/mpc8xxx/ddr/common_timing_params.h |   46 +-
 arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c   |   76 +-
 arch/powerpc/cpu/mpc8xxx/ddr/ddr.h |2 +-
 arch/powerpc/cpu/mpc8xxx/ddr/ddr1_dimm_params.c|   52 +-
 arch/powerpc/cpu/mpc8xxx/ddr/ddr2_dimm_params.c|   52 +-
 arch/powerpc/cpu/mpc8xxx/ddr/ddr3_dimm_params.c|   54 +-
 arch/powerpc/cpu/mpc8xxx/ddr/interactive.c |  312 
 .../cpu/mpc8xxx/ddr/lc_common_dimm_params.c|  214 +++---
 arch/powerpc/cpu/mpc8xxx/ddr/main.c|6 +-
 arch/powerpc/cpu/mpc8xxx/ddr/options.c |   34 +-
 arch/powerpc/include/asm/config_mpc85xx.h  |   35 +-
 arch/powerpc/include/asm/fsl_ddr_dimm_params.h |   48 +-
 arch/powerpc/include/asm/fsl_ddr_sdram.h   |   28 +-
 arch/powerpc/include/asm/fsl_errata.h  |   25 +
 arch/powerpc/include/asm/fsl_pci.h |   18 -
 arch/powerpc/include/asm/fsl_secure_boot.h |2 +
 arch/powerpc/include/asm/immap_512x.h  |4 +-
 arch/powerpc/include/asm/immap_85xx.h  |   22 +-
 board/exmeritus/hww1u1a/ddr.c  |2 +-
 board/freescale/b4860qds/b4860qds_qixis.h  |5 +
 board/freescale/b4860qds/b4_pbi.cfg|   27 +
 board/freescale/b4860qds/b4_rcw.cfg|7 +
 board/freescale/b4860qds/ddr.c |   32 +-
 board/freescale/b4860qds/eth_b4860qds.c|   18 +
 board/freescale/bsc9131rdb/ddr.c   |   26 +-
 board/freescale/bsc9132qds/ddr.c   |   26 +-
 board/freescale/c29xpcie/ddr.c |   28 +-
 board/freescale/c29xpcie/law.c |4 +-
 board/freescale/c29xpcie/tlb.c |4 +-
 board/freescale/common/qixis.h |4 +-
 board/freescale/common/sys_eeprom.c|4 +
 board/freescale/corenet_ds/ddr.c   |6 +-
 board/freescale/corenet_ds/eth_hydra.c |6 +
 board/freescale/corenet_ds/eth_p4080.c |   12 +
 board/freescale/corenet_ds/eth_superhydra.c|   72 +-
 board/freescale/mpc8349emds/ddr.c  |8 +-
 board/freescale/mpc8540ads/ddr.c   |2 +-
 board/freescale/mpc8544ds/ddr.c   

Re: [U-Boot] Pull request: u-boot-mpc85xx

2013-09-13 Thread Tom Rini
On Thu, Sep 12, 2013 at 10:36:45AM -0700, York Sun wrote:

 Tom,
 
 The following changes since commit 985a71d15b8bd9cfbeae1ac1b08a5319abfd246c:
 
   Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
 (2013-09-09 09:59:30 -0400)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-mpc85xx.git master
 
 for you to fetch changes up to 954a1a4776d135f2c6ee5276a96c0da71744cd6d:
 
   powerpc/mpc85xx: Add workaround for erratum A-005125 (2013-09-10
 14:31:47 -0700)
 
 
 Shaohui Xie (1):
   powerpc/p2041: fix I2C controller's offset
 
 York Sun (1):
   powerpc/mpc85xx: Add workaround for erratum A-005125
 
  arch/powerpc/cpu/mpc85xx/cmd_errata.c |3 +++
  arch/powerpc/cpu/mpc85xx/start.S  |8 
  arch/powerpc/include/asm/config_mpc85xx.h |   21 +
  include/configs/P2041RDB.h|4 ++--
  4 files changed, 34 insertions(+), 2 deletions(-)

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-mpc85xx

2013-08-22 Thread Tom Rini
On Wed, Aug 21, 2013 at 10:28:29AM -0700, York Sun wrote:

 Tom,
 
 The following changes since commit 39bc12ddc36c9e30199471da0f3a929b178a04b2:
 
   SPL: Makefile: Build a separate autoconf.mk for SPL (2013-08-19
 18:05:19 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-mpc85xx.git master
 
 for you to fetch changes up to b6df9b01fb8c126b212aba92b6523407d3fa60a5:
 
   Makefile: Fix build in a separated directory tree (2013-08-21 09:03:29
 -0700)
 
 
 Prabhakar Kushwaha (1):
   powerpc: Fix CamelCase checkpatch warnings
 
 Shaohui Xie (3):
   powerpc/common/vsc3316: remove const from vsc3316_config parameter
 define
   powerpc/t4240: fix lanes routing for QSGMII protocols
   powerpc/t4240: add QSGMII interface support
 
 Shengzhou Liu (2):
   powerpc/p1010rdb: fix calculating ddr_freq_mhz
   powerpc/sec: Add workaround for SEC A-003571
 
 Shruti Kanetkar (2):
   powerpc: Use print_size() where appropriate
   powerpcv2: Print hardcoded size like print_size() does
 
 Ying Zhang (8):
   spl: env_common.c: make CONFIG_SPL_BUILD contain function env_import
   powerpc: deleted unused symbol CONFIG_SPL_NAND_MINIMAL and enabled
 some functionality for common SPL
   powerpc: mpc85xx: Support booting from SD Card with SPL
   powerpc: p1022ds: Enable P1022DS to boot from SD Card with SPL
   powerpc : spi flash : Support to start from eSPI with SPL
   powerpc : p1022ds : Enable p1022ds to start from eSPI with SPL
   TPL : introduce the TPL based on the SPL
   powerpc: p1022ds: add TPL for p1022ds nand boot
 
 York Sun (2):
   SPDX-License-Identifier: clean up license header
   Makefile: Fix build in a separated directory tree
 
 ?? ?? (1):
   Fix for incorrect conversion hex string to number (FMAN firmware
 address).
 
  Makefile   |   50 +-
  README |   24 +++
  arch/powerpc/cpu/mpc824x/cpu.c |8 +-
  arch/powerpc/cpu/mpc85xx/cmd_errata.c  |4 +
  arch/powerpc/cpu/mpc85xx/cpu.c |   45 +++---
  arch/powerpc/cpu/mpc85xx/cpu_init.c|   32 ++--
  arch/powerpc/cpu/mpc85xx/fdt.c |   12 +-
  arch/powerpc/cpu/mpc85xx/speed.c   |  142 -
  arch/powerpc/cpu/mpc85xx/t4240_serdes.c|   14 +-
  arch/powerpc/cpu/mpc85xx/tlb.c |3 +-
  arch/powerpc/cpu/mpc85xx/u-boot-spl.lds|5 +
  arch/powerpc/cpu/mpc86xx/cpu.c |   22 +--
  arch/powerpc/cpu/mpc86xx/speed.c   |   40 ++---
  arch/powerpc/cpu/mpc8xx/cpu.c  |   24 ++-
  arch/powerpc/cpu/mpc8xx/video.c|4 +-
  .../cpu/mpc8xxx/ddr/lc_common_dimm_params.c|4 +
  arch/powerpc/cpu/mpc8xxx/ddr/main.c|3 +-
  arch/powerpc/cpu/mpc8xxx/law.c |6 +-
  arch/powerpc/cpu/ppc4xx/cpu.c  |8 +-
  arch/powerpc/include/asm/config_mpc85xx.h  |1 +
  board/freescale/b4860qds/b4860qds_crossbar_con.h   |   12 +-
  board/freescale/common/Makefile|2 -
  board/freescale/common/vsc3316_3308.c  |2 +-
  board/freescale/common/vsc3316_3308.h  |2 +-
  board/freescale/mpc8540ads/mpc8540ads.c|2 +-
  board/freescale/mpc8541cds/mpc8541cds.c|2 +-
  board/freescale/mpc8555cds/mpc8555cds.c|2 +-
  board/freescale/mpc8560ads/mpc8560ads.c|2 +-
  board/freescale/p1010rdb/spl_minimal.c |2 +-
  board/freescale/p1022ds/Makefile   |3 +
  board/freescale/p1022ds/spl.c  |  121 ++
  board/freescale/p1022ds/spl_minimal.c  |   53 +--
  board/freescale/p1022ds/tlb.c  |   23 ++-
  board/freescale/p1_p2_rdb_pc/ddr.c |2 +-
  board/freescale/p1_twr/ddr.c   |2 +-
  board/freescale/t4qds/eth.c|   80 +++---
  board/freescale/t4qds/t4240qds.c   |   47 +-
  board/sbc8548/sbc8548.c|4 +-
  board/socrates/socrates.c  |2 +-
  board/xes/xpedite537x/ddr.c|2 +-
  common/env_common.c|2 -
  config.mk  |   30 +++-
  doc/README.TPL |   45 ++
  doc/README.mpc85xx-sd-spi-boot |   81 ++
  drivers/mmc/Makefile   |3 +
  drivers/mmc/fsl_esdhc_spl.c|  115 ++
  drivers/mmc/mmc.c  |2 +
  

Re: [U-Boot] Pull request : u-boot-mpc85xx

2013-08-21 Thread Tom Rini
On Tue, Aug 20, 2013 at 12:46:20PM -0700, York Sun wrote:

 Tom,
 
 The following changes since commit 39bc12ddc36c9e30199471da0f3a929b178a04b2:
 
   SPL: Makefile: Build a separate autoconf.mk for SPL (2013-08-19
 18:05:19 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-mpc85xx.git master
 
 for you to fetch changes up to e6394e9e8f83b77b61f0b240fcd39622571be690:
 
   Fix for incorrect conversion hex string to number (FMAN firmware
 address). (2013-08-20 11:51:26 -0700)
 
 
 Prabhakar Kushwaha (1):
   powerpc: Fix CamelCase checkpatch warnings
 
 Shaohui Xie (3):
   powerpc/common/vsc3316: remove const from vsc3316_config parameter
 define
   powerpc/t4240: fix lanes routing for QSGMII protocols
   powerpc/t4240: add QSGMII interface support
 
 Shengzhou Liu (2):
   powerpc/p1010rdb: fix calculating ddr_freq_mhz
   powerpc/sec: Add workaround for SEC A-003571
 
 Shruti Kanetkar (2):
   powerpc: Use print_size() where appropriate
   powerpcv2: Print hardcoded size like print_size() does
 
 Ying Zhang (8):
   spl: env_common.c: make CONFIG_SPL_BUILD contain function env_import
   powerpc: deleted unused symbol CONFIG_SPL_NAND_MINIMAL and enabled
 some functionality for common SPL
   powerpc: mpc85xx: Support booting from SD Card with SPL
   powerpc: p1022ds: Enable P1022DS to boot from SD Card with SPL
   powerpc : spi flash : Support to start from eSPI with SPL
   powerpc : p1022ds : Enable p1022ds to start from eSPI with SPL
   TPL : introduce the TPL based on the SPL
   powerpc: p1022ds: add TPL for p1022ds nand boot
 
 York Sun (1):
   SPDX-License-Identifier: clean up license header
 
 ?? ?? (1):
   Fix for incorrect conversion hex string to number (FMAN firmware
 address).
 
  Makefile   |   50 +-
  README |   24 +++
  arch/powerpc/cpu/mpc824x/cpu.c |8 +-
  arch/powerpc/cpu/mpc85xx/cmd_errata.c  |4 +
  arch/powerpc/cpu/mpc85xx/cpu.c |   45 +++---
  arch/powerpc/cpu/mpc85xx/cpu_init.c|   32 ++--
  arch/powerpc/cpu/mpc85xx/fdt.c |   12 +-
  arch/powerpc/cpu/mpc85xx/speed.c   |  142 -
  arch/powerpc/cpu/mpc85xx/t4240_serdes.c|   14 +-
  arch/powerpc/cpu/mpc85xx/tlb.c |3 +-
  arch/powerpc/cpu/mpc85xx/u-boot-spl.lds|5 +
  arch/powerpc/cpu/mpc86xx/cpu.c |   22 +--
  arch/powerpc/cpu/mpc86xx/speed.c   |   40 ++---
  arch/powerpc/cpu/mpc8xx/cpu.c  |   24 ++-
  arch/powerpc/cpu/mpc8xx/video.c|4 +-
  .../cpu/mpc8xxx/ddr/lc_common_dimm_params.c|4 +
  arch/powerpc/cpu/mpc8xxx/ddr/main.c|3 +-
  arch/powerpc/cpu/mpc8xxx/law.c |6 +-
  arch/powerpc/cpu/ppc4xx/cpu.c  |8 +-
  arch/powerpc/include/asm/config_mpc85xx.h  |1 +
  board/freescale/b4860qds/b4860qds_crossbar_con.h   |   12 +-
  board/freescale/common/Makefile|2 -
  board/freescale/common/vsc3316_3308.c  |2 +-
  board/freescale/common/vsc3316_3308.h  |2 +-
  board/freescale/mpc8540ads/mpc8540ads.c|2 +-
  board/freescale/mpc8541cds/mpc8541cds.c|2 +-
  board/freescale/mpc8555cds/mpc8555cds.c|2 +-
  board/freescale/mpc8560ads/mpc8560ads.c|2 +-
  board/freescale/p1010rdb/spl_minimal.c |2 +-
  board/freescale/p1022ds/Makefile   |3 +
  board/freescale/p1022ds/spl.c  |  121 ++
  board/freescale/p1022ds/spl_minimal.c  |   53 +--
  board/freescale/p1022ds/tlb.c  |   23 ++-
  board/freescale/p1_p2_rdb_pc/ddr.c |2 +-
  board/freescale/p1_twr/ddr.c   |2 +-
  board/freescale/t4qds/eth.c|   80 +++---
  board/freescale/t4qds/t4240qds.c   |   47 +-
  board/sbc8548/sbc8548.c|4 +-
  board/socrates/socrates.c  |2 +-
  board/xes/xpedite537x/ddr.c|2 +-
  common/env_common.c|2 -
  config.mk  |   30 +++-
  doc/README.TPL |   45 ++
  doc/README.mpc85xx-sd-spi-boot |   81 ++
  drivers/mmc/Makefile   |3 +
  drivers/mmc/fsl_esdhc_spl.c|  115 ++
  drivers/mmc/mmc.c  |2 +
  drivers/mtd/nand/Makefile  |

Re: [U-Boot] Pull request : u-boot-mpc85xx

2013-08-21 Thread York Sun
On 08/21/2013 06:40 AM, Tom Rini wrote:
 I see problems with:
 P1021RDB-PC_NAND BSC9132QDS_NAND_DDRCLK133 P1025RDB_NAND
 BSC9131RDB_NAND_SYSCLK100 P1022DS_SDCARD P1010RDB_NAND
 MPC8313ERDB_NAND_33 P1020RDB-PD_NAND BSC9131RDB_NAND
 P1022DS_36BIT_SDCARD P1022DS_36BIT_NAND P1022DS_36BIT_SPIFLASH
 P1022DS_NAND P1020RDB-PC_NAND P1010RDB_36BIT_NAND P1024RDB_NAND
 BSC9132QDS_NAND_DDRCLK100 P1021RDB-PC_36BIT_NAND P1022DS_SPIFLASH
 MPC8313ERDB_NAND_66 P2020RDB-PC_NAND P2020RDB-PC_36BIT_NAND
 P1020RDB-PC_36BIT_NAND
 
 The problem looks like:
 cat:
 /home/trini/work/u-boot/u-boot/powerpc/P2020RDB-PC_NAND//home/trini/work/u-boot/u-boot/powerpc/P2020RDB-PC_NAND/u-boot.bin:
 No such file or directory
 
 So something is off with separate object directories.
 

Tom,

Sorry for the trouble. One of the patch broke out-of-tree build. I will
submit a patch to fix that.

York


___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-mpc85xx

2013-08-21 Thread York Sun
Tom,

The following changes since commit 39bc12ddc36c9e30199471da0f3a929b178a04b2:

  SPL: Makefile: Build a separate autoconf.mk for SPL (2013-08-19
18:05:19 -0400)

are available in the git repository at:

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

for you to fetch changes up to b6df9b01fb8c126b212aba92b6523407d3fa60a5:

  Makefile: Fix build in a separated directory tree (2013-08-21 09:03:29
-0700)


Prabhakar Kushwaha (1):
  powerpc: Fix CamelCase checkpatch warnings

Shaohui Xie (3):
  powerpc/common/vsc3316: remove const from vsc3316_config parameter
define
  powerpc/t4240: fix lanes routing for QSGMII protocols
  powerpc/t4240: add QSGMII interface support

Shengzhou Liu (2):
  powerpc/p1010rdb: fix calculating ddr_freq_mhz
  powerpc/sec: Add workaround for SEC A-003571

Shruti Kanetkar (2):
  powerpc: Use print_size() where appropriate
  powerpcv2: Print hardcoded size like print_size() does

Ying Zhang (8):
  spl: env_common.c: make CONFIG_SPL_BUILD contain function env_import
  powerpc: deleted unused symbol CONFIG_SPL_NAND_MINIMAL and enabled
some functionality for common SPL
  powerpc: mpc85xx: Support booting from SD Card with SPL
  powerpc: p1022ds: Enable P1022DS to boot from SD Card with SPL
  powerpc : spi flash : Support to start from eSPI with SPL
  powerpc : p1022ds : Enable p1022ds to start from eSPI with SPL
  TPL : introduce the TPL based on the SPL
  powerpc: p1022ds: add TPL for p1022ds nand boot

York Sun (2):
  SPDX-License-Identifier: clean up license header
  Makefile: Fix build in a separated directory tree

Николай Пузанов (1):
  Fix for incorrect conversion hex string to number (FMAN firmware
address).

 Makefile   |   50 +-
 README |   24 +++
 arch/powerpc/cpu/mpc824x/cpu.c |8 +-
 arch/powerpc/cpu/mpc85xx/cmd_errata.c  |4 +
 arch/powerpc/cpu/mpc85xx/cpu.c |   45 +++---
 arch/powerpc/cpu/mpc85xx/cpu_init.c|   32 ++--
 arch/powerpc/cpu/mpc85xx/fdt.c |   12 +-
 arch/powerpc/cpu/mpc85xx/speed.c   |  142 -
 arch/powerpc/cpu/mpc85xx/t4240_serdes.c|   14 +-
 arch/powerpc/cpu/mpc85xx/tlb.c |3 +-
 arch/powerpc/cpu/mpc85xx/u-boot-spl.lds|5 +
 arch/powerpc/cpu/mpc86xx/cpu.c |   22 +--
 arch/powerpc/cpu/mpc86xx/speed.c   |   40 ++---
 arch/powerpc/cpu/mpc8xx/cpu.c  |   24 ++-
 arch/powerpc/cpu/mpc8xx/video.c|4 +-
 .../cpu/mpc8xxx/ddr/lc_common_dimm_params.c|4 +
 arch/powerpc/cpu/mpc8xxx/ddr/main.c|3 +-
 arch/powerpc/cpu/mpc8xxx/law.c |6 +-
 arch/powerpc/cpu/ppc4xx/cpu.c  |8 +-
 arch/powerpc/include/asm/config_mpc85xx.h  |1 +
 board/freescale/b4860qds/b4860qds_crossbar_con.h   |   12 +-
 board/freescale/common/Makefile|2 -
 board/freescale/common/vsc3316_3308.c  |2 +-
 board/freescale/common/vsc3316_3308.h  |2 +-
 board/freescale/mpc8540ads/mpc8540ads.c|2 +-
 board/freescale/mpc8541cds/mpc8541cds.c|2 +-
 board/freescale/mpc8555cds/mpc8555cds.c|2 +-
 board/freescale/mpc8560ads/mpc8560ads.c|2 +-
 board/freescale/p1010rdb/spl_minimal.c |2 +-
 board/freescale/p1022ds/Makefile   |3 +
 board/freescale/p1022ds/spl.c  |  121 ++
 board/freescale/p1022ds/spl_minimal.c  |   53 +--
 board/freescale/p1022ds/tlb.c  |   23 ++-
 board/freescale/p1_p2_rdb_pc/ddr.c |2 +-
 board/freescale/p1_twr/ddr.c   |2 +-
 board/freescale/t4qds/eth.c|   80 +++---
 board/freescale/t4qds/t4240qds.c   |   47 +-
 board/sbc8548/sbc8548.c|4 +-
 board/socrates/socrates.c  |2 +-
 board/xes/xpedite537x/ddr.c|2 +-
 common/env_common.c|2 -
 config.mk  |   30 +++-
 doc/README.TPL |   45 ++
 doc/README.mpc85xx-sd-spi-boot |   81 ++
 drivers/mmc/Makefile   |3 +
 drivers/mmc/fsl_esdhc_spl.c|  115 ++
 drivers/mmc/mmc.c  |2 +
 drivers/mtd/nand/Makefile  |1 +
 drivers/mtd/nand/fsl_elbc_spl.c|   27 +++-
 drivers/mtd/spi/Makefile   |1 +
 

[U-Boot] Pull request : u-boot-mpc85xx

2013-08-20 Thread York Sun
Tom,

The following changes since commit 39bc12ddc36c9e30199471da0f3a929b178a04b2:

  SPL: Makefile: Build a separate autoconf.mk for SPL (2013-08-19
18:05:19 -0400)

are available in the git repository at:

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

for you to fetch changes up to e6394e9e8f83b77b61f0b240fcd39622571be690:

  Fix for incorrect conversion hex string to number (FMAN firmware
address). (2013-08-20 11:51:26 -0700)


Prabhakar Kushwaha (1):
  powerpc: Fix CamelCase checkpatch warnings

Shaohui Xie (3):
  powerpc/common/vsc3316: remove const from vsc3316_config parameter
define
  powerpc/t4240: fix lanes routing for QSGMII protocols
  powerpc/t4240: add QSGMII interface support

Shengzhou Liu (2):
  powerpc/p1010rdb: fix calculating ddr_freq_mhz
  powerpc/sec: Add workaround for SEC A-003571

Shruti Kanetkar (2):
  powerpc: Use print_size() where appropriate
  powerpcv2: Print hardcoded size like print_size() does

Ying Zhang (8):
  spl: env_common.c: make CONFIG_SPL_BUILD contain function env_import
  powerpc: deleted unused symbol CONFIG_SPL_NAND_MINIMAL and enabled
some functionality for common SPL
  powerpc: mpc85xx: Support booting from SD Card with SPL
  powerpc: p1022ds: Enable P1022DS to boot from SD Card with SPL
  powerpc : spi flash : Support to start from eSPI with SPL
  powerpc : p1022ds : Enable p1022ds to start from eSPI with SPL
  TPL : introduce the TPL based on the SPL
  powerpc: p1022ds: add TPL for p1022ds nand boot

York Sun (1):
  SPDX-License-Identifier: clean up license header

Николай Пузанов (1):
  Fix for incorrect conversion hex string to number (FMAN firmware
address).

 Makefile   |   50 +-
 README |   24 +++
 arch/powerpc/cpu/mpc824x/cpu.c |8 +-
 arch/powerpc/cpu/mpc85xx/cmd_errata.c  |4 +
 arch/powerpc/cpu/mpc85xx/cpu.c |   45 +++---
 arch/powerpc/cpu/mpc85xx/cpu_init.c|   32 ++--
 arch/powerpc/cpu/mpc85xx/fdt.c |   12 +-
 arch/powerpc/cpu/mpc85xx/speed.c   |  142 -
 arch/powerpc/cpu/mpc85xx/t4240_serdes.c|   14 +-
 arch/powerpc/cpu/mpc85xx/tlb.c |3 +-
 arch/powerpc/cpu/mpc85xx/u-boot-spl.lds|5 +
 arch/powerpc/cpu/mpc86xx/cpu.c |   22 +--
 arch/powerpc/cpu/mpc86xx/speed.c   |   40 ++---
 arch/powerpc/cpu/mpc8xx/cpu.c  |   24 ++-
 arch/powerpc/cpu/mpc8xx/video.c|4 +-
 .../cpu/mpc8xxx/ddr/lc_common_dimm_params.c|4 +
 arch/powerpc/cpu/mpc8xxx/ddr/main.c|3 +-
 arch/powerpc/cpu/mpc8xxx/law.c |6 +-
 arch/powerpc/cpu/ppc4xx/cpu.c  |8 +-
 arch/powerpc/include/asm/config_mpc85xx.h  |1 +
 board/freescale/b4860qds/b4860qds_crossbar_con.h   |   12 +-
 board/freescale/common/Makefile|2 -
 board/freescale/common/vsc3316_3308.c  |2 +-
 board/freescale/common/vsc3316_3308.h  |2 +-
 board/freescale/mpc8540ads/mpc8540ads.c|2 +-
 board/freescale/mpc8541cds/mpc8541cds.c|2 +-
 board/freescale/mpc8555cds/mpc8555cds.c|2 +-
 board/freescale/mpc8560ads/mpc8560ads.c|2 +-
 board/freescale/p1010rdb/spl_minimal.c |2 +-
 board/freescale/p1022ds/Makefile   |3 +
 board/freescale/p1022ds/spl.c  |  121 ++
 board/freescale/p1022ds/spl_minimal.c  |   53 +--
 board/freescale/p1022ds/tlb.c  |   23 ++-
 board/freescale/p1_p2_rdb_pc/ddr.c |2 +-
 board/freescale/p1_twr/ddr.c   |2 +-
 board/freescale/t4qds/eth.c|   80 +++---
 board/freescale/t4qds/t4240qds.c   |   47 +-
 board/sbc8548/sbc8548.c|4 +-
 board/socrates/socrates.c  |2 +-
 board/xes/xpedite537x/ddr.c|2 +-
 common/env_common.c|2 -
 config.mk  |   30 +++-
 doc/README.TPL |   45 ++
 doc/README.mpc85xx-sd-spi-boot |   81 ++
 drivers/mmc/Makefile   |3 +
 drivers/mmc/fsl_esdhc_spl.c|  115 ++
 drivers/mmc/mmc.c  |2 +
 drivers/mtd/nand/Makefile  |1 +
 drivers/mtd/nand/fsl_elbc_spl.c|   27 +++-
 drivers/mtd/spi/Makefile   |1 +
 drivers/mtd/spi/fsl_espi_spl.c  

Re: [U-Boot] Pull request: u-boot-mpc85xx

2013-08-16 Thread Tom Rini
On Wed, Aug 14, 2013 at 12:11:03PM -0700, York Sun wrote:

 Tom,
 
 The following changes since commit b98d934128bcd98106e764d2f492ac79c38ae53d:
 
   Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2013-08-13
 09:14:02 -0400)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-mpc85xx.git master
 
 for you to fetch changes up to 49d87b1325fde11ebac60d8dc1cbd4c2c11d3973:
 
   include/fsl_usb.h: Cleanup license header (2013-08-14 11:29:51 -0700)
 
 
 Po Liu (1):
   powerpc/c29xpcie: add readme document for c29xpcie
 
 Prabhakar Kushwaha (1):
   powerpc/mpc85xx:Avoid hardcoded init for serdes block 1  2
 
 York Sun (1):
   include/fsl_usb.h: Cleanup license header
 
 ramneek mehresh (2):
   fsl/usb: Move USB internal phy definitions to fsl_usb.h
   powerpc/usb: Depricate usb_phy_type and usb_dr_mode uboot env
 variables
 
  arch/powerpc/cpu/mpc85xx/cpu_init.c|7 +-
  arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c |   16 
  arch/powerpc/cpu/mpc8xxx/fdt.c |   22 --
  arch/powerpc/include/asm/config_mpc85xx.h  |4 +
  arch/powerpc/include/asm/immap_85xx.h  |   48 
  board/freescale/c29xpcie/README|  100
 
  include/fsl_usb.h  |   64 +++
  7 files changed, 188 insertions(+), 73 deletions(-)
  create mode 100644 board/freescale/c29xpcie/README
  create mode 100644 include/fsl_usb.h
 
 I am still working on the remaining patches.

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-mpc85xx

2013-08-14 Thread York Sun
Tom,

The following changes since commit b98d934128bcd98106e764d2f492ac79c38ae53d:

  Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2013-08-13
09:14:02 -0400)

are available in the git repository at:


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

for you to fetch changes up to 49d87b1325fde11ebac60d8dc1cbd4c2c11d3973:

  include/fsl_usb.h: Cleanup license header (2013-08-14 11:29:51 -0700)


Po Liu (1):
  powerpc/c29xpcie: add readme document for c29xpcie

Prabhakar Kushwaha (1):
  powerpc/mpc85xx:Avoid hardcoded init for serdes block 1  2

York Sun (1):
  include/fsl_usb.h: Cleanup license header

ramneek mehresh (2):
  fsl/usb: Move USB internal phy definitions to fsl_usb.h
  powerpc/usb: Depricate usb_phy_type and usb_dr_mode uboot env
variables

 arch/powerpc/cpu/mpc85xx/cpu_init.c|7 +-
 arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c |   16 
 arch/powerpc/cpu/mpc8xxx/fdt.c |   22 --
 arch/powerpc/include/asm/config_mpc85xx.h  |4 +
 arch/powerpc/include/asm/immap_85xx.h  |   48 
 board/freescale/c29xpcie/README|  100

 include/fsl_usb.h  |   64 +++
 7 files changed, 188 insertions(+), 73 deletions(-)
 create mode 100644 board/freescale/c29xpcie/README
 create mode 100644 include/fsl_usb.h

I am still working on the remaining patches.

York

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-mpc85xx

2013-08-13 Thread Tom Rini
On Mon, Aug 12, 2013 at 03:43:29PM -0700, York Sun wrote:

 Tom,
 
 The following changes since commit d05bfd0586ccebe96e31976459c8ef45ec65e109:
 
   Merge branch 'master' of git://git.denx.de/u-boot-i2c (2013-08-06
 09:49:06 -0400)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-mpc85xx.git master
 
 for you to fetch changes up to 3aab0cd852d7c9565c2559a7983cbb73852bac28:
 
   powerpc/mpc85xx: Cleanup license header in source files (2013-08-12
 15:04:24 -0700)
 
 
 Haijun.Zhang (1):
   p1020rdb-pd: platform support
 
 James Yang (1):
   powerpc/mpc8xxx: Fix TIMING_CFG_3[EXT_ACTTOPRE]
 
 Liu Gang (4):
   powerpc/srio: Update the SRIO LIODN registers and ID table macro
   powerpc/b4860: Correct LIODN assignment for SRIO
   powerpc/t4: Correct LIODN assignment for SRIO
   powerpc/srio-pcie-boot: Avoid the NOR_BOOT macro when boot from
 SRIO/PCIE
 
 Minghuan Lian (1):
   powerpc/rman: fix RMan support for t4240 and b4860
 
 Mingkai Hu (2):
   powerpc/85xx: Add C29x SoC support
   powerpc/c29xpcie: add support for C29XPCIE board
 
 Priyanka Jain (2):
   board/bsc9132qds: Add DSP side tlb and laws
   board/bsc9132qds: Configure DSP DDR controller
 
 Roy Zang (1):
   83xx/pcie: fix build error for 83xx pcie
 
 Shaveta Leekha (4):
   board/freescale/common: IDT8T49N222A configuration code
   powerpc/mpc85xx: Add defines for serdes RSTCTL register
   powerpc/asm: Move function declaration of 'serdes_get_prtcl' to
 fsl_serdes.h
   board/b4860qds: Add support for configuring SerDes1 Refclks
 
 Xie Xiaobo (1):
   powerpc/85xx: Add TWR-P10xx board support
 
 York Sun (12):
   powerpc/corenet: Move CONFIG_FSL_CORENET out of board header file
   drivers/fm: Fix compiling error if FW location is not defined
   mpc85xx: Base emulator support
   powerpc/t4qds: cleanup board header file
   powerpc/corenet: Move RCW print to cpu.c
   powerpc/T4240EMU: Add T4240EMU target
   powerpc/mpc8xxx: Set inactive csn_bnds to 0x
   powerpc/t4240qds: Adjust DDR timing for RDIMM
   powerpc/mpc8xxx: Add x4 DDR device support
   powerpc/mpc8xxx: Add memory reset control
   powerpc/mpc85xx: Workaround for A-005812
   powerpc/mpc85xx: Cleanup license header in source files
 
 Zang Roy-R61911 (2):
   powerpc/pcie: add PCIe version 3.x support
   powerpc/pcie: remove PCIe version 3.x define for B4860 and B4420
 
  MAINTAINERS  |8 +
  README   |   12 +
  arch/powerpc/cpu/mpc83xx/pcie.c  |2 +
  arch/powerpc/cpu/mpc85xx/Makefile|2 +
  arch/powerpc/cpu/mpc85xx/b4860_ids.c |   12 +-
  arch/powerpc/cpu/mpc85xx/c29x_serdes.c   |   62 +++
  arch/powerpc/cpu/mpc85xx/cmd_errata.c|3 +
  arch/powerpc/cpu/mpc85xx/cpu.c   |   23 +-
  arch/powerpc/cpu/mpc85xx/cpu_init.c  |   10 +
  arch/powerpc/cpu/mpc85xx/ddr-gen1.c  |2 +-
  arch/powerpc/cpu/mpc85xx/ddr-gen2.c  |2 +-
  arch/powerpc/cpu/mpc85xx/ddr-gen3.c  |   36 +-
  arch/powerpc/cpu/mpc85xx/fdt.c   |6 +-
  arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.h   |1 -
  arch/powerpc/cpu/mpc85xx/release.S   |   15 +
  arch/powerpc/cpu/mpc85xx/start.S |3 +-
  arch/powerpc/cpu/mpc85xx/t4240_ids.c |   12 +-
  arch/powerpc/cpu/mpc86xx/ddr-8641.c  |2 +-
  arch/powerpc/cpu/mpc8xxx/cpu.c   |3 +
  arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c |   15 +-
  arch/powerpc/cpu/mpc8xxx/ddr/ddr.h   |2 +-
  arch/powerpc/cpu/mpc8xxx/ddr/ddr3_dimm_params.c  |1 +
  arch/powerpc/cpu/mpc8xxx/ddr/interactive.c   |4 +
  arch/powerpc/cpu/mpc8xxx/ddr/main.c  |   62 ++-
  arch/powerpc/cpu/mpc8xxx/ddr/options.c   |2 +
  arch/powerpc/include/asm/config_mpc85xx.h|   26 +
  arch/powerpc/include/asm/fsl_ddr_dimm_params.h   |1 +
  arch/powerpc/include/asm/fsl_ddr_sdram.h |   25 +-
  arch/powerpc/include/asm/fsl_law.h   |7 +-
  arch/powerpc/include/asm/fsl_liodn.h |7 +
  arch/powerpc/include/asm/fsl_pci.h   |   35 +-
  arch/powerpc/include/asm/fsl_serdes.h|1 +
  arch/powerpc/include/asm/immap_85xx.h|   49 +-
  arch/powerpc/include/asm/processor.h |3 +
  board/freescale/b4860qds/b4860qds.c  |  127 -
  board/freescale/b4860qds/eth_b4860qds.c  |2 -
  board/freescale/bsc9131rdb/ddr.c |2 +-
  board/freescale/bsc9132qds/bsc9132qds.c  |   22 +
  board/freescale/bsc9132qds/ddr.c |2 +-
  board/freescale/bsc9132qds/law.c |8 +
  board/freescale/bsc9132qds/tlb.c 

[U-Boot] Pull request: u-boot-mpc85xx

2013-08-12 Thread York Sun
Tom,

The following changes since commit d05bfd0586ccebe96e31976459c8ef45ec65e109:

  Merge branch 'master' of git://git.denx.de/u-boot-i2c (2013-08-06
09:49:06 -0400)

are available in the git repository at:


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

for you to fetch changes up to 3aab0cd852d7c9565c2559a7983cbb73852bac28:

  powerpc/mpc85xx: Cleanup license header in source files (2013-08-12
15:04:24 -0700)


Haijun.Zhang (1):
  p1020rdb-pd: platform support

James Yang (1):
  powerpc/mpc8xxx: Fix TIMING_CFG_3[EXT_ACTTOPRE]

Liu Gang (4):
  powerpc/srio: Update the SRIO LIODN registers and ID table macro
  powerpc/b4860: Correct LIODN assignment for SRIO
  powerpc/t4: Correct LIODN assignment for SRIO
  powerpc/srio-pcie-boot: Avoid the NOR_BOOT macro when boot from
SRIO/PCIE

Minghuan Lian (1):
  powerpc/rman: fix RMan support for t4240 and b4860

Mingkai Hu (2):
  powerpc/85xx: Add C29x SoC support
  powerpc/c29xpcie: add support for C29XPCIE board

Priyanka Jain (2):
  board/bsc9132qds: Add DSP side tlb and laws
  board/bsc9132qds: Configure DSP DDR controller

Roy Zang (1):
  83xx/pcie: fix build error for 83xx pcie

Shaveta Leekha (4):
  board/freescale/common: IDT8T49N222A configuration code
  powerpc/mpc85xx: Add defines for serdes RSTCTL register
  powerpc/asm: Move function declaration of 'serdes_get_prtcl' to
fsl_serdes.h
  board/b4860qds: Add support for configuring SerDes1 Refclks

Xie Xiaobo (1):
  powerpc/85xx: Add TWR-P10xx board support

York Sun (12):
  powerpc/corenet: Move CONFIG_FSL_CORENET out of board header file
  drivers/fm: Fix compiling error if FW location is not defined
  mpc85xx: Base emulator support
  powerpc/t4qds: cleanup board header file
  powerpc/corenet: Move RCW print to cpu.c
  powerpc/T4240EMU: Add T4240EMU target
  powerpc/mpc8xxx: Set inactive csn_bnds to 0x
  powerpc/t4240qds: Adjust DDR timing for RDIMM
  powerpc/mpc8xxx: Add x4 DDR device support
  powerpc/mpc8xxx: Add memory reset control
  powerpc/mpc85xx: Workaround for A-005812
  powerpc/mpc85xx: Cleanup license header in source files

Zang Roy-R61911 (2):
  powerpc/pcie: add PCIe version 3.x support
  powerpc/pcie: remove PCIe version 3.x define for B4860 and B4420

 MAINTAINERS  |8 +
 README   |   12 +
 arch/powerpc/cpu/mpc83xx/pcie.c  |2 +
 arch/powerpc/cpu/mpc85xx/Makefile|2 +
 arch/powerpc/cpu/mpc85xx/b4860_ids.c |   12 +-
 arch/powerpc/cpu/mpc85xx/c29x_serdes.c   |   62 +++
 arch/powerpc/cpu/mpc85xx/cmd_errata.c|3 +
 arch/powerpc/cpu/mpc85xx/cpu.c   |   23 +-
 arch/powerpc/cpu/mpc85xx/cpu_init.c  |   10 +
 arch/powerpc/cpu/mpc85xx/ddr-gen1.c  |2 +-
 arch/powerpc/cpu/mpc85xx/ddr-gen2.c  |2 +-
 arch/powerpc/cpu/mpc85xx/ddr-gen3.c  |   36 +-
 arch/powerpc/cpu/mpc85xx/fdt.c   |6 +-
 arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.h   |1 -
 arch/powerpc/cpu/mpc85xx/release.S   |   15 +
 arch/powerpc/cpu/mpc85xx/start.S |3 +-
 arch/powerpc/cpu/mpc85xx/t4240_ids.c |   12 +-
 arch/powerpc/cpu/mpc86xx/ddr-8641.c  |2 +-
 arch/powerpc/cpu/mpc8xxx/cpu.c   |3 +
 arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c |   15 +-
 arch/powerpc/cpu/mpc8xxx/ddr/ddr.h   |2 +-
 arch/powerpc/cpu/mpc8xxx/ddr/ddr3_dimm_params.c  |1 +
 arch/powerpc/cpu/mpc8xxx/ddr/interactive.c   |4 +
 arch/powerpc/cpu/mpc8xxx/ddr/main.c  |   62 ++-
 arch/powerpc/cpu/mpc8xxx/ddr/options.c   |2 +
 arch/powerpc/include/asm/config_mpc85xx.h|   26 +
 arch/powerpc/include/asm/fsl_ddr_dimm_params.h   |1 +
 arch/powerpc/include/asm/fsl_ddr_sdram.h |   25 +-
 arch/powerpc/include/asm/fsl_law.h   |7 +-
 arch/powerpc/include/asm/fsl_liodn.h |7 +
 arch/powerpc/include/asm/fsl_pci.h   |   35 +-
 arch/powerpc/include/asm/fsl_serdes.h|1 +
 arch/powerpc/include/asm/immap_85xx.h|   49 +-
 arch/powerpc/include/asm/processor.h |3 +
 board/freescale/b4860qds/b4860qds.c  |  127 -
 board/freescale/b4860qds/eth_b4860qds.c  |2 -
 board/freescale/bsc9131rdb/ddr.c |2 +-
 board/freescale/bsc9132qds/bsc9132qds.c  |   22 +
 board/freescale/bsc9132qds/ddr.c |2 +-
 board/freescale/bsc9132qds/law.c |8 +
 board/freescale/bsc9132qds/tlb.c |5 +
 board/freescale/c29xpcie/Makefile|   30 ++
 board/freescale/c29xpcie/c29xpcie.c  |  148 ++