All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Pull request : u-boot-mpc85xx
@ 2013-08-20 19:46 York Sun
  2013-08-21 13:40 ` Tom Rini
  0 siblings, 1 reply; 19+ messages in thread
From: York Sun @ 2013-08-20 19:46 UTC (permalink / raw)
  To: u-boot

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                     |   62 ++++++++
 drivers/mtd/spi/spi_flash.c                        |    2 +
 drivers/net/fm/eth.c                               |    4 +-
 drivers/net/fm/memac.c                             |    1 +
 drivers/net/fm/t4240.c                             |   40 ++++-
 drivers/spi/fsl_espi.c                             |    2 +-
 include/configs/MPC8313ERDB.h                      |    1 -
 include/configs/P1022DS.h                          |  166
++++++++++++++++----
 include/configs/p1_p2_rdb_pc.h                     |    1 -
 include/e500.h                                     |   16 +-
 include/fsl_esdhc.h                                |    1 +
 include/mpc86xx.h                                  |    6 +-
 spl/Makefile                                       |   23 ++-
 63 files changed, 1101 insertions(+), 349 deletions(-)
 create mode 100644 board/freescale/p1022ds/spl.c
 create mode 100644 doc/README.TPL
 create mode 100644 doc/README.mpc85xx-sd-spi-boot
 create mode 100644 drivers/mmc/fsl_esdhc_spl.c
 create mode 100644 drivers/mtd/spi/fsl_espi_spl.c

York

^ permalink raw reply	[flat|nested] 19+ messages in thread
* [U-Boot] pull request u-boot-mpc85xx
@ 2019-11-07  4:01 Priyanka Jain
  2019-11-07 17:31 ` Tom Rini
  2019-11-20  5:45 ` Priyanka Jain
  0 siblings, 2 replies; 19+ messages in thread
From: Priyanka Jain @ 2019-11-07  4:01 UTC (permalink / raw)
  To: u-boot

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
                                                 

^ permalink raw reply	[flat|nested] 19+ messages in thread
* [U-Boot] Pull request u-boot-mpc85xx
@ 2014-01-21 23:07 York Sun
  2014-01-22 15:33 ` Tom Rini
  0 siblings, 1 reply; 19+ messages in thread
From: York Sun @ 2014-01-21 23:07 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 19+ messages in thread
* [U-Boot] Pull request: u-boot-mpc85xx
@ 2013-09-12 17:36 York Sun
  2013-09-14  1:26 ` Tom Rini
  0 siblings, 1 reply; 19+ messages in thread
From: York Sun @ 2013-09-12 17:36 UTC (permalink / raw)
  To: u-boot

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

Thanks,

York

^ permalink raw reply	[flat|nested] 19+ messages in thread
* [U-Boot] Pull request: u-boot-mpc85xx
@ 2013-08-21 17:28 York Sun
  2013-08-22 15:18 ` Tom Rini
  0 siblings, 1 reply; 19+ messages in thread
From: York Sun @ 2013-08-21 17:28 UTC (permalink / raw)
  To: u-boot

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 +
 drivers/mtd/spi/fsl_espi_spl.c                     |   62 ++++++++
 drivers/mtd/spi/spi_flash.c                        |    2 +
 drivers/net/fm/eth.c                               |    4 +-
 drivers/net/fm/memac.c                             |    1 +
 drivers/net/fm/t4240.c                             |   40 ++++-
 drivers/spi/fsl_espi.c                             |    2 +-
 include/configs/MPC8313ERDB.h                      |    1 -
 include/configs/P1022DS.h                          |  166
++++++++++++++++----
 include/configs/p1_p2_rdb_pc.h                     |    1 -
 include/e500.h                                     |   16 +-
 include/fsl_esdhc.h                                |    1 +
 include/mpc86xx.h                                  |    6 +-
 spl/Makefile                                       |   23 ++-
 63 files changed, 1101 insertions(+), 349 deletions(-)
 create mode 100644 board/freescale/p1022ds/spl.c
 create mode 100644 doc/README.TPL
 create mode 100644 doc/README.mpc85xx-sd-spi-boot
 create mode 100644 drivers/mmc/fsl_esdhc_spl.c
 create mode 100644 drivers/mtd/spi/fsl_espi_spl.c

Thanks.

York

^ permalink raw reply	[flat|nested] 19+ messages in thread
* [U-Boot] Pull request: u-boot-mpc85xx
@ 2013-08-14 19:11 York Sun
  2013-08-16 13:35 ` Tom Rini
  0 siblings, 1 reply; 19+ messages in thread
From: York Sun @ 2013-08-14 19:11 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 19+ messages in thread
* [U-Boot] Pull request: u-boot-mpc85xx
@ 2013-08-12 22:43 York Sun
  2013-08-13 15:38 ` Tom Rini
  0 siblings, 1 reply; 19+ messages in thread
