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

Hi Tom,
please pull (fixes) from u-boot-imx, thanks !
The following changes since commit 9f976bac2b4a81a13de8124a896a198cbeabb634:
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 (2020-03-05 07:51:12 -0500)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-20200310
for you to fetch changes up to 9f656fbee3b433ae1e9daf5d92d46bbdcc9551eb:
mx6slevk: Convert to DM_ETH (2020-03-10 10:59:08 +0100)
---------------------------------------------------------------- Fixes for 2020.04 -----------------
- DM : mx6sabresd - mx6ul_14x14_evk: fix video - mx8qxp; fix console for booting - sync DTS with kernel (imx6sx) - drop obsolete woodburn (mx35)
Travis: https://travis-ci.org/sbabic/u-boot-imx/builds/660550811
---------------------------------------------------------------- Alifer Moraes (2): mx6sabresd: Convert ethernet to driver model arm: dts: imx8mq-evk: add phy-reset-gpios for fec1
Anatolij Gustschin (1): imx: mx6ul_14x14_evk: configure for 24bpp display
Baruch Siach (1): mx6cuboxi: don't disable fdt relocation
Fabio Estevam (7): imx8qxp_mek: Fix the console command line string mx7dsabresd: Add myself as maintainer imx8qxp_mek: Add myself as maintainer ARM: dts: imx6sx: Sync with kernel 5.4.16 ARM: dts: imx6sx-sdb: Sync with kernel 5.4.16 mx6sxsabresd: Enable DM_PCI mx7dsabresd: Boot in non secure by default
Frieder Schrempf (1): imx8mm/mn: Add missing root clock entry for ARM core clock
Giulio Benetti (2): configs: imxrt1050-evk: enable D/I cache serial_lpuart: make clock failure less verbose
Heiko Schocher (1): imx6, aristainetos2c: add da9063 pmic setup
Igor Opaniuk (1): ARM: dts: imx8mm-verdin: dm-spl for pinctrl_usdhc1 node
Max Krummenacher (1): ARM: dts: imx8mm-verdin: drop rgmii_rxc_dly/txc_dly
Oliver Graute (3): imx: Makefile: added missing ahab.o imx: imx8qm_rom7720: added missing USDHC Base address defines imx: imx8qm: enable relocation of fdt and initrd
Pedro Jardim (2): mx6sabreauto: Convert to DM_ETH mx6slevk: Convert to DM_ETH
Stefano Babic (1): imx: remove woodburn board
arch/arm/Kconfig | 10 ---- arch/arm/dts/imx6sx-pinfunc.h | 6 +- arch/arm/dts/imx6sx-sdb-u-boot.dtsi | 16 ------ arch/arm/dts/imx6sx-sdb.dts | 35 ++++++++--- arch/arm/dts/imx6sx-sdb.dtsi | 284 +++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------- arch/arm/dts/imx6sx.dtsi | 507 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------------------- arch/arm/dts/imx6ul-14x14-evk-u-boot.dtsi | 2 +- arch/arm/dts/imx8mm-verdin-u-boot.dtsi | 4 ++ arch/arm/dts/imx8mm-verdin.dts | 2 - arch/arm/dts/imx8mq-evk.dts | 2 + arch/arm/mach-imx/imx8/Makefile | 1 + arch/arm/mach-imx/imx8m/clock_slice.c | 5 ++ board/aristainetos/aristainetos.c | 56 ++++++++++++++++++ board/freescale/imx8mq_evk/imx8mq_evk.c | 18 ------ board/freescale/imx8qxp_mek/MAINTAINERS | 1 + board/freescale/mx6sabreauto/mx6sabreauto.c | 42 -------------- board/freescale/mx6sabresd/mx6sabresd.c | 36 ------------ board/freescale/mx6slevk/mx6slevk.c | 31 ---------- board/freescale/mx7dsabresd/MAINTAINERS | 1 + board/woodburn/Kconfig | 25 -------- board/woodburn/MAINTAINERS | 12 ---- board/woodburn/Makefile | 8 --- board/woodburn/imximage.cfg | 4 -- board/woodburn/lowlevel_init.S | 24 -------- board/woodburn/woodburn.c | 251 ------------------------------------------------------------------------------- configs/aristainetos2c_defconfig | 3 + configs/imxrt1050-evk_defconfig | 2 - configs/mx6sabreauto_defconfig | 5 ++ configs/mx6sabresd_defconfig | 5 ++ configs/mx6slevk_defconfig | 3 + configs/mx6sxsabresd_defconfig | 1 + configs/mx7dsabresd_defconfig | 1 - configs/mx7dsabresd_qspi_defconfig | 1 - configs/woodburn_defconfig | 51 ---------------- configs/woodburn_sd_defconfig | 63 -------------------- drivers/serial/serial_lpuart.c | 2 +- include/configs/imx8qm_rom7720.h | 7 ++- include/configs/imx8qxp_mek.h | 6 +- include/configs/mx6cuboxi.h | 1 - include/configs/mx6sabreauto.h | 8 --- include/configs/mx6sabresd.h | 9 --- include/configs/mx6slevk.h | 7 --- include/configs/woodburn.h | 18 ------ include/configs/woodburn_common.h | 195 -------------------------------------------------------------- include/configs/woodburn_sd.h | 30 ---------- include/dt-bindings/clock/imx6sx-clock.h | 13 +++-- 46 files changed, 606 insertions(+), 1208 deletions(-) delete mode 100644 arch/arm/dts/imx6sx-sdb-u-boot.dtsi delete mode 100644 board/woodburn/Kconfig delete mode 100644 board/woodburn/MAINTAINERS delete mode 100644 board/woodburn/Makefile delete mode 100644 board/woodburn/imximage.cfg delete mode 100644 board/woodburn/lowlevel_init.S delete mode 100644 board/woodburn/woodburn.c delete mode 100644 configs/woodburn_defconfig delete mode 100644 configs/woodburn_sd_defconfig delete mode 100644 include/configs/woodburn.h delete mode 100644 include/configs/woodburn_common.h delete mode 100644 include/configs/woodburn_sd.h
Best regards, Stefano

