All of lore.kernel.org
 help / color / mirror / Atom feed
* pull request of u-boot-fsl-qoriq for v2020.07
@ 2020-05-20  5:19 Priyanka Jain
  2020-05-20 20:29 ` Tom Rini
  0 siblings, 1 reply; 7+ messages in thread
From: Priyanka Jain @ 2020-05-20  5:19 UTC (permalink / raw)
  To: u-boot

Dear Tom,

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


Summary
Add DM_ETH support for lx2160aqds, ls2080aqds, ls1088aqds
QSI related fixes on ls1012a, ls2080a, ls1046a, ls1088a, ls1043a based platforms
Bug-fixes/updtaes related to ls1046afrwy, fsl-mc, msi-map property

Priyanka
-----------------------------------------
The following changes since commit ed9a3aa6452f57af65eb74f73bd2a54c3a2f4b03:

  Merge tag 'efi-2020-07-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi (2020-05-18 08:17:29 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 13bc860727ee406f073c8176dd2d6b9dacf35443:

  configs: ls2080aqds_tfa_defconfig: enable DM_ETH and related (2020-05-19 09:22:08 +0530)

----------------------------------------------------------------
Ashish Kumar (1):
      configs: ls1012a: Reduce CONFIG_ENV_SIZE to 0x2000

Ioana Ciornei (12):
      arm: dts: lx2160a: add noted for dpmacs 1, 2, 5-6
      arm: dts: lx2160aqds: add MDIO slots
      arm: dts: lx2160aqds: add nodes describing possible mezzanine cards
      board: lx2160aqds: transition to DM_ETH
      board: lx2160aqds: implement board_fit_config_name_match
      configs: lx2160aqds_tfa_defconfig: enable DM_ETH and related
      arm: dts: ls1088aqds: add CONFIG_MULTI_DTB_FIT support
      board: ls1088aqds: transition to DM_ETH
      configs: ls1088aqds_tfa_defconfig: enable DM_ETH and related
      board: ls2080aqds: transition to DM_ETH
      arm: dts: ls2080aqds: add CONFIG_MULTI_DTB_FIT support
      configs: ls2080aqds_tfa_defconfig: enable DM_ETH and related

Kuldeep Singh (13):
      treewide: Remove unused FSL QSPI config options for Layerscape platforms
      configs: ls1043a: Move CONFIG_FSL_QSPI and SPI_FLASH_SPANSION to defconfig
      configs: ls1012a: Enable CONFIG_SPI_FLASH_SPANSION in defconfigs
      configs: ls1046a: Move SPI_FLASH_SPANSION to defconfig
      treewide: Update fsl qspi node dt properties as per spi-mem driver
      configs: ls1088a: Correct ENV_ADDR value
      configs: ls2080a: Correct ENV_ADDR value
      configs: ls1046a: Define ENV_ADDR value
      configs: ls2080ardb: Make MC_INIT access flash memory as per spi-mem
      configs: ls2080ardb: Make BOOT command access flash memory as per spi-mem
     configs: ls1012a: Increase CONFIG_SYS_MALLOC_LEN size
      configs: nxp: Enable CONFIG_SYS_RELOC_GD_ENV_ADDR
      configs: ls1012a: Unset ENV_ADDR value

Laurentiu Tudor (1):
      drivers: net: fsl-mc: fixup msi-map property

Madalin Bucur (1):
      driver: net: fm: minor fix in DM ETH support

Pankit Garg (1):
      board_r: Detect ifc-nor flash at run-time

Pramod Kumar (1):
      include/configs: ls1046afrwy: add support for boot targets.

Razvan Ionut Cirjan (1):
      net: fsl-mc: fixup DPC: add /board/ports node if missing

arch/arm/dts/Makefile                             |  13 +-
arch/arm/dts/fsl-ls1012a-2g5rdb.dts               |   5 +-
arch/arm/dts/fsl-ls1012a-frdm.dtsi                |   5 +-
arch/arm/dts/fsl-ls1012a-qds.dtsi                 |   5 +-
arch/arm/dts/fsl-ls1012a-rdb.dtsi                 |   5 +-
arch/arm/dts/fsl-ls1012a.dtsi                     |   4 +-
arch/arm/dts/fsl-ls1043a-qds.dtsi                 |   5 +-
arch/arm/dts/fsl-ls1043a.dtsi                     |   6 +-
arch/arm/dts/fsl-ls1046a-frwy.dts                 |   5 +-
arch/arm/dts/fsl-ls1046a-qds.dtsi                 |   5 +-
arch/arm/dts/fsl-ls1046a-rdb.dts                  |   5 +-
arch/arm/dts/fsl-ls1046a.dtsi                     |   4 +-
arch/arm/dts/fsl-ls1088a-qds-21-x.dts             |  16 ++
arch/arm/dts/fsl-ls1088a-qds-29-x.dts             |  16 ++
arch/arm/dts/fsl-ls1088a-qds-sd1-21.dtsi          |  30 ++++
arch/arm/dts/fsl-ls1088a-qds-sd1-29.dtsi          |  18 +++
arch/arm/dts/fsl-ls1088a-qds.dts                  | 124 +--------------
arch/arm/dts/fsl-ls1088a-qds.dtsi                 | 186 ++++++++++++++++++++++
arch/arm/dts/fsl-ls1088a-rdb.dts                  |   5 +-
arch/arm/dts/fsl-ls1088a.dtsi                     |   2 +-
arch/arm/dts/fsl-ls2080a-qds-42-x.dts             |  16 ++
arch/arm/dts/fsl-ls2080a-qds-sd1-42.dtsi          |  48 ++++++
arch/arm/dts/fsl-ls2080a-qds.dts                  |  73 +--------
arch/arm/dts/fsl-ls2080a-qds.dtsi                 |  77 +++++++++
arch/arm/dts/fsl-ls2080a.dtsi                     |   4 +-
arch/arm/dts/fsl-ls2088a-rdb-qspi.dts             |   5 +-
arch/arm/dts/fsl-lx2160a-qds-19-11-x.dts          |  19 +++
arch/arm/dts/fsl-lx2160a-qds-19-x-x.dts           |  17 ++
arch/arm/dts/fsl-lx2160a-qds-20-11-x.dts          |  19 +++
arch/arm/dts/fsl-lx2160a-qds-20-x-x.dts           |  17 ++
arch/arm/dts/fsl-lx2160a-qds-3-11-x.dts           |  19 +++
arch/arm/dts/fsl-lx2160a-qds-3-x-x.dts            |  17 ++
arch/arm/dts/fsl-lx2160a-qds-7-11-x.dts           |  19 +++
arch/arm/dts/fsl-lx2160a-qds-7-x-x.dts            |  17 ++
arch/arm/dts/fsl-lx2160a-qds-sd1-19.dtsi          |  75 +++++++++
arch/arm/dts/fsl-lx2160a-qds-sd1-20.dtsi          |  39 +++++
arch/arm/dts/fsl-lx2160a-qds-sd1-3.dtsi           |  55 +++++++
arch/arm/dts/fsl-lx2160a-qds-sd1-7.dtsi           | 100 ++++++++++++
arch/arm/dts/fsl-lx2160a-qds-sd2-11.dtsi          |  76 +++++++++
arch/arm/dts/fsl-lx2160a-qds.dts                  |  67 +-------
arch/arm/dts/fsl-lx2160a-qds.dtsi                 | 169 ++++++++++++++++++++
arch/arm/dts/fsl-lx2160a.dtsi                     |  86 +++++++++-
arch/arm/dts/ls1021a-twr.dtsi                     |   5 +-
arch/arm/dts/ls1021a.dtsi                         |   6 +-
arch/arm/include/asm/arch-fsl-layerscape/config.h |   1 -
arch/arm/include/asm/arch-ls102xa/config.h        |   1 -
board/freescale/ls1088a/eth_ls1088aqds.c          |  89 +++++++++++
board/freescale/ls2080aqds/eth.c                  | 112 ++++++++++++-
board/freescale/ls2080aqds/ls2080aqds.c           |   4 +
board/freescale/lx2160a/eth_lx2160aqds.c          | 119 ++++++++++++++
board/freescale/lx2160a/lx2160a.c                 |   5 +
common/board_r.c                                  |   8 +
configs/ls1012a2g5rdb_qspi_defconfig              |   3 +-
configs/ls1012a2g5rdb_tfa_defconfig               |   3 +-
configs/ls1012afrdm_qspi_defconfig                |   3 +-
configs/ls1012afrdm_tfa_defconfig                 |   3 +-
configs/ls1012afrwy_qspi_SECURE_BOOT_defconfig    |   2 +-
configs/ls1012afrwy_qspi_defconfig                |   3 +-
configs/ls1012afrwy_tfa_SECURE_BOOT_defconfig     |   2 +-
configs/ls1012afrwy_tfa_defconfig                 |   4 +-
configs/ls1012aqds_qspi_defconfig                 |   3 +-
configs/ls1012aqds_tfa_SECURE_BOOT_defconfig      |   3 +-
configs/ls1012aqds_tfa_defconfig                  |   3 +-
configs/ls1012ardb_qspi_SECURE_BOOT_defconfig     |   3 +-
configs/ls1012ardb_qspi_defconfig                 |   3 +-
configs/ls1012ardb_tfa_SECURE_BOOT_defconfig      |   3 +-
configs/ls1012ardb_tfa_defconfig                  |   4 +-
configs/ls1043aqds_qspi_defconfig                 |   1 +
configs/ls1043aqds_sdcard_qspi_defconfig          |   1 +
configs/ls1043aqds_tfa_SECURE_BOOT_defconfig      |   2 +
configs/ls1043aqds_tfa_defconfig                  |   1 +
configs/ls1046afrwy_tfa_defconfig                 |   1 +
configs/ls1046aqds_qspi_defconfig                 |   2 +
configs/ls1046aqds_sdcard_qspi_defconfig          |   1 +
configs/ls1046aqds_tfa_SECURE_BOOT_defconfig      |   1 +
configs/ls1046aqds_tfa_defconfig                  |   5 +-
configs/ls1046ardb_qspi_SECURE_BOOT_defconfig     |   1 +
configs/ls1046ardb_qspi_defconfig                 |   2 +
configs/ls1046ardb_tfa_SECURE_BOOT_defconfig      |   1 +
configs/ls1046ardb_tfa_defconfig                  |   2 +
configs/ls1088aqds_tfa_defconfig                  |  10 +-
configs/ls1088ardb_tfa_defconfig                  |   2 +-
configs/ls2088aqds_tfa_defconfig                  |  11 +-
configs/ls2088ardb_qspi_defconfig                 |   1 +
configs/ls2088ardb_tfa_defconfig                  |   3 +-
configs/lx2160aqds_tfa_SECURE_BOOT_defconfig      |   8 +
configs/lx2160aqds_tfa_defconfig                  |   8 +
drivers/net/fm/eth.c                              |   2 +-
drivers/net/fsl-mc/mc.c                           |  34 +++-
include/configs/ls1012a_common.h                  |  19 +--
include/configs/ls1012afrwy.h                     |   3 -
include/configs/ls1012ardb.h                      |   3 -
include/configs/ls1021aiot.h                      |   6 -
include/configs/ls1021aqds.h                      |  11 --
include/configs/ls1021atwr.h                      |  10 --
include/configs/ls1043aqds.h                      |  10 --
include/configs/ls1046afrwy.h                     |  19 ++-
include/configs/ls1046aqds.h                      |  19 ---
include/configs/ls1046ardb.h                      |  20 ---
include/configs/ls1088a_common.h                  |   6 -
include/configs/ls1088aqds.h                      |   8 -
include/configs/ls1088ardb.h                      |  18 ---
include/configs/ls2080aqds.h                      |   5 -
include/configs/ls2080ardb.h                      |  48 +++---
104 files changed, 1692 insertions(+), 506 deletions(-)
create mode 100644 arch/arm/dts/fsl-ls1088a-qds-21-x.dts
create mode 100644 arch/arm/dts/fsl-ls1088a-qds-29-x.dts
create mode 100644 arch/arm/dts/fsl-ls1088a-qds-sd1-21.dtsi
create mode 100644 arch/arm/dts/fsl-ls1088a-qds-sd1-29.dtsi
create mode 100644 arch/arm/dts/fsl-ls1088a-qds.dtsi
create mode 100644 arch/arm/dts/fsl-ls2080a-qds-42-x.dts
create mode 100644 arch/arm/dts/fsl-ls2080a-qds-sd1-42.dtsi
create mode 100644 arch/arm/dts/fsl-ls2080a-qds.dtsi
create mode 100644 arch/arm/dts/fsl-lx2160a-qds-19-11-x.dts
create mode 100644 arch/arm/dts/fsl-lx2160a-qds-19-x-x.dts
create mode 100644 arch/arm/dts/fsl-lx2160a-qds-20-11-x.dts
create mode 100644 arch/arm/dts/fsl-lx2160a-qds-20-x-x.dts
create mode 100644 arch/arm/dts/fsl-lx2160a-qds-3-11-x.dts
create mode 100644 arch/arm/dts/fsl-lx2160a-qds-3-x-x.dts
create mode 100644 arch/arm/dts/fsl-lx2160a-qds-7-11-x.dts
create mode 100644 arch/arm/dts/fsl-lx2160a-qds-7-x-x.dts
create mode 100644 arch/arm/dts/fsl-lx2160a-qds-sd1-19.dtsi
create mode 100644 arch/arm/dts/fsl-lx2160a-qds-sd1-20.dtsi
create mode 100644 arch/arm/dts/fsl-lx2160a-qds-sd1-3.dtsi
create mode 100644 arch/arm/dts/fsl-lx2160a-qds-sd1-7.dtsi
create mode 100644 arch/arm/dts/fsl-lx2160a-qds-sd2-11.dtsi
create mode 100644 arch/arm/dts/fsl-lx2160a-qds.dtsi

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

* pull request of u-boot-fsl-qoriq for v2020.07
  2020-05-20  5:19 pull request of u-boot-fsl-qoriq for v2020.07 Priyanka Jain
@ 2020-05-20 20:29 ` Tom Rini
  0 siblings, 0 replies; 7+ messages in thread
