All of lore.kernel.org
 help / color / mirror / Atom feed
* pull request of u-boot-fsl-qoriq for v2021.01
@ 2020-12-11  7:44 Priyanka Jain
  2020-12-11 20:54 ` Tom Rini
  0 siblings, 1 reply; 4+ messages in thread
From: Priyanka Jain @ 2020-12-11  7:44 UTC (permalink / raw)
  To: u-boot

Dear Tom,

Please find my pull-request for u-boot-fsl-qoriq/master
https://github.com/u-boot/u-boot/pull/42/checks

Summary
Add lx2162 soc, lx2162qds support.
Bug-fixes related ls102x-usb, ifc, bootcmd, secure-boot header,
rgmii, vid, fdt, env variable, pci for Layerscape products

Thanks
Priyanka
---------------------------
he following changes since commit 2a42de6df1ac75bd85bdb1dd8580f01895c915cd:

  Merge tag 'u-boot-stm32-20201209' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm (2020-12-09 11:36:41 -0500)

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 ca0c7a5e4a07337e6c2d1c53a182e436daa734c3:

  configs: lx2162aqds: Enable gpio driver in defconfig (2020-12-10 13:56:39 +0530)

----------------------------------------------------------------
Alban Bedel (1):
      armv8: fsl-layerscape: Fix automatic setting of bootmcd with TF-A

Aleksandar Gerasimovski (2):
      drivers: ifc: add define for IFC_CSPRn TE bit
      arm: ls102xa: select USB PHY erratum's only if USB is enabled

Biwen Li (3):
      board/freescale/common: fix a bug that failed to read/write eeprom on ls1021atsn
      include/configs: ls1012aqds: add default environment variable
      net: pfe_eth: read PFE ESBC header flash with spi_flash_read API

Chris Packham (1):
      powerpc: mpc85xx: Allow boards to override CONFIG_USB_MAX_CONTROLLER_COUNT

Hou Zhiqiang (1):
      pci: layerscape: fix a dead loop issue

Hui Song (1):
      configs: lx2162aqds: Enable gpio driver in defconfig

Madalin Bucur (2):
      armv8: ls1043/ls1046aqds: add support for all RGMII modes
      board: freescale: powerpc: add support for all RGMII modes

Manish Tomar (2):
      ls1043a: Fix address for secure boot headers
      lx2160a: Fix address for secure boot headers

Meenakshi Aggarwal (3):
      drivers/net/phy: Add CORTINA_NO_FW_UPLOAD to Kconfig
      armv8: lx2162a: Add Soc changes to support LX2162A
      armv8: lx2162aqds: Add support for LX2162AQDS platform

Priyanka Singh (2):
      board: freescale: vid.c: Initialize variable 'i2caddress'
      layerscape: fdt.c: Check for NULL return value from fdt_getprop()

Ruchika Gupta (1):
      configs: lx2162a: Enable OPTEE support

Wasim Khan (12):
      configs: lx2160a: Enable CONFIG_PCIE_LAYERSCAPE_GEN4
      pci: layerscape: Update print of pcie controller
      pci: ls_pcie_g4: Print pcie controller number starting from 1
      arm: dts: lx2160a: add label to pcie nodes in dts
      arm: dts: ls1046a: add label to pcie nodes in dts
      arm: dts: ls2080a: add label to pcie nodes in dts
      arm: dts: ls1088a: add label to pcie nodes in dts
      arm: dts: ls1012a: add label to pcie nodes in dts
      arm: dts: ls1043a: add label to pcie nodes in dts
      arm: dts: ls1028a: add label to pcie nodes in dts
      pci: layerscape: Add size check for config resource
      pci: ls_pcie_g4: Add size check for config resource

Yangbo Lu (2):
      configs: lx2162aqds: enable CONFIG_BOARD_EARLY_INIT_R
      configs: lx2162aqds: enable eMMC HS400 mode support

 arch/arm/Kconfig                                   |  12 +
 arch/arm/cpu/armv7/ls102xa/Kconfig                 |   8 +-
 arch/arm/cpu/armv8/Kconfig                         |   2 +-
 arch/arm/cpu/armv8/fsl-layerscape/Kconfig          |  39 +-
 arch/arm/cpu/armv8/fsl-layerscape/Makefile         |   5 +
 arch/arm/cpu/armv8/fsl-layerscape/cpu.c            |   7 +-
 arch/arm/cpu/armv8/fsl-layerscape/doc/README.soc   |  56 ++
 arch/arm/cpu/armv8/fsl-layerscape/fdt.c            |  10 +-
 .../cpu/armv8/fsl-layerscape/fsl_lsch3_serdes.c    |   8 +-
 .../arm/cpu/armv8/fsl-layerscape/fsl_lsch3_speed.c |   4 +-
 arch/arm/cpu/armv8/fsl-layerscape/lx2160a_serdes.c |  19 +-
 arch/arm/cpu/armv8/fsl-layerscape/soc.c            |  37 +-
 arch/arm/dts/Makefile                              |   6 +-
 arch/arm/dts/fsl-ls1012a.dtsi                      |   3 +-
 arch/arm/dts/fsl-ls1028a.dtsi                      |   6 +-
 arch/arm/dts/fsl-ls1043a.dtsi                      |   9 +-
 arch/arm/dts/fsl-ls1046a.dtsi                      |  12 +-
 arch/arm/dts/fsl-ls1088a.dtsi                      |   8 +-
 arch/arm/dts/fsl-ls2080a.dtsi                      |  11 +-
 arch/arm/dts/fsl-lx2160a-qds.dts                   |   3 -
 arch/arm/dts/fsl-lx2160a-qds.dtsi                  |  22 +-
 arch/arm/dts/fsl-lx2160a.dtsi                      |  12 +-
 arch/arm/dts/fsl-lx2162a-qds-17-x.dts              |  17 +
 arch/arm/dts/fsl-lx2162a-qds-18-x.dts              |  17 +
 arch/arm/dts/fsl-lx2162a-qds-20-x.dts              |  17 +
 arch/arm/dts/fsl-lx2162a-qds-sd1-17.dtsi           |  58 ++
 arch/arm/dts/fsl-lx2162a-qds-sd1-18.dtsi           |  61 ++
 arch/arm/dts/fsl-lx2162a-qds-sd1-20.dtsi           |  26 +
 arch/arm/dts/fsl-lx2162a-qds.dts                   |  34 +
 arch/arm/include/asm/arch-fsl-layerscape/config.h  |   6 +-
 arch/arm/include/asm/arch-fsl-layerscape/cpu.h     |   4 +-
 .../include/asm/arch-fsl-layerscape/immap_lsch3.h  |  12 +-
 arch/arm/include/asm/arch-fsl-layerscape/soc.h     |   7 +-
 .../asm/arch-fsl-layerscape/stream_id_lsch3.h      |  10 +-
 arch/powerpc/include/asm/config_mpc85xx.h          |   2 +
 board/freescale/common/qixis.h                     |  25 +
 board/freescale/common/sys_eeprom.c                |   6 +-
 board/freescale/common/vid.c                       |   5 +-
 board/freescale/common/vid.h                       |  30 +
 board/freescale/corenet_ds/eth_hydra.c             |   6 +
 board/freescale/corenet_ds/eth_p4080.c             |   6 +
 board/freescale/corenet_ds/eth_superhydra.c        |  12 +
 board/freescale/ls1012afrdm/Kconfig                |  11 +
 board/freescale/ls1012aqds/Kconfig                 |  14 +-
 board/freescale/ls1012ardb/Kconfig                 |  18 +-
 board/freescale/ls1043aqds/eth.c                   |   2 +
 board/freescale/ls1046aqds/eth.c                   |   2 +
 board/freescale/lx2160a/Kconfig                    |  16 +
 board/freescale/lx2160a/MAINTAINERS                |  26 +
 board/freescale/lx2160a/Makefile                   |   1 +
 board/freescale/lx2160a/README                     | 132 +++
 board/freescale/lx2160a/eth_lx2160ardb.c           |   3 +-
 board/freescale/lx2160a/eth_lx2162aqds.c           | 974 +++++++++++++++++++++
 board/freescale/lx2160a/lx2160a.c                  |  43 +-
 board/freescale/lx2160a/lx2160a.h                  |  61 ++
 board/freescale/p2041rdb/eth.c                     |  29 +-
 board/freescale/t102xrdb/eth_t102xrdb.c            |   3 +
board/freescale/t104xrdb/eth.c                     |   3 +
 board/freescale/t208xqds/eth_t208xqds.c            |   3 +
 board/freescale/t208xrdb/eth_t208xrdb.c            |   3 +
 configs/lx2160aqds_tfa_SECURE_BOOT_defconfig       |   2 +
 configs/lx2160aqds_tfa_defconfig                   |   2 +
 configs/lx2160ardb_tfa_SECURE_BOOT_defconfig       |   2 +
 configs/lx2160ardb_tfa_defconfig                   |   2 +
 configs/lx2160ardb_tfa_stmm_defconfig              |   2 +
 configs/lx2162aqds_tfa_SECURE_BOOT_defconfig       | 101 +++
 configs/lx2162aqds_tfa_defconfig                   | 104 +++
 configs/lx2162aqds_tfa_verified_boot_defconfig     | 106 +++
 drivers/ddr/fsl/Kconfig                            |   1 +
 drivers/net/fsl-mc/Kconfig                         |   4 +-
 drivers/net/ldpaa_eth/Makefile                     |   1 +
 drivers/net/pfe_eth/pfe_firmware.c                 |  48 +-
 drivers/net/phy/Kconfig                            |   9 +
 drivers/net/phy/cortina.c                          |   8 +-
 drivers/pci/Kconfig                                |   4 +-
 drivers/pci/pcie_layerscape_ep.c                   |   8 +-
 drivers/pci/pcie_layerscape_fixup_common.c         |   9 +-
 drivers/pci/pcie_layerscape_gen4.c                 |  19 +-
 drivers/pci/pcie_layerscape_rc.c                   |  14 +-
 include/configs/ls1012aqds.h                       |  62 ++
 include/configs/ls1043a_common.h                   |   4 +-
 include/configs/lx2160a_common.h                   |   4 +-
 include/configs/lx2160aqds.h                       |  76 --
 include/configs/lx2160ardb.h                       |  50 --
 include/configs/lx2162aqds.h                       |  78 ++
 include/fsl_ifc.h                                  |   2 +
 86 files changed, 2434 insertions(+), 292 deletions(-)
 create mode 100644 arch/arm/dts/fsl-lx2162a-qds-17-x.dts
 create mode 100644 arch/arm/dts/fsl-lx2162a-qds-18-x.dts
 create mode 100644 arch/arm/dts/fsl-lx2162a-qds-20-x.dts
 create mode 100644 arch/arm/dts/fsl-lx2162a-qds-sd1-17.dtsi
 create mode 100644 arch/arm/dts/fsl-lx2162a-qds-sd1-18.dtsi
 create mode 100644 arch/arm/dts/fsl-lx2162a-qds-sd1-20.dtsi
 create mode 100644 arch/arm/dts/fsl-lx2162a-qds.dts
 create mode 100644 board/freescale/lx2160a/eth_lx2162aqds.c
 create mode 100644 board/freescale/lx2160a/lx2160a.h
 create mode 100644 configs/lx2162aqds_tfa_SECURE_BOOT_defconfig
 create mode 100644 configs/lx2162aqds_tfa_defconfig
 create mode 100644 configs/lx2162aqds_tfa_verified_boot_defconfig
 create mode 100644 include/configs/lx2162aqds.h

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

* pull request of u-boot-fsl-qoriq for v2021.01
  2020-12-11  7:44 pull request of u-boot-fsl-qoriq for v2021.01 Priyanka Jain
@ 2020-12-11 20:54 ` Tom Rini
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2020-12-11 20:54 UTC (permalink / raw)
  To: u-boot

