pull request of u-boot-fsl-qoriq for v2021.10

Priyanka Jain priyanka.jain at nxp.com
Mon Aug 23 10:22:21 CEST 2021


Dear Tom,

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

Summary
fsl-qoriq: Fixes related to env, spi, usb, crypto, configs, distro-boot for Layerscape Boards like lx2, sl28, ls2088ardb.
powerpc: Fixes for t208xrdb revd board and cortina related configs update for T208xRDB, T4240RDB.

Regards
Priyanka
----------------
The following changes since commit 78e786decb6c8783568044c98891e64289cbf59c:

  Merge https://source.denx.de/u-boot/custodians/u-boot-tegra (2021-08-17 09:39:22 -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 760ca92d554e2ff340c9299aa8a71ab101145a81:

  configs: lx2160a: load device-tree in RAM for distro boot (2021-08-20 16:02:51 +0530)

----------------------------------------------------------------
Camelia Groza (1):
      board: freescale: t208xrdb: enable Power-On Reset for rev D boards

Horia Geantă (1):
      crypto/fsl: fix missed dma_addr_t -> caam_dma_addr_t conversion

Kshitiz Varshney (1):
      board: fsl_validate: Fix resource leak issue

Kuldeep Singh (7):
      lx2160a: Enable CONFIG_SPI_FLASH_MT35XU for lx2160a-rdb/qds
      env: Kconfig: Add default option for PHY_CORTINA
      configs: Migrate CORTINA_FW_ADDR and CORTINA_FW_LENGTH to Kconfig
      net: cortina: Add support for tfa boot in cortina firmware
      board: ls2088ardb: Extend cs4340_get_fw_addr() functionality
      board: t208x: Extend cs4340_get_fw_addr() functionality
      board: T4240rdb: Extend cs4340_get_fw_addr() functionality

Michael Walle (2):
      spi: nxp_fspi: Ensure width is respected in spi-mem operations
      board: sl28: drop unneeded and outdated flash partitions

Priyanka Jain (1):
      configs: lx2160a: load device-tree in RAM for distro boot

Tom Rini (1):
      arm: Finish migration of HAS_FSL_XHCI_USB

Wasim Khan (1):
      armv8: fsl : create bootcmd and mcinitcmd as per boot source

 arch/arm/cpu/armv8/fsl-layerscape/Kconfig     |  6 +-
 arch/arm/cpu/armv8/fsl-layerscape/soc.c       |  9 ++-
 arch/arm/dts/fsl-ls1028a-kontron-sl28.dts     | 55 -------------------
 board/freescale/common/fsl_validate.c         | 36 +++++++++---
 board/freescale/ls2080ardb/ls2080ardb.c       | 38 +++++++++++++
 board/freescale/t208xrdb/cpld.h               |  4 ++
 board/freescale/t208xrdb/t208xrdb.c           | 27 +++++++++
 board/freescale/t208xrdb/t208xrdb.h           |  3 +
 board/freescale/t4rdb/t4240rdb.c              | 19 +++++++
 board/freescale/t4rdb/t4rdb.h                 |  3 +
 configs/T2080RDB_NAND_defconfig               |  1 +
 configs/T2080RDB_SDCARD_defconfig             |  1 +
 configs/T2080RDB_SPIFLASH_defconfig           |  1 +
 configs/T2080RDB_defconfig                    |  1 +
 configs/T2080RDB_revD_NAND_defconfig          |  1 +
 configs/T2080RDB_revD_SDCARD_defconfig        |  1 +
 configs/T2080RDB_revD_SPIFLASH_defconfig      |  1 +
 configs/T2080RDB_revD_defconfig               |  1 +
 configs/T4240RDB_SDCARD_defconfig             |  1 +
 configs/T4240RDB_defconfig                    |  1 +
 configs/ls2080ardb_SECURE_BOOT_defconfig      |  1 +
 configs/ls2080ardb_defconfig                  |  1 +
 configs/ls2080ardb_nand_defconfig             |  1 +
 configs/ls2081ardb_defconfig                  |  1 +
 configs/ls2088ardb_qspi_SECURE_BOOT_defconfig |  1 +
 configs/ls2088ardb_qspi_defconfig             |  1 +
 configs/lx2160aqds_tfa_SECURE_BOOT_defconfig  |  1 +
 configs/lx2160aqds_tfa_defconfig              |  1 +
 configs/lx2160ardb_tfa_SECURE_BOOT_defconfig  |  1 +
 configs/lx2160ardb_tfa_defconfig              |  1 +
 configs/lx2160ardb_tfa_stmm_defconfig         |  1 +
 drivers/crypto/fsl/jobdesc.c                  |  2 +-
 drivers/net/phy/Kconfig                       | 10 ++++
 drivers/net/phy/cortina.c                     | 79 +++++++++++++++++++++++----
 drivers/spi/nxp_fspi.c                        |  2 +-
 env/Kconfig                                   |  2 +-
 include/configs/T208xRDB.h                    |  6 --
 include/configs/T4240RDB.h                    |  2 -
 include/configs/ls2080ardb.h                  | 10 ----
 include/configs/lx2160a_common.h              |  4 +-
 scripts/config_whitelist.txt                  |  2 -
 41 files changed, 237 insertions(+), 103 deletions(-)



More information about the U-Boot mailing list