From: Tom Rini @ 2020-05-20 20:29 UTC (permalink / raw)
  To: u-boot

On Wed, May 20, 2020 at 05:19:12AM +0000, Priyanka Jain wrote:

> Dear Tom,
> 
> Please find my pull-request for u-boot-fsl-qoriq/master
> https://travis-ci.org/github/p-priyanka-jain/u-boot/builds
> 
> 
> Summary
> Add DM_ETH support for lx2160aqds, ls2080aqds, ls1088aqds
> QSI related fixes on ls1012a, ls2080a, ls1046a, ls1088a, ls1043a based platforms
> Bug-fixes/updtaes related to ls1046afrwy, fsl-mc, msi-map property
> 
> Priyanka

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200520/4f9345c3/attachment.sig>

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

* pull request of u-boot-fsl-qoriq for v2020.07
  2020-04-30 15:29 ` Tom Rini
@ 2020-05-01 13:17   ` Priyanka Jain
  0 siblings, 0 replies; 7+ messages in thread
From: Priyanka Jain @ 2020-05-01 13:17 UTC (permalink / raw)
  To: u-boot

>-----Original Message-----
>From: U-Boot <u-boot-bounces@lists.denx.de> On Behalf Of Tom Rini
>Sent: Thursday, April 30, 2020 8:59 PM
>To: Priyanka Jain <priyanka.jain@nxp.com>
>Cc: u-boot at lists.denx.de
>Subject: Re: pull request of u-boot-fsl-qoriq for v2020.07
>
>On Thu, Apr 30, 2020 at 11:37:32AM +0000, Priyanka Jain wrote:
>
>> Dear Tom,
>> Please find my pull-request for u-boot-fsl-qoriq/master
>> https://travis-ci.org/github/p-priyanka-jain/u-boot/builds/680868706
>>
>> Summary
>> Add DM_ETH support for DPAA1, DPAA2 based RDB platforms: ls1046ardb,
>> 	ls1043ardb, lx2160ardb, ls2088ardb, ls1088ardb.
>> Add GICv3 support for ls1028a, ls2088a, ls1088a.
>> Add lpuart support on ls1028aqds.
>> Few bug fixes and updates on ls2088a, ls1012a, ls1046a, ls1021a based
>platforms.
>>
>
>Applied to u-boot/master, thanks!
>
>Note that the move to having all PHYLIB/etc options finally be fully migrated to
>defconfigs caused a slight merge problem but I think I resolved it all correctly.
>
>--
>Tom
Thanks! Changes looks fine.

