Hi Tom, please pull from u-boot-imx, thanks !
The following changes since commit 11ed312896c5f5814064c5d45dcb2f53dc121437: configs: am57xx: change default board name to beagle_x15 (2018-08-26 12:26:16 -0400) are available in the Git repository at: git://www.denx.de/git/u-boot-imx.git master for you to fetch changes up to 2846e663fd62200a189bba357135e284a379a38b: imx: missing CONFIG_MII in mx7dsabresd_qspi_defconfig (2018-08-31 12:08:43 +0200) ---------------------------------------------------------------- Alex Kiernan (1): Cleanup CONFIG_BOOTDELAY on cl-som-imx7 Anson Huang (3): imx: mx7: psci: improve cpu hotplug flow imx: mx7: add gpc initialization for low power mode imx: mx7: add system suspend/resume support Denis Zalevskiy (6): board: ge: Remove EEPROM bus param from read_vpd() board: ge: Move VPD EEPROM configuration to the defconfig bootcount: i2c: Add bus switching to the I2C bootcount driver bootcount: Configure length limit for I2C bootcount board: ge: Move VPD reading to the vpd_reader board: ge: Store bootcount in EEPROM on PPD and Bx50v3 Martin Kaiser (1): watchdog: mx25: use the imx_watchdog driver for mx25 Stefan Agner (2): board: toradex: common: fail gracefully on missing NAND chip colibri_imx7_emmc: add Colibri iMX7D 1GB (eMMC) module support Stefano Babic (2): Merge branch 'master' of git://git.denx.de/u-boot into master imx: missing CONFIG_MII in mx7dsabresd_qspi_defconfig Sébastien Szymanski (1): ARM: opos6ul: make the board boot again Ye Li (6): imx: imx6sx-sdb: Enable DM QSPI driver imx: imx6sx-sabreauto: convert to use DM QSPI driver imx: imx7d-sdb: Add DM QSPI support dts: imx6ul: Update alias to support DM dts: imx6ul_evk: Add DTS files for 14x14 EVK and 9x9 EVK boards imx: imx6ul_evk: Enable DM driver for iMX6UL EVK u-boot arch/arm/dts/Makefile | 7 +- arch/arm/dts/imx6sx-sabreauto-u-boot.dtsi | 16 + arch/arm/dts/imx6sx-sabreauto.dts | 40 ++ arch/arm/dts/imx6sx-sdb-u-boot.dtsi | 16 + arch/arm/dts/imx6sx.dtsi | 12 +- arch/arm/dts/imx6ul-14x14-evk-u-boot.dtsi | 10 + arch/arm/dts/imx6ul-14x14-evk.dts | 427 +++++++++++++++++++ arch/arm/dts/imx6ul-9x9-evk-u-boot.dtsi | 10 + arch/arm/dts/imx6ul-9x9-evk.dts | 471 +++++++++++++++++++++ arch/arm/dts/imx6ul-opos6ul-u-boot.dtsi | 28 ++ arch/arm/dts/imx6ul-opos6ul.dtsi | 2 - arch/arm/dts/imx6ul-opos6uldev-u-boot.dts | 25 ++ arch/arm/dts/imx6ul-opos6uldev.dts | 2 - arch/arm/dts/imx6ul.dtsi | 13 +- arch/arm/dts/imx7d-sdb-qspi-u-boot.dtsi | 10 + arch/arm/dts/imx7d-sdb-qspi.dts | 44 ++ arch/arm/dts/imx7d-sdb.dts | 6 +- arch/arm/dts/imx7d.dtsi | 12 + arch/arm/dts/imx7s.dtsi | 22 +- arch/arm/include/asm/arch-mx25/imx-regs.h | 1 + arch/arm/mach-imx/mx7/Makefile | 2 +- arch/arm/mach-imx/mx7/psci-mx7.c | 472 +++++++++++++++++++++- arch/arm/mach-imx/mx7/psci-suspend.S | 67 +++ arch/arm/mach-imx/mx7/soc.c | 103 +++++ board/freescale/mx6sxsabreauto/mx6sxsabreauto.c | 24 -- board/freescale/mx6sxsabresd/mx6sxsabresd.c | 25 -- board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c | 208 ++-------- board/freescale/mx7dsabresd/mx7dsabresd.c | 16 - board/ge/bx50v3/Kconfig | 2 + board/ge/bx50v3/bx50v3.c | 57 +-- board/ge/common/Kconfig | 14 + board/ge/common/vpd_reader.c | 57 ++- board/ge/common/vpd_reader.h | 16 +- board/ge/mx53ppd/Kconfig | 2 + board/ge/mx53ppd/mx53ppd.c | 50 +-- board/toradex/colibri_imx7/Kconfig | 42 +- board/toradex/colibri_imx7/MAINTAINERS | 4 + board/toradex/colibri_imx7/colibri_imx7.c | 41 +- board/toradex/common/tdx-cfg-block.c | 7 +- configs/ge_bx50v3_defconfig | 27 +- configs/mx53ppd_defconfig | 29 +- configs/mx6sxsabreauto_defconfig | 2 + configs/mx6sxsabresd_defconfig | 7 + configs/mx6ul_14x14_evk_defconfig | 17 +- configs/mx6ul_9x9_evk_defconfig | 20 +- configs/mx7dsabresd_qspi_defconfig | 84 ++++ configs/opos6uldev_defconfig | 2 +- drivers/bootcount/Kconfig | 21 +- drivers/bootcount/bootcount_i2c.c | 78 +++- drivers/watchdog/Makefile | 2 +- include/configs/cl-som-imx7.h | 2 - include/configs/colibri_imx7.h | 90 ++++- include/configs/ge_bx50v3.h | 6 +- include/configs/mx53ppd.h | 6 +- include/configs/mx6sxsabresd.h | 4 + include/configs/mx6ul_14x14_evk.h | 13 +- include/configs/mx7dsabresd.h | 4 +- 57 files changed, 2376 insertions(+), 421 deletions(-) create mode 100644 arch/arm/dts/imx6sx-sabreauto-u-boot.dtsi create mode 100644 arch/arm/dts/imx6sx-sdb-u-boot.dtsi create mode 100644 arch/arm/dts/imx6ul-14x14-evk-u-boot.dtsi create mode 100644 arch/arm/dts/imx6ul-14x14-evk.dts create mode 100644 arch/arm/dts/imx6ul-9x9-evk-u-boot.dtsi create mode 100644 arch/arm/dts/imx6ul-9x9-evk.dts create mode 100644 arch/arm/dts/imx6ul-opos6ul-u-boot.dtsi create mode 100644 arch/arm/dts/imx6ul-opos6uldev-u-boot.dts create mode 100644 arch/arm/dts/imx7d-sdb-qspi-u-boot.dtsi create mode 100644 arch/arm/dts/imx7d-sdb-qspi.dts create mode 100644 arch/arm/mach-imx/mx7/psci-suspend.S create mode 100644 board/ge/common/Kconfig create mode 100644 configs/mx7dsabresd_qspi_defconfig -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de ===================================================================== _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot