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 - Delay ethernet gadget driver init to ensure interrupts are available - Fix ux500 gadget driver ops based on CONFIG_USB_MUSB_HOST CI job: - https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/22057 Thanks, Mattijs The following changes since commit 6f4c31c2b658358628b5b0fa801f55c7477c7585: Prepare v2024.10-rc2 (2024-08-05 18:13:42 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-dfu.git tags/u-boot-dfu-20240820 for you to fetch changes up to cc4424db44f62edfcb96fef16102ad769a3909de: usb: gadget: ux500: Do not redefine ops if CONFIG_USB_MUSB_HOST set (2024-08-20 08:08:57 +0200) ---------------------------------------------------------------- u-boot-dfu-20240820 - Fix crash in BCB on invalid block device (reported by coverity) - Fix booting Android kernel without a ramdisk using fastboot - Delay ethernet gadget driver init to ensure interrupts are available - 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 Zixun LI (1): usb: gadget: ether: Handle gadget driver registration in start and stop boot/image-android.c | 7 +++---- boot/image-board.c | 4 +++- cmd/bcb.c | 4 ++-- drivers/usb/gadget/ether.c | 15 +++++---------- drivers/usb/musb-new/ux500.c | 6 ++---- include/image.h | 2 +- 6 files changed, 16 insertions(+), 22 deletions(-)