Regards
Priyanka

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

* pull request of u-boot-fsl-qoriq for v2020.07
  2020-04-30 11:37 Priyanka Jain
@ 2020-04-30 15:29 ` Tom Rini
  2020-05-01 13:17   ` Priyanka Jain
  0 siblings, 1 reply; 7+ messages in thread
From: Tom Rini @ 2020-04-30 15:29 UTC (permalink / raw)
  To: u-boot

On Thu, Apr 30, 2020 at 11:37:32AM +0000, Priyanka Jain wrote:

> Dear Tom,
> Please find my pull-request for u-boot-fsl-qoriq/master
> https://travis-ci.org/github/p-priyanka-jain/u-boot/builds/680868706
> 
> Summary
> Add DM_ETH support for DPAA1, DPAA2 based RDB platforms: ls1046ardb,
> 	ls1043ardb, lx2160ardb, ls2088ardb, ls1088ardb.
> Add GICv3 support for ls1028a, ls2088a, ls1088a.
> Add lpuart support on ls1028aqds.
> Few bug fixes and updates on ls2088a, ls1012a, ls1046a, ls1021a based platforms.
> 

Applied to u-boot/master, thanks!

Note that the move to having all PHYLIB/etc options finally be fully
migrated to defconfigs caused a slight merge problem but I think I
resolved it all correctly.

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

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

