
Dear Tom,
Please find my pull-request for u-boot-fsl-qoriq/master https://github.com/u-boot/u-boot/pull/85
Summary fsl-qoriq: Update mc firmware size, address in LS1088A, LS2088A, LX2 Updates on ls1043aqds, ls1043ardb Refactor I2C MUX Code on fsl-qoriq platforms. --- The following changes since commit dd3dfa50d88cffeb244485594a7bf18c58ae6d63:
Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2021-07-19 08:41:04 -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 93f8ee8a1be60f3d2bc7eb0a6561fb4463599609:
configs: ls2080ardb.h: Update mc size in env (2021-07-20 14:54:07 +0530)
---------------------------------------------------------------- Camelia Groza (2): arm: dts: ls1043ardb: configure the RGMII ports with rgmii-id configs: ls1046ardb: enable PHY_FIXED
Kuldeep Singh (1): configs: ls1043aqds: Configure environment related configs
Priyanka Jain (4): configs: ls1088aqds.h: Update mc size in env configs: ls1088ardb.h: Update mc size in env configs: ls2080aqds.h: Update mc size in env configs: ls2080ardb.h: Update mc size in env
Stephen Carlson (8): board: freescale: Refactor NXP common mux code board: freescale: ls1021aqds: Update I2C mux config board: freescale: ls1043aqds: Update I2C mux config board: freescale: ls1046a: Update I2C mux config board: freescale: ls1088a: Update I2C mux config board: freescale: ls2080a, ls2088a: Update I2C mux config board: freescale: lx2160a: Update I2C mux config board: freescale: t2080qds: Update I2C mux config
Wasim Khan (4): armv8: lx2160ardb: Add thermal node fixup for revc board board: freescale: LX2160ARDB: Add MAINTAINER board: freescale: LX2160AQDS: Add MAINTAINER board: freescale: LX2162AQDS: Add MAINTAINER
arch/arm/dts/fsl-ls1043a-rdb.dts | 6 +- board/freescale/common/Kconfig | 6 + board/freescale/common/Makefile | 11 ++ board/freescale/common/i2c_common.c | 34 +++++ board/freescale/common/i2c_common.h | 30 ++++ board/freescale/common/i2c_mux.c | 40 ++++++ board/freescale/common/i2c_mux.h | 15 ++ board/freescale/common/vid.c | 58 ++------ board/freescale/ls1021aqds/dcu.c | 26 +--- board/freescale/ls1021aqds/ls1021aqds.c | 26 +--- board/freescale/ls1043aqds/ls1043aqds.c | 27 +--- board/freescale/ls1046afrwy/ls1046afrwy.c | 27 +--- board/freescale/ls1046aqds/ls1046aqds.c | 26 +--- board/freescale/ls1088a/ls1088a.c | 32 +---- board/freescale/ls2080aqds/ls2080aqds.c | 25 +--- board/freescale/ls2080ardb/ls2080ardb.c | 27 +--- board/freescale/lx2160a/MAINTAINERS | 3 + board/freescale/lx2160a/lx2160a.c | 152 +++++++++++++++++---- board/freescale/t208xqds/t208xqds.c | 26 +--- configs/T2080QDS_NAND_defconfig | 1 + configs/T2080QDS_SDCARD_defconfig | 1 + configs/T2080QDS_SECURE_BOOT_defconfig | 1 + configs/T2080QDS_SPIFLASH_defconfig | 1 + configs/T2080QDS_SRIO_PCIE_BOOT_defconfig | 1 + configs/T2080QDS_defconfig | 1 + configs/ls1021aqds_ddr4_nor_defconfig | 1 + configs/ls1021aqds_ddr4_nor_lpuart_defconfig | 1 + configs/ls1021aqds_nand_defconfig | 1 + configs/ls1021aqds_nor_SECURE_BOOT_defconfig | 1 + configs/ls1021aqds_nor_defconfig | 1 + configs/ls1021aqds_nor_lpuart_defconfig | 1 + configs/ls1021aqds_qspi_defconfig | 1 + configs/ls1021aqds_sdcard_ifc_defconfig | 1 + configs/ls1021aqds_sdcard_qspi_defconfig | 1 + configs/ls1043aqds_defconfig | 1 + configs/ls1043aqds_lpuart_defconfig | 1 + configs/ls1043aqds_nand_defconfig | 1 + configs/ls1043aqds_nor_ddr3_defconfig | 1 + configs/ls1043aqds_qspi_defconfig | 2 + configs/ls1043aqds_sdcard_ifc_defconfig | 1 + configs/ls1043aqds_sdcard_qspi_defconfig | 1 + configs/ls1043aqds_tfa_SECURE_BOOT_defconfig | 2 + configs/ls1043aqds_tfa_defconfig | 2 + 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 + 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 | 1 + configs/ls1088ardb_qspi_defconfig | 1 + .../ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig | 1 + configs/ls1088ardb_sdcard_qspi_defconfig | 1 + configs/ls1088ardb_tfa_SECURE_BOOT_defconfig | 1 + configs/ls1088ardb_tfa_defconfig | 1 + 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 | 1 + configs/ls2088ardb_qspi_defconfig | 1 + configs/ls2088ardb_tfa_SECURE_BOOT_defconfig | 1 + configs/ls2088ardb_tfa_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 + configs/lx2162aqds_tfa_SECURE_BOOT_defconfig | 1 + configs/lx2162aqds_tfa_defconfig | 1 + configs/lx2162aqds_tfa_verified_boot_defconfig | 1 + include/configs/ls1088aqds.h | 32 ++--- include/configs/ls1088ardb.h | 24 ++-- include/configs/ls2080aqds.h | 8 +- include/configs/ls2080ardb.h | 12 +- 100 files changed, 415 insertions(+), 338 deletions(-) create mode 100644 board/freescale/common/i2c_common.c create mode 100644 board/freescale/common/i2c_common.h create mode 100644 board/freescale/common/i2c_mux.c create mode 100644 board/freescale/common/i2c_mux.h