]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: dts: imx8m: imx8mm-mx8menlo: Enable SPL SDP support
authorMarek Vasut <marex@denx.de>
Mon, 19 Sep 2022 19:41:18 +0000 (21:41 +0200)
committerStefano Babic <sbabic@denx.de>
Fri, 21 Oct 2022 09:54:13 +0000 (11:54 +0200)
commitce02b28a367debed6f56ca01ff5b1a62e239eb19
treed67a21bb8ad2710c9b339f5e8865d1fbd8c97a87
parent774ce9fb022518918b5e189631f55a7ae0349026
ARM: dts: imx8m: imx8mm-mx8menlo: Enable SPL SDP support

Enable DM USB, DM PHY and USB gadget support in imx8mm-mx8menlo SPL
to let the board continue SDP loading of second stage after the first
stage was loaded by BootROM SDP implementation. It is not possible to
jump back into BootROM v1 and let the BootROM implementation continue
the SDP loading, all this has to be performed by the U-Boot CI HDRC
controller driver and SDP protocol implementation, both of which fit
into the SPL just barely.

With this patch, it is possible to start both U-Boot SPL and U-Boot
using e.g. uuu on this board as follows:

$ uuu -brun spl flash.bin

Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
arch/arm/dts/imx8mm-mx8menlo-u-boot.dtsi
configs/imx8mm-mx8menlo_defconfig