* pull request of u-boot-fsl-qoriq for v2020.07
@ 2020-04-30 11:37 Priyanka Jain
  2020-04-30 15:29 ` Tom Rini
  0 siblings, 1 reply; 7+ messages in thread
From: Priyanka Jain @ 2020-04-30 11:37 UTC (permalink / raw)
  To: u-boot

Dear Tom,
Please find my pull-request for u-boot-fsl-qoriq/master
https://travis-ci.org/github/p-priyanka-jain/u-boot/builds/680868706

Summary
Add DM_ETH support for DPAA1, DPAA2 based RDB platforms: ls1046ardb,
	ls1043ardb, lx2160ardb, ls2088ardb, ls1088ardb.
Add GICv3 support for ls1028a, ls2088a, ls1088a.
Add lpuart support on ls1028aqds.
Few bug fixes and updates on ls2088a, ls1012a, ls1046a, ls1021a based platforms.

------------
The following changes since commit d16d37bcd4087b8ea0f66cb76a73edad182d151a:

  Merge tag 'video-for-v2020.07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-video (2020-04-27 09:41:51 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 206f37547e2c0f6d9bb2c37bc51d71f87e965bae:

  configs: ls2088ardb: Correct DEFAULT_DEVICE_TREE value (2020-04-29 11:10:54 +0530)

----------------------------------------------------------------
Alison Wang (1):
      configs: ls1021a: Append CMA configuration to bootargs

Biwen Li (3):
      include/configs: ls1012afrwy: support dhcp boot
      configs: ls1046aqds: support distro boot
      configs: ls1012afrwy: drop env qspi_bootcmd

Hou Zhiqiang (8):
      fsl-layerscape: Add RESV_RAM check in resv_ram addr
      board: lx2160a: Add check in GIC RD tables init
      board: lx2160a: Align RD tables address to 64KB
      fsl-layerscape: Kconfig: Select RESV_RAM if GIC_V3_ITS
      fsl-layerscape: Move GIC RD tables init to soc.c
      configs: ls1088a: Enable GIC_V3_ITS config
      configs: ls1028a: Enable GIC_V3_ITS config
      configs: ls208xa: Enable GIC_V3_ITS config

Ioana Ciornei (14):
      drivers: net: add Layerscape mEMAC MDIO driver
      drivers: net: ldpaa: add DTS based probing support
      drivers: net: fsl-mc: add support for CONFIG_DM_ETH
      board: ls1088ardb: transition to DM_ETH
      board: ls2088ardb: transition to DM_ETH
      arm: dts: lx2160a: add external MDIO nodes
      arm: dts: ls2088a: add external MDIO nodes
      arm: dts: ls1088a: add external MDIO nodes
      arm: dts: lx2160ardb: add DPMAC and PHY nodes
      arm: dts: ls2088ardb: add DPMAC and PHY nodes
      arm: dts: ls1088ardb: add DPMAC and PHY nodes
      configs: ls1088ardb: enable CONFIG_DM_ETH and related
      configs: ls2088ardb: enable CONFIG_DM_ETH and related
      configs: lx2160ardb: enable CONFIG_DM_ETH and related

Kuldeep Singh (1):
      configs: ls2088ardb: Correct DEFAULT_DEVICE_TREE value

Madalin Bucur (11):
      ARM: dts: add QorIQ DPAA 1 FMan v3 device tree nodes
      ARM: dts: add QorIQ DPAA 1 FMan v3 for LS1043A
      ARM: dts: add QorIQ DPAA 1 FMan v3 to LS1043ARDB
      ARM: dts: add QorIQ DPAA 1 FMan v3 for LS1046A
      ARM: dts: add QorIQ DPAA 1 FMan v3 to LS1046ARDB
      driver: net: fm: change init_phy() param
      driver: net: fm: separate receive buffer free code
      driver: net: fm: add DM MDIO support
      driver: net: fm: add DM ETH support
      configs: enable DM_ETH support for LS1043ARDB
      configs: enable DM_ETH support for LS1046ARDB

Meenakshi Aggarwal (1):
      lx2160a : Update eMMC boot environment variable

Yuantian Tang (5):
      armv8: ls1046ardb: update the DIMM WRLVL_START value
      board: freescale: ls1028a: mux changes for lpuart
      arm: dts: ls1028a: add lpuart nodes
      armv8: ls1028aqds: add lpuart dts support
      configs: ls1028aqds: add lpuart config

 arch/arm/cpu/armv8/fsl-layerscape/Kconfig          |   4 +
 arch/arm/cpu/armv8/fsl-layerscape/cpu.c            |  10 +-
 arch/arm/cpu/armv8/fsl-layerscape/fdt.c            |   4 +
 arch/arm/cpu/armv8/fsl-layerscape/soc.c            |  44 +++
 arch/arm/dts/Makefile                              |   3 +-
 arch/arm/dts/fsl-ls1028a-qds-duart.dts             |  15 +
 arch/arm/dts/fsl-ls1028a-qds-lpuart.dts            |  15 +
 .../{fsl-ls1028a-qds.dts => fsl-ls1028a-qds.dtsi}  |   4 +
 arch/arm/dts/fsl-ls1028a.dtsi                      |  60 +++
 arch/arm/dts/fsl-ls1043-post.dtsi                  |  48 +++
 arch/arm/dts/fsl-ls1043a-rdb.dts                   |  81 ++++
 arch/arm/dts/fsl-ls1043a.dtsi                      |   2 +-
 arch/arm/dts/fsl-ls1046-post.dtsi                  |  49 +++
 arch/arm/dts/fsl-ls1046a-rdb.dts                   |  67 ++++
 arch/arm/dts/fsl-ls1046a.dtsi                      |   2 +-
 arch/arm/dts/fsl-ls1088a-rdb.dts                   | 102 +++++
 arch/arm/dts/fsl-ls1088a.dtsi                      | 102 ++++-
 arch/arm/dts/fsl-ls2080a.dtsi                      |  90 ++++-
 arch/arm/dts/fsl-ls2088a-rdb-qspi.dts              |  88 +++++
 arch/arm/dts/fsl-lx2160a-rdb.dts                   |  52 +++
 arch/arm/dts/fsl-lx2160a.dtsi                      |  65 ++++
 arch/arm/dts/qoriq-fman3-0-10g-0.dtsi              |  44 +++
 arch/arm/dts/qoriq-fman3-0-10g-1.dtsi              |  44 +++
 arch/arm/dts/qoriq-fman3-0-1g-0.dtsi               |  43 ++
 arch/arm/dts/qoriq-fman3-0-1g-1.dtsi               |  43 ++
 arch/arm/dts/qoriq-fman3-0-1g-2.dtsi               |  43 ++
 arch/arm/dts/qoriq-fman3-0-1g-3.dtsi               |  43 ++
 arch/arm/dts/qoriq-fman3-0-1g-4.dtsi               |  43 ++
 arch/arm/dts/qoriq-fman3-0-1g-5.dtsi               |  43 ++
 arch/arm/dts/qoriq-fman3-0.dtsi                    |  82 ++++
arch/arm/include/asm/arch-fsl-layerscape/soc.h     |   4 +
 board/freescale/ls1028a/MAINTAINERS                |   1 +
 board/freescale/ls1028a/ls1028a.c                  |  32 ++
 board/freescale/ls1043ardb/ls1043ardb.c            |   2 +
 board/freescale/ls1046afrwy/ls1046afrwy.c          |   2 +
 board/freescale/ls1046aqds/ls1046aqds.c            |   2 +
 board/freescale/ls1046ardb/ddr.h                   |   2 +-
 board/freescale/ls1046ardb/ls1046ardb.c            |   2 +
 board/freescale/ls1088a/eth_ls1088ardb.c           |   2 +
 board/freescale/ls1088a/ls1088a.c                  |   5 +
 board/freescale/ls2080ardb/eth_ls2080rdb.c         |   7 +
 board/freescale/ls2080ardb/ls2080ardb.c            |   4 +
 board/freescale/lx2160a/lx2160a.c                  |  25 --
 configs/ls1028aqds_tfa_SECURE_BOOT_defconfig       |   3 +-
 configs/ls1028aqds_tfa_defconfig                   |   3 +-
 configs/ls1028aqds_tfa_lpuart_defconfig            |  88 +++++
 configs/ls1028ardb_tfa_SECURE_BOOT_defconfig       |   1 +
 configs/ls1028ardb_tfa_defconfig                   |   1 +
 configs/ls1043ardb_SECURE_BOOT_defconfig           |   3 +
 configs/ls1043ardb_defconfig                       |   3 +
 configs/ls1043ardb_nand_SECURE_BOOT_defconfig      |   3 +
 configs/ls1043ardb_nand_defconfig                  |   3 +
 configs/ls1043ardb_sdcard_SECURE_BOOT_defconfig    |   3 +
 configs/ls1043ardb_sdcard_defconfig                |   3 +
 configs/ls1043ardb_tfa_SECURE_BOOT_defconfig       |   3 +
 configs/ls1043ardb_tfa_defconfig                   |   3 +
 configs/ls1046ardb_emmc_defconfig                  |   3 +
 configs/ls1046ardb_qspi_SECURE_BOOT_defconfig      |   3 +
 configs/ls1046ardb_qspi_defconfig                  |   3 +
 configs/ls1046ardb_qspi_spl_defconfig              |   3 +
 configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig    |   3 +
 configs/ls1046ardb_sdcard_defconfig                |   3 +
 configs/ls1046ardb_tfa_SECURE_BOOT_defconfig       |   3 +
 configs/ls1046ardb_tfa_defconfig                   |   3 +
 configs/ls1088aqds_defconfig                       |   1 +
 configs/ls1088aqds_qspi_SECURE_BOOT_defconfig      |   1 +
 configs/ls1088aqds_qspi_defconfig                  |   1 +
 configs/ls1088aqds_sdcard_ifc_defconfig            |   1 +
 configs/ls1088aqds_sdcard_qspi_defconfig           |   1 +
 configs/ls1088aqds_tfa_defconfig                   |   1 +
 configs/ls1088ardb_qspi_SECURE_BOOT_defconfig      |   6 +
 configs/ls1088ardb_qspi_defconfig                  |   6 +
 .../ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig   |   6 +
 configs/ls1088ardb_sdcard_qspi_defconfig           |   6 +
 configs/ls1088ardb_tfa_SECURE_BOOT_defconfig       |   6 +
 configs/ls1088ardb_tfa_defconfig                   |   6 +
 configs/ls2080aqds_SECURE_BOOT_defconfig           |   1 +
 configs/ls2080aqds_defconfig                       |   1 +
 configs/ls2080aqds_nand_defconfig                  |   1 +
 configs/ls2080aqds_qspi_defconfig                  |   1 +
 configs/ls2080aqds_sdcard_defconfig                |   1 +
 configs/ls2080ardb_SECURE_BOOT_defconfig           |   1 +
 configs/ls2080ardb_defconfig                       |   1 +
 configs/ls2080ardb_nand_defconfig                  |   1 +
 configs/ls2081ardb_defconfig                       |   1 +
 configs/ls2088aqds_tfa_defconfig                   |   1 +
 configs/ls2088ardb_qspi_SECURE_BOOT_defconfig      |   5 +
 configs/ls2088ardb_qspi_defconfig                  |   5 +
 configs/ls2088ardb_tfa_SECURE_BOOT_defconfig       |   7 +-
 configs/ls2088ardb_tfa_defconfig                   |   5 +
 configs/lx2160ardb_tfa_SECURE_BOOT_defconfig       |   4 +
 configs/lx2160ardb_tfa_defconfig                   |   4 +
 drivers/net/Kconfig                                |   7 +
 drivers/net/Makefile                               |   1 +
 drivers/net/fm/eth.c                               | 433 ++++++++++++++++++---
 drivers/net/fm/fm.c                                |  80 ++++
 drivers/net/fm/fm.h                                |  23 ++
 drivers/net/fm/init.c                              |   2 +
 drivers/net/fm/memac.c                             |   1 +
 drivers/net/fm/memac_phy.c                         | 139 ++++++-
 drivers/net/fsl-mc/mc.c                            |  48 ++-
 drivers/net/fsl_ls_mdio.c                          | 146 +++++++
 drivers/net/ldpaa_eth/ldpaa_eth.c                  | 232 +++++++++--
 drivers/net/ldpaa_eth/ldpaa_eth.h                  |   6 +
 include/configs/ls1012afrwy.h                      |  12 +-
 include/configs/ls1021atwr.h                       |   6 +-
 include/configs/ls1028aqds.h                       |   7 +
 include/configs/ls1046a_common.h                   |  18 +-
 include/configs/ls1046aqds.h                       |  30 +-
 include/configs/ls1088ardb.h                       |   2 +
 include/configs/lx2160a_common.h                   |  16 +-
 include/fsl_mdio.h                                 |   1 +
 112 files changed, 2693 insertions(+), 168 deletions(-)
 create mode 100644 arch/arm/dts/fsl-ls1028a-qds-duart.dts
 create mode 100644 arch/arm/dts/fsl-ls1028a-qds-lpuart.dts
 rename arch/arm/dts/{fsl-ls1028a-qds.dts => fsl-ls1028a-qds.dtsi} (98%)
 create mode 100644 arch/arm/dts/fsl-ls1043-post.dtsi
 create mode 100644 arch/arm/dts/fsl-ls1046-post.dtsi
 create mode 100644 arch/arm/dts/qoriq-fman3-0-10g-0.dtsi
 create mode 100644 arch/arm/dts/qoriq-fman3-0-10g-1.dtsi
 create mode 100644 arch/arm/dts/qoriq-fman3-0-1g-0.dtsi
 create mode 100644 arch/arm/dts/qoriq-fman3-0-1g-1.dtsi
 create mode 100644 arch/arm/dts/qoriq-fman3-0-1g-2.dtsi
 create mode 100644 arch/arm/dts/qoriq-fman3-0-1g-3.dtsi
 create mode 100644 arch/arm/dts/qoriq-fman3-0-1g-4.dtsi
 create mode 100644 arch/arm/dts/qoriq-fman3-0-1g-5.dtsi
 create mode 100644 arch/arm/dts/qoriq-fman3-0.dtsi
 create mode 100644 configs/ls1028aqds_tfa_lpuart_defconfig
 create mode 100644 drivers/net/fsl_ls_mdio.c                                                                      

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

* pull request of u-boot-fsl-qoriq for v2020.07
  2020-04-21 10:03 Priyanka Jain
@ 2020-04-24 13:50 ` Tom Rini
  0 siblings, 0 replies; 7+ messages in thread