Hi Stefano,
On Tue, Mar 10, 2020 at 12:43 PM Stefano Babic sbabic@denx.de wrote:
Hi Tom,
please pull (fixes) from u-boot-imx, thanks !
It seems that Anatolij's fix is still missing: https://patchwork.ozlabs.org/patch/1239043/
It is needed for booting i.MX8/8X.
Thanks

On Tue, Mar 10, 2020 at 01:37:33PM -0300, Fabio Estevam wrote:
Hi Stefano,
On Tue, Mar 10, 2020 at 12:43 PM Stefano Babic sbabic@denx.de wrote:
Hi Tom,
please pull (fixes) from u-boot-imx, thanks !
It seems that Anatolij's fix is still missing: https://patchwork.ozlabs.org/patch/1239043/
It is needed for booting i.MX8/8X.
I probably messed things up here then. With https://patchwork.ozlabs.org/patch/1239143/ and https://patchwork.ozlabs.org/patch/1239144/ is there not a different fix needed for i.MX8 now, or were there two issues here that I confused?

On Tue, Mar 10, 2020 at 2:15 PM Tom Rini trini@konsulko.com wrote:
I probably messed things up here then. With https://patchwork.ozlabs.org/patch/1239143/ and https://patchwork.ozlabs.org/patch/1239144/ is there not a different fix needed for i.MX8 now, or were there two issues here that I confused?
My understanding is that these two issues are meson related and we still need the one for i.MX8QXP to boot.
Regards,
Fabio Estevam

