
Hi Tom,
Please pull dome fixes for release, thanks !
The following changes since commit 88bd5b1793600b0f5f25c3d236b4d049fb986140:
configs: Resync with savedefconfig (2020-06-04 19:29:09 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-20200609
for you to fetch changes up to 385429680106f8612386e26564f69dccdd110620:
Revert "imx: rom api: fix image offset computation" (2020-06-09 11:19:55 +0200)
---------------------------------------------------------------- Fixes for 2020.07 -----------------
- mx53: mx53menlo Convert to DM_ETH, fix fail boot - imx8mp_evk: fix boot issue - MX6, display5: fix environment - drop warnings (watchdog) for i.MX8mm i.mx8mp - enable bootaux for i.MX8M
Travis: https://travis-ci.org/github/sbabic/u-boot-imx/builds/695929999
---------------------------------------------------------------- Fabio Estevam (6): imx8mp_evk: Add a README file imx8mm_evk: Select the watchdog driver imx8mn_ddr4_evk: Select the watchdog driver imx8mm_beacon: Select the watchdog driver imx8mp_evk: Select the watchdog driver verdin-imx8mm: Select the watchdog driver
Giulio Benetti (1): ARM: dts: imxrt1050: indent lcdif node correctly
Lukasz Majewski (1): imx: Update MTD partitions layout for display5 (i.MX6Q) board
Marek Vasut (4): power: pmic: Add SPL Kconfig entry for PFUZE100 ARM: imx: ddr: Add missing PHY reset ARM: imx: m53menlo: Do not fail boot on invalid splash screen ARM: dts: imx: m53menlo: Convert to DM_ETH
Patrick Wildt (1): imx: move ATF to the back of the FIT to fix loading over yModem
Peng Fan (6): imx: Kconfig: enable IMX_BOOTAUX for i.MX8M imx8mp_evk: spl: drop useless code imx8mp_evk: spl: drop timer_init imx8mp_evk: spl: use spl_early_init imx8mp_evk: spl: no need the code since spl framework could do that imx: imx8mp_evk: fix boot issue
Stefano Babic (1): Revert "imx: rom api: fix image offset computation"
Sébastien Szymanski (1): imx: rom api: fix image offset computation
arch/arm/dts/imx53-m53menlo.dts | 11 +++++++++++ arch/arm/dts/imxrt1050.dtsi | 12 ++++++------ arch/arm/include/asm/arch-mx7/imx-regs.h | 1 + arch/arm/mach-imx/Kconfig | 2 +- arch/arm/mach-imx/mkimage_fit_atf.sh | 31 +++++++++++++++++-------------- arch/arm/mach-imx/mx7/ddr.c | 22 +++++++++++++++++++--- board/freescale/imx8mp_evk/README | 41 +++++++++++++++++++++++++++++++++++++++++ board/freescale/imx8mp_evk/spl.c | 28 ++++------------------------ board/menlo/m53menlo/m53menlo.c | 14 +++++++++----- configs/display5_defconfig | 2 +- configs/display5_factory_defconfig | 2 +- configs/imx8mm_beacon_defconfig | 1 - configs/imx8mm_evk_defconfig | 1 - configs/imx8mn_ddr4_evk_defconfig | 1 - configs/imx8mp_evk_defconfig | 4 ++-- configs/m53menlo_defconfig | 3 +++ configs/verdin-imx8mm_defconfig | 1 - drivers/power/pmic/Kconfig | 7 +++++++ include/configs/display5.h | 7 ++++--- include/configs/imx8mp_evk.h | 12 +++++------- 20 files changed, 132 insertions(+), 71 deletions(-) create mode 100644 board/freescale/imx8mp_evk/README
Best regards, Stefano