-
u-boot-dfu-202412199e5fad0f · ·
u-boot-dfu-20241219 Android: - Fix kcmdline_extra support when parsing boot image - Fix memory leak when after bootargs concatenation - Fix length calculation when merging bootargs, cmdline and kcmdline
-
u-boot-dfu-next-20241126abadcda2 · ·
u-boot-dfu-next-20241126 Android: - bootstd: Implement bootimage v2 support - bootstd: Support non-A/B in bootmeth_android - Migrate VIM3 and VIM3L to use bootmeth_android - bootstd: Additional test for bootimage v2 - bootstd: Optimize load time when reading partitions
-
u-boot-dfu-2024112635d967f5 · ·
u-boot-dfu-20241126 Fastboot: - handle unknown partition type as "raw" Usb gadget: - Fix ci_udc gadget driver for Tegra 2 devices by not using USBADRA
-
u-boot-dfu-2024112506b8aafd · ·
u-boot-dfu-20241125 Fastboot: - handle unknown partition type as "raw"
-
u-boot-dfu-2024102521e7fa0e · ·
u-boot-dfu-20241025 Dfu: - Rely on device tree for spi speed/mode on spi flash Android Image: - Fix booting on platforms having > 4GiB of memory - Decompress boot image to kernel_addr_r when compression is enabled - Honor CONFIG_SYS_LOAD_ADDR when mkbootimg uses default address Bcb: - Rework bcb command to use U_BOOT_LONGHELP - Move ab_select cmd to bcb cmd - Implement ab_dump command in bcb - bcb: Write '_<slot>' instead of '<slot>' to misc partition
-
u-boot-dfu-202410173e47302d · ·
u-boot-dfu-20241017 Usb Gadget: - Fix cdns3 endpoint configuration by setting maxpacket - Fix dwc3 cache handling when using DMA Fastboot: - Make AVB_VERIFY depends on FASTBOOT
-
u-boot-dfu-next-20241003c74758cc · ·
u-boot-dfu-next-20241003 DFU: - Reinitialize only if dfu_alt_info changed USB Gadget: - New usb gadget driver for Renesas USBHS - Simplify kconfig deps for CMD_USB_MASS_STORAGE Android: - Provide bootloader version to android via kernel commandline
-
u-boot-dfu-20240822e49eeb65 · ·
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
-
u-boot-dfu-next-2024082073f5b54a · ·
u-boot-dfu-next-20240820 - Migrate Atmel usb gadget to DM_USB_GADGET - More small cleanups/improvements on the atmel UDC driver - Change udc uclass name from "usb" -> "usb_gadget"
-
u-boot-dfu-20240820cc4424db · ·
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
-
u-boot-dfu-20240711b091d387 · ·
u-boot-dfu-20240711 Usb gadget: - A welcome cleanup: epautoconf workaround is dropped to use .match_ep() instead - Introduce handle_interrupts() op for USB_GADGET_GENERIC, which allows a per-driver interrupt handling Fastboot: - Fix mssing include when building with TCP only
-
u-boot-dfu-202406064339138a · ·
u-boot-dfu-20240606 - dwc3 fix crash when ep0 stalls or gadget is stopped - Kconfig build fix for DFU_SF (SPI flash DFU driver)
-
u-boot-dfu-20240516efbc11cc · ·
u-boot-dfu-20240516 - Fix cdns3 low power hang via fast access bit - Multiple dwc3 gadget fixes, mainly for USB support on TI AM6232 - Consistent USB_GADGET_MANUFACTURER for PHYTEC boards - MAINTAINERS file update for u-boot-dfu
-
u-boot-dfu-next-2024040212ac51cd · ·
u-boot-dfu-next-20240402 - Implement Qualcomm wrapper for dwc3 - Multiple sector size support for UMS - CDC ACM gadget initialization fix - Refactor board code from dwc3 to prepare better interrupt support - Bugfix for for qcom-smmu when compiling with -DDEBUG
-
u-boot-dfu-202404027a0cfb87 · ·
u-boot-dfu-20240402 - Fix #if logic in android_ab command - Fix ANDROID_AB_BACKUP_OFFSET in android_ab
-
u-boot-dfu-20240215e2f6270f · ·
u-boot-dfu-20240215 - Fix avb_verify command with SD cards - Add u-boot-dfu maintainer tree for AB/AVB - Avb: report verified boot state based on lock state - Misc avb refactors improve code quality
-
u-boot-dfu-20240209766f04a2 · ·
u-boot-dfu-20240209 - sparse error checking fix when using raw chunks - 2 new additions (AVB, AB) of myself to the MAINTAINERS file