On Tue, Mar 10, 2020 at 02:34:26PM -0300, Fabio Estevam wrote:
On Tue, Mar 10, 2020 at 2:15 PM Tom Rini trini@konsulko.com wrote:
I probably messed things up here then. With https://patchwork.ozlabs.org/patch/1239143/ and https://patchwork.ozlabs.org/patch/1239144/ is there not a different fix needed for i.MX8 now, or were there two issues here that I confused?
My understanding is that these two issues are meson related and we still need the one for i.MX8QXP to boot.
To be clear, we don't just need a flag added to some i.MX8 drivers like in the Meson case?

On Tue, 10 Mar 2020 13:37:32 -0400 Tom Rini trini@konsulko.com wrote:
On Tue, Mar 10, 2020 at 02:34:26PM -0300, Fabio Estevam wrote:
On Tue, Mar 10, 2020 at 2:15 PM Tom Rini trini@konsulko.com wrote:
I probably messed things up here then. With https://patchwork.ozlabs.org/patch/1239143/ and https://patchwork.ozlabs.org/patch/1239144/ is there not a different fix needed for i.MX8 now, or were there two issues here that I confused?
My understanding is that these two issues are meson related and we still need the one for i.MX8QXP to boot.
To be clear, we don't just need a flag added to some i.MX8 drivers like in the Meson case?
no, currently a flag is not required in i.MX8 drivers.
-- Anatolij

On Tue, Mar 10, 2020 at 09:26:06PM +0100, Anatolij Gustschin wrote:
On Tue, 10 Mar 2020 13:37:32 -0400 Tom Rini trini@konsulko.com wrote:
On Tue, Mar 10, 2020 at 02:34:26PM -0300, Fabio Estevam wrote:
On Tue, Mar 10, 2020 at 2:15 PM Tom Rini trini@konsulko.com wrote:
I probably messed things up here then. With https://patchwork.ozlabs.org/patch/1239143/ and https://patchwork.ozlabs.org/patch/1239144/ is there not a different fix needed for i.MX8 now, or were there two issues here that I confused?
My understanding is that these two issues are meson related and we still need the one for i.MX8QXP to boot.
To be clear, we don't just need a flag added to some i.MX8 drivers like in the Meson case?
no, currently a flag is not required in i.MX8 drivers.
OK, my fault. I see the patch already has Simon's RB so I'll pick it up directly. Sorry for the confusion!

On Tue, 10 Mar 2020 13:15:52 -0400 Tom Rini trini@konsulko.com wrote:
On Tue, Mar 10, 2020 at 01:37:33PM -0300, Fabio Estevam wrote:
Hi Stefano,
On Tue, Mar 10, 2020 at 12:43 PM Stefano Babic sbabic@denx.de wrote:
Hi Tom,
please pull (fixes) from u-boot-imx, thanks !
It seems that Anatolij's fix is still missing: https://patchwork.ozlabs.org/patch/1239043/
It is needed for booting i.MX8/8X.
I probably messed things up here then. With https://patchwork.ozlabs.org/patch/1239143/ and https://patchwork.ozlabs.org/patch/1239144/ is there not a different fix needed for i.MX8 now, or were there two issues here that I confused?
there were two different issues, so patch 1239043 is still needed to boot on i.MX8X.
-- Anatolij

On Tue, Mar 10, 2020 at 04:43:20PM +0100, Stefano Babic wrote:
Hi Tom,
please pull (fixes) from u-boot-imx, thanks !
The following changes since commit 9f976bac2b4a81a13de8124a896a198cbeabb634:
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 (2020-03-05 07:51:12 -0500)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-20200310
for you to fetch changes up to 9f656fbee3b433ae1e9daf5d92d46bbdcc9551eb:
mx6slevk: Convert to DM_ETH (2020-03-10 10:59:08 +0100)
Applied to u-boot/master, thanks!
participants (4)
-
Anatolij Gustschin
-
Fabio Estevam
-
Stefano Babic
-
Tom Rini