
On 17/04/2020 17:04, Tom Rini wrote:
On Fri, Apr 17, 2020 at 11:53:51AM +0200, Neil Armstrong wrote:
Hi Tom,
This PR enables RNG on meson boards for UEFI, fixes the SMBIOS information for ODROID-C2, fixes HDMI Video Output broken on GXBB/GXL/GXM based boards and adds support for USB gadget on GXL/GXM boards.
The CI job is at https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/2800
Thanks, Neil
The following changes since commit 142a07f2a44262d76fec609e1fcde51794a456eb:
Merge branch 'master' of git://git.denx.de/u-boot-marvell (2020-04-14 08:47:07 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20200417
for you to fetch changes up to e8b6dd8263e84f52d91bc0ac3e2582cb6e832307:
configs: libretech-s912-pc: Enable USB gadget with Mass Storage function (2020-04-17 09:52:13 +0200)
NAK, this breaks dragonboard410c: +(dragonboard410c) In file included from ../drivers/usb/gadget/../host/ehci.h:13, +(dragonboard410c) from ../drivers/usb/gadget/ci_udc.c:24: +(dragonboard410c) ../include/generic-phy.h:221:29: error: unknown type name 'ofnode' +(dragonboard410c) 221 | int generic_phy_get_by_node(ofnode node, int index, struct phy *phy); +(dragonboard410c) | ^~~~~~ +(dragonboard410c) make[2]: *** [drivers/usb/gadget/ci_udc.o] Error 1 +(dragonboard410c) make[1]: *** [drivers/usb/gadget] Error 2
Right, will fix.
Thanks, Neil