Hi Tom,

Here is a PR for master

Android:
* Fix missing dependency for BOOTMETH_ANDROID
* Add bootconfig support
* Add 'get ramdisk' command to abootimg

DFU:
* Improve error handling in dfu_fill_entity()

USB Gadget:
* ci_udc: Ensure ci_ep->desc is valid before using it
* ci_udc: Add additional debug prints

CI:
* https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/29018

Regards,
Mattijs

The following changes since commit c05dba22f1f2b0b2655ee3971644acf1936cd07a:

  Merge branch 'master' of git://source.denx.de/u-boot-usb (2026-01-08 10:28:15 
-0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-dfu.git 
tags/u-boot-dfu-20260116

for you to fetch changes up to 0efe1d9502a022d5d5c39c73340dd0b7b3f9cbe5:

  test: abootimg: Add test for bootconfig handling (2026-01-16 14:07:58 +0100)

----------------------------------------------------------------
u-boot-dfu-20260116

Android:
* Fix missing dependency for BOOTMETH_ANDROID
* Add bootconfig support
* Add 'get ramdisk' command to abootimg

DFU:
* Improve error handling in dfu_fill_entity()

USB Gadget:
* ci_udc: Ensure ci_ep->desc is valid before using it
* ci_udc: Add additional debug prints

----------------------------------------------------------------
Francois Berder (1):
      bootstd: android: Add missing free in android_read_bootflow

Guillaume La Roque (TI.com) (4):
      boot: android: Add sandbox memory mapping support
      boot: android: Add bootconfig support
      cmd: abootimg: Add 'get ramdisk' command
      test: abootimg: Add test for bootconfig handling

Mattijs Korpershoek (TI.com) (1):
      boot: android: import addBootConfigParameters() from AOSP

Petr Beneš (2):
      usb: ci_udc: Check ci_ep->desc before use
      usb: ci_udc: cosmetics: EP and requests debug info

Quentin Schulz (1):
      boot: fix missing dependency for BOOTMETH_ANDROID

Sean Anderson (1):
      dfu: Report error codes

 boot/Kconfig                                |   1 +
 boot/bootmeth_android.c                     |   4 +-
 boot/image-android.c                        | 272 ++++++++++++++++++++++++----
 cmd/abootimg.c                              |  55 ++++--
 drivers/dfu/dfu.c                           |  52 +++---
 drivers/usb/gadget/ci_udc.c                 |  57 +++++-
 test/py/tests/test_android/test_abootimg.py |  89 +++++++--
 7 files changed, 436 insertions(+), 94 deletions(-)

Reply via email to