From: Francesco Dolcini <francesco.dolc...@toradex.com> This series fixes a boot issue and refreshes Apalis iMX8 support as follows: - implement PCB version and SoC variant handling - turn off LCD backlight before OS handover - display build info - provide proper prompt - set bootdelay - add overlays support - remove global environment variable script - enable environment bootcount limit - remove obsolete SDHC related config defines - remove obsolete net usb start - introduce setup setting setupargs - drop obsolete environment variables - update update_uboot confirmation message - update env memory layout - use correct type for sc_pm_setup_uart() return value - remove board_phy_config() from board file - initialize svns - add aux cores helpers - add emmc/mmc card pinctrl's for different speeds
Changes in v3: - added Reviewed-by: Fabio Estevam <feste...@denx.de> - dropped SPDX and copyright year update patch - dropped DM_EVENT defconfig update patch Changes in v2: - fixed issue in pcb version and soc variant handling for 8GB SKU - remove another spurious variable from the environment, boot_file - new commit: use correct type for sc_pm_setup_uart() return value - new commit: remove useless board_phy_config() from board file - new commit: initialize svns - new commit: add aux core helpers - new commit: add emmc/mmc card pinctrl's for different speeds Andrejs Cainikovs (5): board: apalis-imx8: remove board_phy_config duplicate board: apalis-imx8: initialize snvs apalis-imx8: set bootaux memory base and size apalis-imx8: add M4 boot environment helpers apalis-imx8: add emmc/mmc card pinctrl's for different speeds Igor Opaniuk (1): apalis-imx8: provide proper config_sys_prompt Marcel Ziswiler (11): apalis-imx8: implement pcb version and soc variant handling apalis-imx8: turn off lcd backlight before os handover apalis-imx8: display build info apalis-imx8: set bootdelay apalis-imx8: enable environment bootcount limit apalis-imx8: remove obsolete sdhc related config defines apalis-imx8: remove obsolete net usb start apalis-imx8: introduce setup setting setupargs apalis-imx8: drop obsolete environment variables apalis-imx8: update update_uboot confirmation message apalis-imx8: update env memory layout Oleksandr Suvorov (2): apalis/colibri-imx8/8x: add overlay support for i.mx 8/8x-based soms apalis/colibri-imx8/8x: remove global variable script Philippe Schenker (1): board: apalis-imx8: get rid of sc_err_t type arch/arm/dts/fsl-imx8qm-apalis.dts | 8 +- board/toradex/apalis-imx8/apalis-imx8.c | 148 +++++++++++++++++++++--- configs/apalis-imx8_defconfig | 11 +- configs/colibri-imx8x_defconfig | 1 + include/configs/apalis-imx8.h | 50 ++++---- include/configs/colibri-imx8x.h | 1 - 6 files changed, 172 insertions(+), 47 deletions(-) -- 2.25.1