On Fri, Dec 11, 2020 at 07:44:52AM +0000, Priyanka Jain wrote:

> Dear Tom,
> 
> Please find my pull-request for u-boot-fsl-qoriq/master
> https://github.com/u-boot/u-boot/pull/42/checks
> 
> Summary
> Add lx2162 soc, lx2162qds support.
> Bug-fixes related ls102x-usb, ifc, bootcmd, secure-boot header,
> rgmii, vid, fdt, env variable, pci for Layerscape products
> 
> Thanks
> 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/20201211/8bbfd8f0/attachment.sig>

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

* pull request of u-boot-fsl-qoriq for v2021.01
  2020-10-29  7:37 Priyanka Jain
@ 2020-10-29 15:29 ` Tom Rini
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2020-10-29 15:29 UTC (permalink / raw)
  To: u-boot

On Thu, Oct 29, 2020 at 07:37:42AM +0000, Priyanka Jain wrote:

> Dear Tom,
> 
> 
> Please find my pull-request for u-boot-fsl-qoriq/master
> https://travis-ci.com/github/p-priyanka-jain/u-boot/builds/194450191
> 
> Summary
> Bug fixes and updates on vid, ls1088a lx2160a and
> other layerscape platforms.
> Add optee_rpmb support for LX2 & Kontron sl28 support
> 
> Thanks
> 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/20201029/7ad97fb8/attachment.sig>

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

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

Dear Tom,


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

Summary
Bug fixes and updates on vid, ls1088a lx2160a and
other layerscape platforms.
Add optee_rpmb support for LX2 & Kontron sl28 support

Thanks
Priyanka
---------
he following changes since commit ae4fdd7b0432bcb0bc2fe7d90b6d3e92001ab478:

  Merge branch '2020-10-22-misc-changes' (2020-10-22 14:36:47 -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 78a8bca5e4971e4be0c3ba438f7386462507ad6a:

  configs: ls1088a: enable CMD_MDIO (2020-10-23 16:52:09 +0530)

----------------------------------------------------------------
Biwen Li (1):
      board/freescale/vid: enables writes to all commands for LTC3882

Hou Zhiqiang (1):
      dm: pci: fsl: Correct the workaround of erratum A-007815

Ioana Ciornei (1):
      configs: ls1088a: enable CMD_MDIO

Laurentiu Tudor (4):
      pci: layerscape: move per-pci device fdt fixup in a function
      pci: layerscape: move pci node search in a common function
      pci: add a few ARI related defines
      pci: layerscape: add a way of specifying additional iommu mappings

Michael Walle (3):
      board: kontron: add sl28 support
      board: sl28: add board specific nvm command
      armv8: layerscape: don't remove crypto node if just partially disabled

Priyanka Singh (1):
      board: freescale: vid.c: Initialize variable 'i2caddress'

Razvan Ionut Cirjan (1):
      net: lx2160a.c: Update to set ECx_PMUX precedence

Ruchika Gupta (2):
      cmd: optee_rpmb command for read/write of rpmb from optee
      configs: lx2160a: Enable OPTEE support

Wasim Khan (1):
      configs: Enable NVME support for Layerscape platforms

hui.song (1):
      gpio: mpc8xxx: support fsl-layerscape platform

arch/arm/Kconfig                                   |  11 +
arch/arm/cpu/armv8/fsl-layerscape/cpu.c            |  16 +-
.../fsl-layerscape/doc/README.pci_iommu_extra      |  67 +++
arch/arm/cpu/armv8/fsl-layerscape/fdt.c            |  41 +-
arch/arm/dts/Makefile                              |   3 +
arch/arm/dts/fsl-ls1028a-kontron-sl28-u-boot.dtsi  | 135 ++++++
.../dts/fsl-ls1028a-kontron-sl28-var3-u-boot.dtsi  |   2 +
arch/arm/dts/fsl-ls1028a-kontron-sl28-var3.dts     |  15 +
.../dts/fsl-ls1028a-kontron-sl28-var4-u-boot.dtsi  |   2 +
arch/arm/dts/fsl-ls1028a-kontron-sl28-var4.dts     |  48 +++
arch/arm/dts/fsl-ls1028a-kontron-sl28.dts          | 189 +++++++++
.../include/asm/arch-fsl-layerscape/immap_lsch3.h  |   2 +-
board/freescale/common/vid.c                       |  44 +-
board/freescale/common/vid.h                       |  19 +
board/kontron/sl28/Kconfig                         |  18 +
board/kontron/sl28/MAINTAINERS                     |   7 +
board/kontron/sl28/Makefile                        |   8 +
board/kontron/sl28/cmds.c                          | 178 ++++++++
board/kontron/sl28/common.c                        |  10 +
board/kontron/sl28/ddr.c                           |  98 +++++
board/kontron/sl28/sl28.c                          |  68 +++
board/kontron/sl28/spl.c                           |  32 ++
cmd/Kconfig                                        |   8 +
cmd/Makefile                                       |   1 +
cmd/optee_rpmb.c                                   | 272 ++++++++++++
configs/kontron_sl28_defconfig                     | 107 +++++
configs/ls1012afrdm_qspi_defconfig                 |   2 +
configs/ls1012afrdm_tfa_defconfig                  |   2 +
configs/ls1012afrwy_qspi_SECURE_BOOT_defconfig     |   2 +
configs/ls1012afrwy_qspi_defconfig                 |   2 +
configs/ls1012afrwy_tfa_SECURE_BOOT_defconfig      |   2 +
configs/ls1012afrwy_tfa_defconfig                  |   2 +
configs/ls1012aqds_qspi_defconfig                  |   2 +
configs/ls1012aqds_tfa_SECURE_BOOT_defconfig       |   2 +
configs/ls1012aqds_tfa_defconfig                   |   2 +
configs/ls1012ardb_qspi_SECURE_BOOT_defconfig      |   2 +
configs/ls1012ardb_qspi_defconfig                  |   2 +
configs/ls1012ardb_tfa_SECURE_BOOT_defconfig       |   2 +
configs/ls1012ardb_tfa_defconfig                   |   2 +
configs/ls1021aiot_qspi_defconfig                  |   2 +
configs/ls1021aiot_sdcard_defconfig                |   2 +
configs/ls1021aqds_ddr4_nor_defconfig              |   2 +
configs/ls1021aqds_ddr4_nor_lpuart_defconfig       |   2 +
configs/ls1021aqds_nand_defconfig                  |   2 +
configs/ls1021aqds_nor_SECURE_BOOT_defconfig       |   2 +
configs/ls1021aqds_nor_defconfig                   |   2 +
configs/ls1021aqds_nor_lpuart_defconfig            |   2 +
configs/ls1021aqds_qspi_defconfig                  |   2 +
configs/ls1021aqds_sdcard_ifc_defconfig            |   2 +
configs/ls1021aqds_sdcard_qspi_defconfig           |   2 +
configs/ls1021atsn_qspi_defconfig                  |   2 +
configs/ls1021atsn_sdcard_defconfig                |   2 +
configs/ls1021atwr_nor_SECURE_BOOT_defconfig       |   2 +
configs/ls1021atwr_nor_defconfig                   |   2 +
configs/ls1021atwr_nor_lpuart_defconfig            |   2 +
configs/ls1021atwr_qspi_defconfig                  |   2 +
.../ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig    |   2 +
configs/ls1021atwr_sdcard_ifc_defconfig            |   2 +
configs/ls1021atwr_sdcard_qspi_defconfig           |   2 +
configs/ls1028aqds_tfa_SECURE_BOOT_defconfig       |   2 +
configs/ls1028aqds_tfa_defconfig                   |   2 +
configs/ls1028aqds_tfa_lpuart_defconfig            |   2 +
configs/ls1028ardb_tfa_SECURE_BOOT_defconfig       |   2 +
configs/ls1028ardb_tfa_defconfig                   |   2 +
configs/ls1043aqds_defconfig                       |   2 +
configs/ls1043aqds_lpuart_defconfig                |   2 +
configs/ls1043aqds_nand_defconfig                  |   2 +
configs/ls1043aqds_nor_ddr3_defconfig              |   2 +
configs/ls1043aqds_qspi_defconfig                  |   2 +
configs/ls1043aqds_sdcard_ifc_defconfig            |   2 +
configs/ls1043aqds_sdcard_qspi_defconfig           |   2 +
configs/ls1043aqds_tfa_SECURE_BOOT_defconfig       |   2 +
configs/ls1043aqds_tfa_defconfig                   |   2 +
configs/ls1043ardb_SECURE_BOOT_defconfig           |   2 +
configs/ls1043ardb_defconfig                       |   2 +
configs/ls1043ardb_nand_SECURE_BOOT_defconfig      |   2 +
configs/ls1043ardb_nand_defconfig                  |   2 +
configs/ls1043ardb_sdcard_SECURE_BOOT_defconfig    |   2 +
configs/ls1043ardb_sdcard_defconfig                |   2 +
configs/ls1043ardb_tfa_SECURE_BOOT_defconfig       |   2 +
configs/ls1043ardb_tfa_defconfig                   |   2 +
configs/ls1046afrwy_tfa_defconfig                  |   2 +
configs/ls1046aqds_SECURE_BOOT_defconfig           |   2 +
configs/ls1046aqds_defconfig                       |   2 +
configs/ls1046aqds_lpuart_defconfig                |   2 +
configs/ls1046aqds_nand_defconfig                  |   2 +
configs/ls1046aqds_qspi_defconfig                  |   2 +
configs/ls1046aqds_sdcard_ifc_defconfig            |   2 +
configs/ls1046aqds_sdcard_qspi_defconfig           |   2 +
configs/ls1046aqds_tfa_SECURE_BOOT_defconfig       |   2 +
configs/ls1046aqds_tfa_defconfig                   |   2 +
configs/ls1046ardb_emmc_defconfig                  |   2 +
configs/ls1046ardb_qspi_SECURE_BOOT_defconfig      |   2 +
configs/ls1046ardb_qspi_defconfig                  |   2 +
configs/ls1046ardb_qspi_spl_defconfig              |   2 +
configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig    |   2 +
configs/ls1046ardb_sdcard_defconfig                |   2 +
configs/ls1046ardb_tfa_SECURE_BOOT_defconfig       |   2 +
configs/ls1046ardb_tfa_defconfig                   |   2 +
configs/ls1088aqds_defconfig                       |   2 +
configs/ls1088aqds_qspi_SECURE_BOOT_defconfig      |   3 +-
configs/ls1088aqds_qspi_defconfig                  |   3 +-
configs/ls1088aqds_sdcard_ifc_defconfig            |   2 +
configs/ls1088aqds_sdcard_qspi_defconfig           |   3 +-
configs/ls1088aqds_tfa_defconfig                   |   3 +-
configs/ls1088ardb_qspi_SECURE_BOOT_defconfig      |   3 +-
configs/ls1088ardb_qspi_defconfig                  |   3 +-
.../ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig   |   3 +-
configs/ls1088ardb_sdcard_qspi_defconfig           |   3 +-
configs/ls1088ardb_tfa_SECURE_BOOT_defconfig       |   3 +-
configs/ls1088ardb_tfa_defconfig                   |   3 +-
configs/ls2080aqds_SECURE_BOOT_defconfig           |   2 +
configs/ls2080aqds_defconfig                       |   2 +
configs/ls2080aqds_nand_defconfig                  |   2 +
configs/ls2080aqds_qspi_defconfig                  |   2 +
configs/ls2080aqds_sdcard_defconfig                |   2 +
configs/ls2080ardb_SECURE_BOOT_defconfig           |   2 +
configs/ls2080ardb_defconfig                       |   2 +
configs/ls2080ardb_nand_defconfig                  |   2 +
configs/ls2081ardb_defconfig                       |   2 +
configs/ls2088aqds_tfa_defconfig                   |   2 +
configs/ls2088ardb_qspi_SECURE_BOOT_defconfig      |   2 +
configs/ls2088ardb_qspi_defconfig                  |   2 +
configs/ls2088ardb_tfa_SECURE_BOOT_defconfig       |   2 +
configs/ls2088ardb_tfa_defconfig                   |   2 +
configs/lx2160aqds_tfa_SECURE_BOOT_defconfig       |   2 +
configs/lx2160aqds_tfa_defconfig                   |   2 +
configs/lx2160ardb_tfa_SECURE_BOOT_defconfig       |   2 +
configs/lx2160ardb_tfa_defconfig                   |   7 +
configs/lx2160ardb_tfa_stmm_defconfig              |   2 +
doc/board/index.rst                                |   1 +
doc/board/kontron/index.rst                        |   9 +
doc/board/kontron/sl28.rst                         | 160 +++++++
drivers/gpio/mpc8xxx_gpio.c                        | 108 ++++-
drivers/net/ldpaa_eth/lx2160a.c                    |   4 +-
drivers/pci/Kconfig                                |  12 +
drivers/pci/pcie_fsl.c                             |  20 +-
drivers/pci/pcie_fsl.h                             |   2 +
drivers/pci/pcie_layerscape_fixup.c                | 458 ++++++++++++++++++---
include/configs/kontron_sl28.h                     | 108 +++++
include/pci.h                                      |   6 +
141 files changed, 2396 insertions(+), 116 deletions(-)
create mode 100644 arch/arm/cpu/armv8/fsl-layerscape/doc/README.pci_iommu_extra
create mode 100644 arch/arm/dts/fsl-ls1028a-kontron-sl28-u-boot.dtsi
create mode 100644 arch/arm/dts/fsl-ls1028a-kontron-sl28-var3-u-boot.dtsi
create mode 100644 arch/arm/dts/fsl-ls1028a-kontron-sl28-var3.dts
create mode 100644 arch/arm/dts/fsl-ls1028a-kontron-sl28-var4-u-boot.dtsi
create mode 100644 arch/arm/dts/fsl-ls1028a-kontron-sl28-var4.dts
create mode 100644 arch/arm/dts/fsl-ls1028a-kontron-sl28.dts
create mode 100644 board/kontron/sl28/Kconfig
create mode 100644 board/kontron/sl28/MAINTAINERS
create mode 100644 board/kontron/sl28/Makefile
create mode 100644 board/kontron/sl28/cmds.c
create mode 100644 board/kontron/sl28/common.c
create mode 100644 board/kontron/sl28/ddr.c
create mode 100644 board/kontron/sl28/sl28.c
create mode 100644 board/kontron/sl28/spl.c
create mode 100644 cmd/optee_rpmb.c
create mode 100644 configs/kontron_sl28_defconfig
create mode 100644 doc/board/kontron/index.rst
create mode 100644 doc/board/kontron/sl28.rst
create mode 100644 include/configs/kontron_sl28.h

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

end of thread, other threads:[~2020-12-11 20:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-11  7:44 pull request of u-boot-fsl-qoriq for v2021.01 Priyanka Jain
2020-12-11 20:54 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2020-10-29  7:37 Priyanka Jain
2020-10-29 15:29 ` 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.