[GIT PULL] Pull request: u-boot-imx u-boot-imx-20200918

Hi Tom,
some fixes for 2020.10, please pull from u-boot-imx, thanks !
The following changes since commit b01ba776c9ae138732d85a543878d8456e0b4b30:
Merge tag 'efi-2020-10-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi (2020-09-16 08:08:06 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-20200918
for you to fetch changes up to 4516b535bf16db4231ea27bb95197d869f86893b:
board: tbs2910: Disable CONFIG_ENV_VARS_UBOOT_CONFIG in defconfig (2020-09-18 10:39:43 +0200)
---------------------------------------------------------------- ---------------------------------------------------------------- Fixes for 2020.10 -----------------
- Toradex boards - mx6qsabrelite: fix env offset - esdhc_imx: waiting for clock instead of sleep - dyn RAM calibration for entry point i.MX6
Travis: https://travis-ci.org/github/sbabic/u-boot-imx/builds/728274602
---------------------------------------------------------------- Denis Pynkin (1): mx6qsabrelite: increase the environment offset
Haibo Chen (1): mmc: fsl_esdhc_imx: check the clock stable status after config the clock rate.
Igor Opaniuk (9): colibri-imx6ull: use splashcreen value instead of legacy function colibri_imx7: use splashcreen value instead of legacy function toradex: drop legacy show_boot_logo function and use splashscreen colibri_imx7: wrap video specific funcs with ifdefs colibri-imx6ull: use preboot for fdtfile evaluation colibri_vf: use preboot for fdtfile evaluation colibri_imx7: use preboot for fdtfile evaluation colibri_imx6: provide fdtfile in env instead of setting it in runtime apalis_imx6: provide fdtfile in env instead of setting it in runtime
Marek Vasut (1): ARM: mx6: ddr: Add support for iMX6UL/ULL/SL/SDL
Peng Fan (5): imx7: ccm: correct target interface num imx8mq: fix FRAC_PLL_REFCLK_SEL_MASK imx8mq: fix SSCG_PLL_REFCLK_SEL_x imx8m: clock_imx8mm: add missed return imx8mp: Remove parts MIMX8ML7 and MIMX8ML5 support
Philippe Schenker (2): colibri-imx8qxp: rename all occurences to colibri-imx8x apalis-imx8qm: rename all occurences to apalis-imx8
Soeren Moch (1): board: tbs2910: Disable CONFIG_ENV_VARS_UBOOT_CONFIG in defconfig
arch/arm/dts/fsl-imx8qm-apalis.dts | 6 +++--- arch/arm/dts/fsl-imx8qxp-colibri.dts | 6 +++--- arch/arm/include/asm/arch-imx/cpu.h | 2 -- arch/arm/include/asm/arch-imx8m/clock_imx8mq.h | 10 +++++----- arch/arm/include/asm/arch-mx7/crm_regs.h | 2 +- arch/arm/include/asm/mach-imx/sys_proto.h | 5 +---- arch/arm/mach-imx/cpu.c | 4 ---- arch/arm/mach-imx/imx8m/clock_imx8mm.c | 1 + arch/arm/mach-imx/imx8m/soc.c | 12 ++++-------- arch/arm/mach-imx/mx6/ddr.c | 15 +++++++++++++++ board/toradex/apalis-imx8/MAINTAINERS | 2 +- board/toradex/apalis-imx8/{apalis-imx8qm-imximage.cfg => apalis-imx8-imximage.cfg} | 0 board/toradex/colibri-imx6ull/colibri-imx6ull.c | 2 -- board/toradex/colibri-imx8x/MAINTAINERS | 2 +- board/toradex/colibri-imx8x/{colibri-imx8qxp-imximage.cfg => colibri-imx8x-imximage.cfg} | 0 board/toradex/colibri_imx7/colibri_imx7.c | 4 ++-- board/toradex/common/tdx-common.c | 19 ------------------- configs/{apalis-imx8qm_defconfig => apalis-imx8_defconfig} | 2 +- configs/colibri-imx6ull_defconfig | 2 ++ configs/{colibri-imx8qxp_defconfig => colibri-imx8x_defconfig} | 2 +- configs/colibri_imx7_defconfig | 2 ++ configs/colibri_imx7_emmc_defconfig | 2 ++ configs/colibri_vf_defconfig | 2 ++ configs/mx6qsabrelite_defconfig | 2 +- configs/tbs2910_defconfig | 1 - doc/board/toradex/apalix-imx8.rst | 2 +- doc/board/toradex/colibri-imx8x.rst | 2 +- drivers/mmc/fsl_esdhc_imx.c | 7 ++++++- include/configs/apalis_imx6.h | 3 ++- include/configs/colibri-imx6ull.h | 9 ++++----- include/configs/colibri_imx6.h | 3 ++- include/configs/colibri_imx7.h | 5 ++--- include/configs/colibri_vf.h | 3 +-- 33 files changed, 67 insertions(+), 74 deletions(-) rename board/toradex/apalis-imx8/{apalis-imx8qm-imximage.cfg => apalis-imx8-imximage.cfg} (100%) rename board/toradex/colibri-imx8x/{colibri-imx8qxp-imximage.cfg => colibri-imx8x-imximage.cfg} (100%) rename configs/{apalis-imx8qm_defconfig => apalis-imx8_defconfig} (98%) rename configs/{colibri-imx8qxp_defconfig => colibri-imx8x_defconfig} (98%)
Best regards, Stefano

On Fri, Sep 18, 2020 at 04:25:25PM +0200, Stefano Babic wrote:
Hi Tom,
some fixes for 2020.10, please pull from u-boot-imx, thanks !
The following changes since commit b01ba776c9ae138732d85a543878d8456e0b4b30:
Merge tag 'efi-2020-10-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi (2020-09-16 08:08:06 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-20200918
for you to fetch changes up to 4516b535bf16db4231ea27bb95197d869f86893b:
board: tbs2910: Disable CONFIG_ENV_VARS_UBOOT_CONFIG in defconfig (2020-09-18 10:39:43 +0200)
Applied to u-boot/master, thanks!
participants (2)
-
Stefano Babic
-
Tom Rini