* [GIT PULL] Pull request: u-boot-imx u-boot-imx-20200310
@ 2020-03-10 15:43 Stefano Babic
2020-03-10 16:37 ` Fabio Estevam
2020-03-10 20:36 ` Tom Rini
0 siblings, 2 replies; 9+ messages in thread
From: Stefano Babic @ 2020-03-10 15:43 UTC (permalink / raw)
To: u-boot
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
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 9+ messages in thread* [GIT PULL] Pull request: u-boot-imx u-boot-imx-20200310
2020-03-10 15:43 [GIT PULL] Pull request: u-boot-imx u-boot-imx-20200310 Stefano Babic
@ 2020-03-10 16:37 ` Fabio Estevam
2020-03-10 17:15 ` Tom Rini
2020-03-10 20:36 ` Tom Rini
1 sibling, 1 reply; 9+ messages in thread
From: Fabio Estevam @ 2020-03-10 16:37 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply [flat|nested] 9+ messages in thread
* [GIT PULL] Pull request: u-boot-imx u-boot-imx-20200310
2020-03-10 16:37 ` Fabio Estevam
@ 2020-03-10 17:15 ` Tom Rini
2020-03-10 17:34 ` Fabio Estevam
2020-03-10 20:23 ` Anatolij Gustschin
0 siblings, 2 replies; 9+ messages in thread
From: Tom Rini @ 2020-03-10 17:15 UTC (permalink / raw)
To: u-boot
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?
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200310/6654127b/attachment.sig>
^ permalink raw reply [flat|nested] 9+ messages in thread
* [GIT PULL] Pull request: u-boot-imx u-boot-imx-20200310
2020-03-10 17:15 ` Tom Rini
@ 2020-03-10 17:34 ` Fabio Estevam
2020-03-10 17:37 ` Tom Rini
2020-03-10 20:23 ` Anatolij Gustschin
1 sibling, 1 reply; 9+ messages in thread
From: Fabio Estevam @ 2020-03-10 17:34 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply [flat|nested] 9+ messages in thread
* [GIT PULL] Pull request: u-boot-imx u-boot-imx-20200310
2020-03-10 17:34 ` Fabio Estevam
@ 2020-03-10 17:37 ` Tom Rini
2020-03-10 20:26 ` Anatolij Gustschin
0 siblings, 1 reply; 9+ messages in thread
From: Tom Rini @ 2020-03-10 17:37 UTC (permalink / raw)
To: u-boot
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?
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200310/67ae4052/attachment.sig>
^ permalink raw reply [flat|nested] 9+ messages in thread
* [GIT PULL] Pull request: u-boot-imx u-boot-imx-20200310
2020-03-10 17:37 ` Tom Rini
@ 2020-03-10 20:26 ` Anatolij Gustschin
2020-03-10 20:29 ` Tom Rini
0 siblings, 1 reply; 9+ messages in thread
From: Anatolij Gustschin @ 2020-03-10 20:26 UTC (permalink / raw)
To: u-boot
On Tue, 10 Mar 2020 13:37:32 -0400
Tom Rini trini at 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
^ permalink raw reply [flat|nested] 9+ messages in thread
* [GIT PULL] Pull request: u-boot-imx u-boot-imx-20200310
2020-03-10 20:26 ` Anatolij Gustschin
@ 2020-03-10 20:29 ` Tom Rini
0 siblings, 0 replies; 9+ messages in thread
From: Tom Rini @ 2020-03-10 20:29 UTC (permalink / raw)
To: u-boot
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 at 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!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200310/4d748929/attachment.sig>
^ permalink raw reply [flat|nested] 9+ messages in thread
* [GIT PULL] Pull request: u-boot-imx u-boot-imx-20200310
2020-03-10 17:15 ` Tom Rini
2020-03-10 17:34 ` Fabio Estevam
@ 2020-03-10 20:23 ` Anatolij Gustschin
1 sibling, 0 replies; 9+ messages in thread
From: Anatolij Gustschin @ 2020-03-10 20:23 UTC (permalink / raw)
To: u-boot
On Tue, 10 Mar 2020 13:15:52 -0400
Tom Rini trini at 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
^ permalink raw reply [flat|nested] 9+ messages in thread
* [GIT PULL] Pull request: u-boot-imx u-boot-imx-20200310
2020-03-10 15:43 [GIT PULL] Pull request: u-boot-imx u-boot-imx-20200310 Stefano Babic
2020-03-10 16:37 ` Fabio Estevam
@ 2020-03-10 20:36 ` Tom Rini
1 sibling, 0 replies; 9+ messages in thread
From: Tom Rini @ 2020-03-10 20:36 UTC (permalink / raw)
To: u-boot
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!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200310/e45dd4b8/attachment.sig>
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2020-03-10 20:36 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-10 15:43 [GIT PULL] Pull request: u-boot-imx u-boot-imx-20200310 Stefano Babic
2020-03-10 16:37 ` Fabio Estevam
2020-03-10 17:15 ` Tom Rini
2020-03-10 17:34 ` Fabio Estevam
2020-03-10 17:37 ` Tom Rini
2020-03-10 20:26 ` Anatolij Gustschin
2020-03-10 20:29 ` Tom Rini
2020-03-10 20:23 ` Anatolij Gustschin
2020-03-10 20:36 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox