[U-Boot] [GIT PULL] Pull request: u-boot-imx u -boot-imx-20190628

Hi Tom,
please pull some fixes for i.MX, thanks !
Travis: https://travis-ci.org/sbabic/u-boot-imx/builds/551532048
The following changes since commit 77f6e2dd0551d8a825bab391a1bd6b838874bcd4:
Merge tag 'efi-2019-07-rc5-2' of git://git.denx.de/u-boot-efi (2019-06-15 13:03:00 -0400)
are available in the Git repository at:
git://www.denx.de/git/u-boot-imx.git u-boot-imx-20190628
for you to fetch changes up to 0ac662da35e48b859b5d43e0c86f233f25730ee5:
apalis_imx6: increase phy autoneg timeout (2019-06-28 00:08:42 +0200)
---------------------------------------------------------------- Fixes for 2019.07
- menlo board - allow SDB on Sabre - HAB for mx6sl - apalis board
---------------------------------------------------------------- Breno Matheus Lima (1): mx6sl: hab: Fix pu_irom_mmu_enabled address
Fabio Estevam (1): pico-imx7d: README: Adjust the binary name after DM conversion
Frieder Schrempf (1): usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDP
Igor Opaniuk (2): apalis_imx6: fix set_emmcargs wrapper apalis_imx6: increase phy autoneg timeout
Marek Vasut (5): ARM: dts: imx: imx53: Synchronize iMX53 DT with Linux ARM: dts: imx: m53menlo: Import M53Menlo DT from Linux ARM: imx: m53menlo: Enable DM GPIO ARM: imx: m53menlo: Convert MMC, USB and block to DM ARM: imx: m53menlo: Convert to DM VIDEO
Pierre-Jean Texier (1): pico-imx7d: remove unused 'script' variable
arch/arm/dts/Makefile | 3 +- arch/arm/dts/imx53-m53.dtsi | 132 +++++++++++++++++ arch/arm/dts/imx53-m53menlo-u-boot.dtsi | 42 ++++++ arch/arm/dts/imx53-m53menlo.dts | 312 ++++++++++++++++++++++++++++++++++++++++ arch/arm/dts/imx53.dtsi | 745 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------- arch/arm/mach-imx/hab.c | 2 +- board/menlo/m53menlo/m53menlo.c | 118 +++++++-------- board/technexion/pico-imx7d/README | 12 +- common/spl/spl_sdp.c | 12 +- configs/m53menlo_defconfig | 23 ++- drivers/usb/gadget/f_sdp.c | 53 ++++++- include/configs/apalis_imx6.h | 5 +- include/configs/m53menlo.h | 4 +- include/configs/pico-imx7d.h | 1 - include/sdp.h | 9 +- 15 files changed, 1221 insertions(+), 252 deletions(-) create mode 100644 arch/arm/dts/imx53-m53.dtsi create mode 100644 arch/arm/dts/imx53-m53menlo-u-boot.dtsi create mode 100644 arch/arm/dts/imx53-m53menlo.dts

Hi Stefano,
On Fri, Jun 28, 2019 at 4:26 AM Stefano Babic sbabic@denx.de wrote:
Hi Tom,
please pull some fixes for i.MX, thanks !
Could you please also consider the following series for Wandboard? https://patchwork.ozlabs.org/project/uboot/list/?submitter=6978
It fixes a regression for wandboard imx6q and imx6qp variants, because the DM transition only considered the imx6dl/solo variant.
Thanks

Hi Fabio,
On 28/06/19 12:37, Fabio Estevam wrote:
Hi Stefano,
On Fri, Jun 28, 2019 at 4:26 AM Stefano Babic sbabic@denx.de wrote:
Hi Tom,
please pull some fixes for i.MX, thanks !
Could you please also consider the following series for Wandboard? https://patchwork.ozlabs.org/project/uboot/list/?submitter=6978
It fixes a regression for wandboard imx6q and imx6qp variants, because the DM transition only considered the imx6dl/solo variant.
Thanks to point to these - I have picked it up, I will send a separate PR after Travis' run.
Regards, Stefano

On Fri, Jun 28, 2019 at 09:25:51AM +0200, Stefano Babic wrote:
Hi Tom,
please pull some fixes for i.MX, thanks !
Travis: https://travis-ci.org/sbabic/u-boot-imx/builds/551532048
The following changes since commit 77f6e2dd0551d8a825bab391a1bd6b838874bcd4:
Merge tag 'efi-2019-07-rc5-2' of git://git.denx.de/u-boot-efi (2019-06-15 13:03:00 -0400)
are available in the Git repository at:
git://www.denx.de/git/u-boot-imx.git u-boot-imx-20190628
The GitLab URI works too ;)
for you to fetch changes up to 0ac662da35e48b859b5d43e0c86f233f25730ee5:
apalis_imx6: increase phy autoneg timeout (2019-06-28 00:08:42 +0200)
Applied to u-boot/master, thanks!
participants (3)
-
Fabio Estevam
-
Stefano Babic
-
Tom Rini