And, apparently I forgot to update my subject line again. It should be "u-boot-dfu-20250716", not "u-boot-dfu-next-20250716".
Sorry about that ! On Wed, Jul 16, 2025 at 12:08, Mattijs Korpershoek <[email protected]> wrote: > Hi Tom, > > Please find the following fixes for master: > > Android: > - Fix printing lbaint_t format in AVB and android_ab messages > > DFU: > - Fix dfu_config_interfaces() for single interface DFU syntax > > CI Job: > - https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/27074 > > Please note that this is probably my last pull request before my > paternity leave. I plan to be out in August and September. > Becoming a dad will be a life-changing event for me, so I'd like to > not be on my computer for the early months :) > > As we discussed on IRC, thanks a lot for keeping an eye out for > fastboot, android AB/AVB, USB gadget and DFU. > > Regards, > Mattijs > > The following changes since commit b379335f141e3ddca0cdbb5d9d39af0444530542: > > configs: Resync with savedefconfig (2025-07-07 14:15:18 -0600) > > are available in the Git repository at: > > https://source.denx.de/u-boot/custodians/u-boot-dfu.git > tags/u-boot-dfu-20250716 > > for you to fetch changes up to 772526fb9f55a1fea439ea3a6923136cd121cc88: > > dfu: Fix dfu_config_interfaces() for single interface DFU syntax > (2025-07-15 11:27:19 +0200) > > ---------------------------------------------------------------- > u-boot-dfu-20250716 > > Android: > - Fix printing lbaint_t format in AVB and android_ab messages > > DFU: > - Fix dfu_config_interfaces() for single interface DFU syntax > > ---------------------------------------------------------------- > Sam Protsenko (1): > dfu: Fix dfu_config_interfaces() for single interface DFU syntax > > Tom Rini (2): > boot/android_ab.c: Make use of LBAF for printing lbaint_t > common/avb_verify.c: Make use of LBAF for printing lbaint_t > > boot/android_ab.c | 3 +-- > common/avb_verify.c | 4 ++-- > drivers/dfu/dfu.c | 2 +- > 3 files changed, 4 insertions(+), 5 deletions(-)

