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

Hi Tom,
some fixes for i.MX:
The following changes since commit fbc326244ce6fb3bd42353f343a511b512b8e710:
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 (2020-12-22 08:18:21 -0500)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-20201227
for you to fetch changes up to 26c7048dd9d04158a23e9dbfe3f0dccc4febcaed:
i2c: mxc_i2c: improve error message readability (2020-12-26 14:56:09 +0100)
---------------------------------------------------------------- Fixes for 2021.1 ----------------
CI: https://gitlab.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/5680
- fixes for Variscite dart6ul - imx8mp : increase malloc area - fixes for bx50v3 - imx8m: HS400ES and UHS for EVK - imx8qm-rom7720: fix phy bind
---------------------------------------------------------------- Adam Ford (4): imx: imx8mm: Update clock bindings header arm: dts: imx8mm: sync dts from Linux Kernel 5.10-rc6 arm64: dts: imx8mm-beacon: Re-sync dts file with Linux 5.10-rc6 imx8mm_beacon: Enable HS400 on MMC controller
Andrey Zhizhikin (3): ARM: dts: imx8m: increase off-on delay on the SD Vcc regulator ARM: dts: imx8m: add UHS or HS400/HS400ES properties configs: imx8m: enable eMMC HS400ES and SD UHS mode on EVK
Clément Péron (1): imx: ahab: allow to bypass confirmation for ahab_close cmd
Fabio Estevam (2): mx6sabresd: Remove unneeded checkboard() imx8mp_evk: Increase CONFIG_SYS_MALLOC_F_LEN
Heinrich Schuchardt (1): imx: mx7: clock: use correct format strings
Igor Opaniuk (1): toradex: hand over maintainership
Marc Ferland (3): arm: dart6ul: change compatible string for eeprom arm: dart6ul: read and print SoM info from eeprom on startup i2c: mxc_i2c: improve error message readability
Oliver Graute (1): ARM: dts: imx: imx8qm-rom7720: Fix AR8031 phy-mode
Sebastian Reichel (3): compiler.h: add host_build() board: ge: bx50v3: remove confidx magic numbers board: ge: bx50v3: cleanup phy config
arch/arm/dts/fsl-imx8qm-mek-u-boot.dtsi | 3 +++ arch/arm/dts/fsl-imx8qxp-mek-u-boot.dtsi | 3 +++ arch/arm/dts/imx6q-ba16.dtsi | 11 +++++++++++ arch/arm/dts/imx6ull-dart-6ul.dtsi | 17 +++++++++++++++-- arch/arm/dts/imx8mm-beacon-baseboard.dtsi | 16 ++++++++-------- arch/arm/dts/imx8mm-beacon-kit-u-boot.dtsi | 4 ++++ arch/arm/dts/imx8mm-beacon-som.dtsi | 44 +++++++++++++++++++++++++++++++----------- arch/arm/dts/imx8mm-evk-u-boot.dtsi | 8 ++++++++ arch/arm/dts/imx8mm.dtsi | 119 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------- arch/arm/dts/imx8mn-ddr4-evk-u-boot.dtsi | 8 ++++++++ arch/arm/dts/imx8mp-evk-u-boot.dtsi | 8 ++++++++ arch/arm/dts/imx8mq-evk-u-boot.dtsi | 14 ++++++++++++++ arch/arm/dts/imx8mq-phanbell-u-boot.dtsi | 5 +++++ arch/arm/dts/imx8qm-rom7720-a1.dts | 4 ++-- arch/arm/mach-imx/imx8/ahab.c | 3 ++- arch/arm/mach-imx/mx7/clock.c | 22 ++++++++++----------- board/freescale/mx6sabresd/mx6sabresd.c | 6 ------ board/ge/bx50v3/bx50v3.c | 51 +++++++++++++++++++++---------------------------- board/toradex/apalis-imx8x/MAINTAINERS | 2 +- board/toradex/apalis_imx6/MAINTAINERS | 2 +- board/toradex/colibri-imx6ull/MAINTAINERS | 2 +- board/toradex/colibri_imx6/MAINTAINERS | 2 +- board/toradex/colibri_imx7/MAINTAINERS | 2 +- board/toradex/colibri_t20/MAINTAINERS | 2 +- board/toradex/colibri_t30/MAINTAINERS | 2 +- board/toradex/colibri_vf/MAINTAINERS | 2 +- board/toradex/verdin-imx8mm/MAINTAINERS | 2 +- board/variscite/dart_6ul/dart_6ul.c | 104 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- configs/imx8mm_beacon_defconfig | 7 +++++++ configs/imx8mm_evk_defconfig | 4 ++++ configs/imx8mn_ddr4_evk_defconfig | 4 ++++ configs/imx8mp_evk_defconfig | 5 ++++- configs/variscite_dart6ul_defconfig | 2 ++ drivers/i2c/mxc_i2c.c | 2 +- include/compiler.h | 9 +++++++++ include/configs/ge_bx50v3.h | 4 ++-- include/dt-bindings/clock/imx8mm-clock.h | 28 ++++++++++++++++++++++++++- 37 files changed, 428 insertions(+), 105 deletions(-) create mode 100644 arch/arm/dts/imx8mq-evk-u-boot.dtsi create mode 100644 arch/arm/dts/imx8mq-phanbell-u-boot.dtsi
Best regards, Stefano

On Mon, Dec 28, 2020 at 12:46:35PM +0100, Stefano Babic wrote:
Hi Tom,
some fixes for i.MX:
The following changes since commit fbc326244ce6fb3bd42353f343a511b512b8e710:
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 (2020-12-22 08:18:21 -0500)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-20201227
for you to fetch changes up to 26c7048dd9d04158a23e9dbfe3f0dccc4febcaed:
i2c: mxc_i2c: improve error message readability (2020-12-26 14:56:09 +0100)
Applied to u-boot/master, thanks!
participants (2)
-
Stefano Babic
-
Tom Rini