mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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 (From OE-Core rev: ade1069ece5f964edaa7115681d8dbc484ff2c81) Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
953cb7b0c2
commit
8a941848e7
1
meta/recipes-bsp/u-boot/files/disable_CONFIG_USB.cfg
Normal file
1
meta/recipes-bsp/u-boot/files/disable_CONFIG_USB.cfg
Normal file
|
@ -0,0 +1 @@
|
|||
# CONFIG_USB is not set
|
|
@ -16,9 +16,9 @@ SRCREV = "34820924edbc4ec7803eb89d9852f4b870fa760a"
|
|||
|
||||
SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master;tag=v${PV}"
|
||||
|
||||
# workaround for aarch64 kvm qemu boot regression
|
||||
SRC_URI:append:qemuarm64 = " file://disable-CONFIG_BLOBLIST.cfg"
|
||||
SRC_URI:append:genericarm64 = " file://disable-CONFIG_BLOBLIST.cfg"
|
||||
# workarounds for aarch64 kvm qemu boot regressions
|
||||
SRC_URI:append:qemuarm64 = " file://disable-CONFIG_BLOBLIST.cfg file://disable_CONFIG_USB.cfg"
|
||||
SRC_URI:append:genericarm64 = " file://disable-CONFIG_BLOBLIST.cfg file://disable_CONFIG_USB.cfg"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
B = "${WORKDIR}/build"
|
||||
|
|
Loading…
Reference in New Issue
Block a user