[GIT PULL] Please pull u-boot-dfu-20240822
Mattijs Korpershoek
mkorpershoek at baylibre.com
Thu Aug 22 14:11:04 CEST 2024
Hi Tom,
Please find some fixes for master:
- Fix crash in BCB on invalid block device (reported by coverity)
- Fix booting Android kernel without a ramdisk using fastboot
- Fix ux500 gadget driver ops based on CONFIG_USB_MUSB_HOST
CI job:
- https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/22076
Thanks,
Mattijs
The following changes since commit 0b06e052fb153958d470209dab237f12796cb0da:
CI: Update to latest Dockerfile (2024-08-21 09:41:20 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-dfu.git tags/u-boot-dfu-20240822
for you to fetch changes up to e49eeb6575152cac4241f3c87471934a726970e9:
usb: gadget: ux500: Do not redefine ops if CONFIG_USB_MUSB_HOST set (2024-08-22 09:23:33 +0200)
----------------------------------------------------------------
u-boot-dfu-20240822
- Fix crash in BCB on invalid block device (reported by coverity)
- Fix booting Android kernel without a ramdisk using fastboot
- Fix ux500 gadget driver ops based on CONFIG_USB_MUSB_HOST
----------------------------------------------------------------
Marek Vasut (1):
usb: gadget: ux500: Do not redefine ops if CONFIG_USB_MUSB_HOST set
Mattijs Korpershoek (1):
cmd: bcb: Fix segfault on invalid block device
Michael Walle (1):
boot: android: fix booting without a ramdisk
boot/image-android.c | 7 +++----
boot/image-board.c | 4 +++-
cmd/bcb.c | 4 ++--
drivers/usb/musb-new/ux500.c | 6 ++----
include/image.h | 2 +-
5 files changed, 11 insertions(+), 12 deletions(-)
More information about the U-Boot
mailing list