From: York Sun @ 2013-08-12 22:43 UTC (permalink / raw)
  To: u-boot

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 0xffffffff
      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 ++++++
 board/freescale/c29xpcie/cpld.c                  |  131 +++++
 board/freescale/c29xpcie/cpld.h                  |   40 ++
 board/freescale/c29xpcie/ddr.c                   |   86 +++
 board/freescale/c29xpcie/law.c                   |   19 +
 board/freescale/c29xpcie/tlb.c                   |   76 +++
 board/freescale/common/Makefile                  |    1 +
 board/freescale/common/idt8t49n222a_serdes_clk.c |  207 ++++++++
 board/freescale/common/idt8t49n222a_serdes_clk.h |  107 ++++
 board/freescale/common/qixis.c                   |   20 +
 board/freescale/corenet_ds/corenet_ds.c          |   17 +-
 board/freescale/corenet_ds/ddr.c                 |    4 +-
 board/freescale/p1010rdb/ddr.c                   |    2 +-
 board/freescale/p1_p2_rdb/ddr.c                  |    2 +-
 board/freescale/p1_p2_rdb_pc/README              |    1 +
 board/freescale/p1_p2_rdb_pc/ddr.c               |    6 +-
 board/freescale/p1_p2_rdb_pc/tlb.c               |    2 +-
 board/freescale/p1_twr/Makefile                  |   35 ++
 board/freescale/p1_twr/ddr.c                     |   69 +++
 board/freescale/p1_twr/law.c                     |   16 +
 board/freescale/p1_twr/p1_twr.c                  |  281 ++++++++++
 board/freescale/p1_twr/tlb.c                     |   76 +++
 board/freescale/p2041rdb/p2041rdb.c              |   15 -
 board/freescale/t4qds/Makefile                   |    3 +-
 board/freescale/t4qds/ddr.c                      |   73 +--
 board/freescale/t4qds/ddr.h                      |  108 ++++
 board/freescale/t4qds/law.c                      |    2 +
 board/freescale/t4qds/t4240emu.c                 |   80 +++
 board/freescale/t4qds/{t4qds.c => t4240qds.c}    |   77 ++-
 board/freescale/t4qds/tlb.c                      |    2 +
 boards.cfg                                       |   24 +-
 drivers/net/fm/fm.c                              |    2 +
 drivers/pci/fsl_pci_init.c                       |   20 +-
 include/configs/B4860QDS.h                       |   10 +-
 include/configs/BSC9132QDS.h                     |    4 +
 include/configs/C29XPCIE.h                       |  456 ++++++++++++++++
 include/configs/P2041RDB.h                       |    1 -
 include/configs/T4240EMU.h                       |  170 ++++++
 include/configs/T4240QDS.h                       |  542 +++++++++++++++++++
 include/configs/corenet_ds.h                     |    1 -
 include/configs/p1_p2_rdb_pc.h                   |   50 +-
 include/configs/p1_twr.h                         |  619
++++++++++++++++++++++
 include/configs/t4qds.h                          |  575
+-------------------
 include/pci.h                                    |    7 -
 86 files changed, 4027 insertions(+), 814 deletions(-)
 create mode 100644 arch/powerpc/cpu/mpc85xx/c29x_serdes.c
 create mode 100644 board/freescale/c29xpcie/Makefile
 create mode 100644 board/freescale/c29xpcie/c29xpcie.c
 create mode 100644 board/freescale/c29xpcie/cpld.c
 create mode 100644 board/freescale/c29xpcie/cpld.h
 create mode 100644 board/freescale/c29xpcie/ddr.c
 create mode 100644 board/freescale/c29xpcie/law.c
 create mode 100644 board/freescale/c29xpcie/tlb.c
 create mode 100644 board/freescale/common/idt8t49n222a_serdes_clk.c
 create mode 100644 board/freescale/common/idt8t49n222a_serdes_clk.h
 create mode 100644 board/freescale/p1_twr/Makefile
 create mode 100644 board/freescale/p1_twr/ddr.c
 create mode 100644 board/freescale/p1_twr/law.c
 create mode 100644 board/freescale/p1_twr/p1_twr.c
 create mode 100644 board/freescale/p1_twr/tlb.c
 create mode 100644 board/freescale/t4qds/ddr.h
 create mode 100644 board/freescale/t4qds/t4240emu.c
 rename board/freescale/t4qds/{t4qds.c => t4240qds.c} (92%)
 create mode 100644 include/configs/C29XPCIE.h
 create mode 100644 include/configs/T4240EMU.h
 create mode 100644 include/configs/p1_twr.h

This is my first pull request as a maintainer. Please advise if anything
is wrong.

There are still more than a dozen patches pending. I am working with
Andy to clean the queue.

York

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

end of thread, other threads:[~2019-12-02 15:15 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-20 19:46 [U-Boot] Pull request : u-boot-mpc85xx York Sun
2013-08-21 13:40 ` Tom Rini
2013-08-21 16:10   ` York Sun
  -- strict thread matches above, loose matches on Subject: below --
2019-11-07  4:01 [U-Boot] pull request u-boot-mpc85xx Priyanka Jain
2019-11-07 17:31 ` Tom Rini
2019-11-20  5:45 ` Priyanka Jain
2019-11-20 22:43   ` Tom Rini
2019-11-26  4:49   ` Priyanka Jain
2019-12-02 15:15     ` Tom Rini
2014-01-21 23:07 [U-Boot] Pull " York Sun
2014-01-22 15:33 ` Tom Rini
2013-09-12 17:36 [U-Boot] Pull request: u-boot-mpc85xx York Sun
2013-09-14  1:26 ` Tom Rini
2013-08-21 17:28 York Sun
2013-08-22 15:18 ` Tom Rini
2013-08-14 19:11 York Sun
2013-08-16 13:35 ` Tom Rini
2013-08-12 22:43 York Sun
2013-08-13 15:38 ` 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.