]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
u-boot: disable USB support on qemuarm64 and genericarm64
authorMikko Rapeli <mikko.rapeli@linaro.org>
Tue, 3 Jun 2025 12:29:37 +0000 (15:29 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 5 Jun 2025 10:01:24 +0000 (11:01 +0100)
commitade1069ece5f964edaa7115681d8dbc484ff2c81
tree803dd5c028457925ddd4c628ab74430374306236
parentc5fa4320e666a0606b18be8f0a08e659170568f2
u-boot: disable USB support on qemuarm64 and genericarm64

qemu USB devices under KVM currently cause reset loop
in u-boot. If u-boot USB support is disabled then
u-boot just ignores the qemu USB devices which
then work with Linux kernel as before.

Issue has been reported to u-boot upstream in:

https://lists.denx.de/pipermail/u-boot/2025-June/591233.html

Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/u-boot/files/disable_CONFIG_USB.cfg [new file with mode: 0644]
meta/recipes-bsp/u-boot/u-boot-common.inc