Dear Tom,
Please find my pull-request for u-boot-fsl-qoriq/master https://travis-ci.org/github/p-priyanka-jain/u-boot/builds/729991334 Summary Bug fixes related to PCIe, pfe, xfi, gpio, reset,vid,env, usb on layerscape products Thanks Priyanka ---- The following changes since commit 55004fa43364e9824b8231e2060f9d7af9c7570a: Merge tag 'mips-fixes-for-2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips (2020-09-22 22:08:16 -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 8ec619f8fd847eb80d75fa0a582e1fa3c74a21a7: pci: layerscape: Fixup PCIe EP mode DT nodes for LX2160A rev2 (2020-09-24 20:57:32 +0530) ---------------------------------------------------------------- Chaitanya Sakinam (2): ls1012a, pfe_eth: correction in delay implementation ls1012a, pfe_eth: Update probe to avoid resource leak Grigore Popescu (1): drivers: net: ldpaa_eth: lx2160a: fix bug in checking if a DPMAC is enabled Hou Zhiqiang (2): arm64: Layerscape: Survive LPI one-way reset workaround pci: layerscape: Fixup PCIe EP mode DT nodes for LX2160A rev2 Kuldeep Singh (3): configs: ls1012a/ls1046a: Add CONFIG_ENV_OVERWRITE in defconfig net: pfe_eth: Fix resoure leak in pfe_spi_flash_init net: pfe_eth: Remove non-DM code check from pfe_spi_flash_init Madalin Bucur (2): drivers: net: phy: Use Aquantia driver for AQR113C driver: net: fm: add support for XFI Martin Kaistra (1): board/freescale/lsch3: Correct entry for 0.9v Meenakshi Aggarwal (2): lx2160: Correct sd_boot environment variable armv8: lx2160a: fix reset sequence Mian Yousaf Kaukab (1): ls1028a: use default scan_dev_for_boot Michael Walle (1): pci: layerscape: Fix spurious writes and panic Ran Wang (1): fsl-layerscape: enable dwc3 snooping feature Wasim Khan (2): board: freescale: emc2305: Pass chip_addr to set_fan_speed arm: dts: lx2160a: Add IO range hui.song (1): armv8: dts: fsl-lx2160a: add gpio0 gpio1 gpio3 DT nodes arch/arm/cpu/armv8/fsl-layerscape/cpu.c | 14 +++--- arch/arm/cpu/armv8/fsl-layerscape/soc.c | 54 ++++++++++++++++++++++- arch/arm/dts/fsl-ls1028a.dtsi | 6 +++ arch/arm/dts/fsl-ls1088a.dtsi | 6 +++ arch/arm/dts/fsl-ls2080a.dtsi | 6 +++ arch/arm/dts/fsl-lx2160a.dtsi | 57 ++++++++++++++++++++++--- board/freescale/common/emc2305.c | 15 +++---- board/freescale/common/emc2305.h | 7 ++- board/freescale/common/vid.c | 2 +- board/freescale/lx2160a/lx2160a.c | 4 +- configs/ls1012a2g5rdb_qspi_defconfig | 1 + configs/ls1012a2g5rdb_tfa_defconfig | 1 + configs/ls1012afrdm_qspi_defconfig | 1 + configs/ls1012afrdm_tfa_defconfig | 1 + configs/ls1012afrwy_qspi_SECURE_BOOT_defconfig | 1 + configs/ls1012afrwy_qspi_defconfig | 1 + configs/ls1012afrwy_tfa_SECURE_BOOT_defconfig | 1 + configs/ls1012afrwy_tfa_defconfig | 1 + configs/ls1012aqds_qspi_defconfig | 1 + configs/ls1012aqds_tfa_SECURE_BOOT_defconfig | 1 + configs/ls1012aqds_tfa_defconfig | 1 + configs/ls1012ardb_qspi_SECURE_BOOT_defconfig | 1 + configs/ls1012ardb_qspi_defconfig | 1 + configs/ls1012ardb_tfa_SECURE_BOOT_defconfig | 1 + configs/ls1012ardb_tfa_defconfig | 1 + configs/ls1046afrwy_tfa_SECURE_BOOT_defconfig | 1 + configs/ls1046afrwy_tfa_defconfig | 1 + configs/ls1046aqds_SECURE_BOOT_defconfig | 1 + configs/ls1046aqds_defconfig | 1 + configs/ls1046aqds_lpuart_defconfig | 1 + configs/ls1046aqds_nand_defconfig | 1 + configs/ls1046aqds_qspi_defconfig | 1 + configs/ls1046aqds_sdcard_ifc_defconfig | 1 + configs/ls1046aqds_sdcard_qspi_defconfig | 1 + configs/ls1046aqds_tfa_SECURE_BOOT_defconfig | 1 + configs/ls1046aqds_tfa_defconfig | 1 + configs/ls1046ardb_emmc_defconfig | 1 + configs/ls1046ardb_qspi_SECURE_BOOT_defconfig | 1 + configs/ls1046ardb_qspi_defconfig | 1 + configs/ls1046ardb_qspi_spl_defconfig | 1 + configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig | 1 + configs/ls1046ardb_sdcard_defconfig | 1 + configs/ls1046ardb_tfa_SECURE_BOOT_defconfig | 1 + configs/ls1046ardb_tfa_defconfig | 1 + drivers/net/fm/memac.c | 3 +- drivers/net/ldpaa_eth/lx2160a.c | 4 +- drivers/net/pfe_eth/pfe_eth.c | 22 ++++------ drivers/net/pfe_eth/pfe_firmware.c | 18 ++++---- drivers/net/phy/aquantia.c | 15 +++++++ drivers/pci/pcie_layerscape_fixup.c | 6 +++ drivers/pci/pcie_layerscape_fixup_common.c | 26 +++++++++++ include/configs/ls1028aqds.h | 7 --- include/configs/ls1028ardb.h | 7 --- include/configs/lx2160aqds.h | 2 +- include/configs/lx2160ardb.h | 2 +- 55 files changed, 247 insertions(+), 70 deletions(-)

