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

Hi Tom,
some fixes for 2020.01, please pull from u-boot-imx, thanks !
Travis: https://travis-ci.org/sbabic/u-boot-imx/builds/621583741
u-boot-imx-20191209:
Fixes for 2020.01 -----------------
- imx8qxp_mek: increase buffer sizes and args number - Fixes for imx7ulp - imx8mm: Fix the first root clock in imx8mm_ahb_sels[] - colibri_imx7: reserve DDR memory for Cortex-M4 - vining2000: fixes and convert to ethernet DM - imx8m: fix rom version check to unbreak some B0 chips - tbs2910: Disable VxWorks image booting support
The following changes since commit 1297989804d66c8db92efbf9fa2e6cc76965a943:
Prepare v2020.01-rc4 (2019-12-02 22:09:27 -0500)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-20191209
for you to fetch changes up to 6a4b07e08605ad171823021aa158b6b9bebfc6e6:
imx8m: fix rom version check to unbreak some B0 chips (2019-12-09 11:52:06 +0100)
---------------------------------------------------------------- Fixes for 2020.01 -----------------
- imx8qxp_mek: increase buffer sizes and args number - Fixes for imx7ulp - imx8mm: Fix the first root clock in imx8mm_ahb_sels[] - colibri_imx7: reserve DDR memory for Cortex-M4 - vining2000: fixes and convert to ethernet DM - imx8m: fix rom version check to unbreak some B0 chips - tbs2910: Disable VxWorks image booting support
---------------------------------------------------------------- Anatolij Gustschin (1): imx: imx8qxp_mek: increase buffer sizes and args number
Fabio Estevam (8): mx7ulp: Print the LDO mode status mx7ulp: Introduce the CONFIG_LDO_ENABLED_MODE option mx7ulp: Remove the _RUN notation from the PMC1 LDOVL definitions mx7ulp: scg: Remove unnused scg_a7_apll_init() mx7ulp: Sync the device tree related files mx6cuboxi: Add Baruch as maintainer mx6: Allow configuring the NoC registers on i.MX6QP warp7: Fix U-Boot corruption after saving the environment
Frieder Schrempf (1): clk: imx: imx8mm: Fix the first root clock in imx8mm_ahb_sels[]
Igor Opaniuk (2): common: fdt_support: add support for setting usable memory board: colibri_imx7: reserve DDR memory for Cortex-M4
Marek Vasut (7): ARM: mx6: pmu: Expose PMU LDO configuration interface ARM: imx: vining2000: Convert to SPL framework ARM: imx: vining2000: Enable DDR DRAM calibration ARM: imx: vining2000: Convert to ethernet DM ARM: imx: vining2000: Enable fitImage support ARM: imx: vining2000: Repair PCIe support ARM: imx: vining2000: Align SOC and ARM LDO voltages
Patrick Wildt (1): imx8m: fix rom version check to unbreak some B0 chips
Tom Rini (1): tbs2910: Disable VxWorks image booting support
arch/arm/dts/imx6sx-softing-vining-2000.dts | 17 ++ arch/arm/dts/imx7ulp-evk.dts | 157 +++++------- arch/arm/dts/imx7ulp-pinfunc.h | 1748 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------------- arch/arm/dts/imx7ulp.dtsi | 28 +- arch/arm/include/asm/arch-mx6/sys_proto.h | 8 + arch/arm/include/asm/arch-mx7ulp/scg.h | 1 - arch/arm/include/asm/mach-imx/sys_proto.h | 2 + arch/arm/mach-imx/imx8m/soc.c | 1 + arch/arm/mach-imx/mx6/Kconfig | 1 + arch/arm/mach-imx/mx6/soc.c | 43 +++- arch/arm/mach-imx/mx7ulp/Kconfig | 5 + arch/arm/mach-imx/mx7ulp/scg.c | 61 ----- arch/arm/mach-imx/mx7ulp/soc.c | 78 ++++++ board/softing/vining_2000/vining_2000.c | 256 ++++++++++++++++--- board/solidrun/mx6cuboxi/MAINTAINERS | 1 + board/toradex/colibri_imx7/colibri_imx7.c | 37 +++ common/fdt_support.c | 35 +++ configs/tbs2910_defconfig | 1 + configs/vining_2000_defconfig | 18 +- configs/warp7_defconfig | 2 +- drivers/clk/imx/clk-imx8mm.c | 2 +- include/configs/imx8qxp_mek.h | 5 + include/configs/vining_2000.h | 6 +- include/configs/warp7.h | 13 + include/fdt_support.h | 1 + 25 files changed, 1456 insertions(+), 1071 deletions(-)
Regards, Stefano

On Mon, Dec 09, 2019 at 12:28:43PM +0100, Stefano Babic wrote:
Hi Tom,
some fixes for 2020.01, please pull from u-boot-imx, thanks !
Travis: https://travis-ci.org/sbabic/u-boot-imx/builds/621583741
u-boot-imx-20191209:
Fixes for 2020.01
Applied to u-boot/master, thanks!
participants (2)
-
Stefano Babic
-
Tom Rini