Dear Tom, Please find my pull-request for u-boot-fsl-qoriq/master https://github.com/u-boot/u-boot/pull/58
Summary Bug fixes related to FSL-IFC, watchdog layerscape-pcie, flexspi, T2080rdb. priyankajain ----- The following changes since commit 1f9c3f13f6ad8595a0fb5ab2cb830583cdc0b60a: Merge tag 'efi-2021-04-rc5-2' of https://source.denx.de/u-boot/custodians/u-boot-efi (2021-03-20 08:55:18 -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 cad6ffa34d255692833576bc2c911d1ee39f2af0: mtd: rawnand: fsl_ifc: fix FSL NAND driver to read all ONFI parameter pages (2021-03-23 18:06:07 +0530) ---------------------------------------------------------------- Aleksandar Gerasimovski (1): fsl_ifc: fix typo in the NOR CSOR register definition Chris Packham (3): rtc: ds1307: Add ds1339 compatible powerpc: t2080rdb: Enable RTC support board: freescale: t208xrdb: Add link to User Guide Hou Zhiqiang (1): pci: layerscape: Change to allocate zeroed memery for struct ls_pcie Kuldeep Singh (5): configs: lx2160a: Unset CONFIG_SPI_FLASH_SPANSION configs: lx2160a: Remove unused Flexspi config options configs: ls1028a: Unset CONFIG_SPI_FLASH_SPANSION configs: ls1028aqds: Move CONFIG_SPI_FLASH_* definitions to defconfig configs: ls1028a: Correct CONFIG_ENV_SECT_SIZE Maxim Kochetkov (1): mtd: rawnand: fsl_ifc: fix FSL NAND driver to read all ONFI parameter pages arch/powerpc/dts/t2080rdb.dts | 8 ++++++++ board/freescale/t208xrdb/README | 5 +++++ configs/T2080RDB_NAND_defconfig | 2 ++ configs/T2080RDB_SDCARD_defconfig | 2 ++ configs/T2080RDB_SPIFLASH_defconfig | 2 ++ configs/T2080RDB_defconfig | 2 ++ configs/ls1028aqds_tfa_SECURE_BOOT_defconfig | 3 ++- configs/ls1028aqds_tfa_defconfig | 5 +++-- configs/ls1028aqds_tfa_lpuart_defconfig | 5 +++-- configs/ls1028ardb_tfa_SECURE_BOOT_defconfig | 1 - configs/ls1028ardb_tfa_defconfig | 3 +-- 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/mtd/nand/raw/fsl_ifc_nand.c | 17 ++++++++++------- drivers/pci/pcie_layerscape_ep.c | 2 +- drivers/pci/pcie_layerscape_rc.c | 2 +- drivers/rtc/ds1307.c | 2 ++ include/configs/ls1028aqds.h | 6 ------ include/configs/lx2160a_common.h | 6 ------ include/fsl_ifc.h | 2 +- 23 files changed, 45 insertions(+), 35 deletions(-)