From: Tom Rini @ 2020-04-24 13:50 UTC (permalink / raw)
  To: u-boot

On Tue, Apr 21, 2020 at 10:03:45AM +0000, Priyanka Jain wrote:

> Dear Tom,
> Please find my pull-request for u-boot-fsl-qoriq/master
> https://travis-ci.org/github/p-priyanka-jain/u-boot/builds/677131891
> 
> summary
> fsl-qoriq: Backplane support and bug fixes
> priyankajain

Applied (on Tuesday, forgot to send, oops) to u-boot/master, thanks!

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

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

* pull request of u-boot-fsl-qoriq for v2020.07
@ 2020-04-21 10:03 Priyanka Jain
  2020-04-24 13:50 ` Tom Rini
  0 siblings, 1 reply; 7+ messages in thread
From: Priyanka Jain @ 2020-04-21 10:03 UTC (permalink / raw)
  To: u-boot

Dear Tom,
Please find my pull-request for u-boot-fsl-qoriq/master
https://travis-ci.org/github/p-priyanka-jain/u-boot/builds/677131891

summary
fsl-qoriq: Backplane support and bug fixes
priyankajain
------------
The following changes since commit 0f238dab6d17caabe4f9781d23aaa6087139f2bd:

  Merge tag 'arc-fixes-for-2020.07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-arc (2020-04-16 17:14:44 -0400)

are available in the Git repository at:

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

for you to fetch changes up to e174fb7061e7a3f1996f57eb36525c51dd87b5a3:

  t208xqds: add support for backplane kr (2020-04-20 13:35:11 +0530)

----------------------------------------------------------------
Biwen Li (1):
      configs: ls1012afrwy: fix board name

Florinel Iordache (4):
      phy: add support for backplane kr mode
      ls1046aqds: add support for backplane kr
      lx2160aqds: add support for backplane kr
      t208xqds: add support for backplane kr

Francois Gervais (1):
      net: fm: fix build error when not using nand

Heinrich Schuchardt (1):
      board: fsl: lx2160a: unused variable gic_lpi_base

Yinbo Zhu (1):
      armv8: ls1028a: define esdhc_status_fixup

 arch/arm/cpu/armv8/fsl-layerscape/fdt.c            |  9 +++++
 .../include/asm/arch-fsl-layerscape/immap_lsch3.h  |  5 +++
 arch/powerpc/cpu/mpc8xxx/fdt.c                     |  9 +++++
 board/freescale/ls1028a/ls1028a.c                  | 40 ++++++++++++++++++++++
 board/freescale/ls1046aqds/eth.c                   | 19 ++++------
 board/freescale/lx2160a/eth_lx2160aqds.c           |  9 ++++-
 board/freescale/lx2160a/lx2160a.c                  |  2 +-
 board/freescale/t208xqds/eth_t208xqds.c            | 29 +++++++++++-----
 drivers/net/fm/fm.c                                |  2 ++
 include/configs/ls1012afrwy.h                      |  7 ++--
 include/phy_interface.h                            | 23 +++++++++++++
 11 files changed, 128 insertions(+), 26 deletions(-)

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

end of thread, other threads:[~2020-05-20 20:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-20  5:19 pull request of u-boot-fsl-qoriq for v2020.07 Priyanka Jain
2020-05-20 20:29 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2020-04-30 11:37 Priyanka Jain
2020-04-30 15:29 ` Tom Rini
2020-05-01 13:17   ` Priyanka Jain
2020-04-21 10:03 Priyanka Jain
2020-04-24 13:50 ` 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.